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 classBatchingConstraintUpdateManagerBatch update manager that writes the SQL in object-level operation order.classBatchingOperationOrderUpdateManagerBatch update manager that writes the SQL in object-level operation order.classConstraintUpdateManagerStandard update manager, capable of foreign key constraint evaluation.classOperationOrderUpdateManagerUpdate manager that writes SQL in object-level operation order.
-