Uses of Class
org.apache.openjpa.jdbc.sql.PrimaryRow

Packages that use PrimaryRow
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
 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.
 



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.