Uses of Interface
org.apache.openjpa.jdbc.kernel.UpdateManager
-
Packages that use UpdateManager Package Description org.apache.openjpa.jdbc.conf OpenJPA-JDBC Configurationorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel -
-
Uses of UpdateManager in org.apache.openjpa.jdbc.conf
Methods in org.apache.openjpa.jdbc.conf that return UpdateManager Modifier and Type Method Description UpdateManagerJDBCConfiguration. getUpdateManagerInstance()TheUpdateManagerfor runtime data store interaction.UpdateManagerJDBCConfigurationImpl. getUpdateManagerInstance()Methods in org.apache.openjpa.jdbc.conf with parameters of type UpdateManager Modifier and Type Method Description voidJDBCConfiguration. setUpdateManager(UpdateManager updateManager)TheUpdateManagerfor runtime data store interaction.voidJDBCConfigurationImpl. setUpdateManager(UpdateManager updateManager) -
Uses of UpdateManager in org.apache.openjpa.jdbc.kernel
Classes in org.apache.openjpa.jdbc.kernel that implement UpdateManager Modifier and Type Class Description classAbstractUpdateManagerBase update manager with common functionality.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.
-