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 java.util.Collection<SecondaryRow>
RowManagerImpl. getSecondaryDeletes()
Return all deleted secondary rows.java.util.Collection<SecondaryRow>
RowManagerImpl. getSecondaryUpdates()
Return all inserted and updated secondary rows.
-