Uses of Interface
org.apache.openjpa.jdbc.kernel.UpdateManager
Packages that use UpdateManager
Package
Description
OpenJPA-JDBC Configuration
OpenJPA-JDBC Runtime Kernel
-
Uses of UpdateManager in org.apache.openjpa.jdbc.conf
Methods in org.apache.openjpa.jdbc.conf that return UpdateManagerModifier and TypeMethodDescriptionJDBCConfiguration.getUpdateManagerInstance()TheUpdateManagerfor runtime data store interaction.JDBCConfigurationImpl.getUpdateManagerInstance()Methods in org.apache.openjpa.jdbc.conf with parameters of type UpdateManagerModifier and TypeMethodDescriptionvoidJDBCConfiguration.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 UpdateManagerModifier and TypeClassDescriptionclassBase update manager with common functionality.classBatch update manager that writes the SQL in object-level operation order.classBatch update manager that writes the SQL in object-level operation order.classStandard update manager, capable of foreign key constraint evaluation.classUpdate manager that writes SQL in object-level operation order.