Uses of Class
org.apache.openjpa.jdbc.sql.PrimaryRow
Packages that use PrimaryRow
-
Uses of PrimaryRow in org.apache.openjpa.jdbc.sql
Methods in org.apache.openjpa.jdbc.sql that return types with arguments of type PrimaryRowModifier and TypeMethodDescriptionRowManagerImpl.getDeletes()Return all deleted primary rows.RowManagerImpl.getInserts()Return all inserted primary rows.RowManagerImpl.getOrdered()Return the ordered primary rows.RowManagerImpl.getUpdates()Return all updated primary rows.