Uses of Class
org.apache.openjpa.jdbc.kernel.AbstractUpdateManager

Packages that use AbstractUpdateManager
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel Runtime services for the JDBC OpenJPA implementation. 
 

Uses of AbstractUpdateManager in org.apache.openjpa.jdbc.kernel
 

Subclasses of AbstractUpdateManager in org.apache.openjpa.jdbc.kernel
 class BatchingConstraintUpdateManager
          Batch update manager that writes the SQL in object-level operation order.
 class BatchingOperationOrderUpdateManager
          Batch update manager that writes the SQL in object-level operation order.
 class ConstraintUpdateManager
          Standard update manager, capable of foreign key constraint evaluation.
 class OperationOrderUpdateManager
          Update manager that writes SQL in object-level operation order.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.