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

Packages that use AbstractUpdateManager
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
 

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-2008 Apache Software Foundation. All Rights Reserved.