Uses of Class
org.apache.openjpa.jdbc.sql.SecondaryRow
- 
Packages that use SecondaryRow Package Description org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction - 
- 
Uses of SecondaryRow in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return types with arguments of type SecondaryRow Modifier and Type Method Description Collection<SecondaryRow>RowManagerImpl. getSecondaryDeletes()Return all deleted secondary rows.Collection<SecondaryRow>RowManagerImpl. getSecondaryUpdates()Return all inserted and updated secondary rows. 
 -