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

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



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