Uses of Class
org.apache.openjpa.jdbc.sql.PrimaryRow
-
Packages that use PrimaryRow Package Description org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction -
-
Uses of PrimaryRow in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return types with arguments of type PrimaryRow Modifier and Type Method Description java.util.Collection<PrimaryRow>
RowManagerImpl. getDeletes()
Return all deleted primary rows.java.util.Collection<PrimaryRow>
RowManagerImpl. getInserts()
Return all inserted primary rows.java.util.List<PrimaryRow>
RowManagerImpl. getOrdered()
Return the ordered primary rows.java.util.Collection<PrimaryRow>
RowManagerImpl. getUpdates()
Return all updated primary rows.
-