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 Collection<PrimaryRow>RowManagerImpl. getDeletes()Return all deleted primary rows.Collection<PrimaryRow>RowManagerImpl. getInserts()Return all inserted primary rows.List<PrimaryRow>RowManagerImpl. getOrdered()Return the ordered primary rows.Collection<PrimaryRow>RowManagerImpl. getUpdates()Return all updated primary rows. 
 -