Uses of Class
org.apache.openjpa.jdbc.kernel.AbstractUpdateManager
-
Packages that use AbstractUpdateManager Package Description 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 Modifier and Type Class Description 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.
-