Uses of Interface
org.apache.openjpa.jdbc.kernel.UpdateManager
Package
Description
OpenJPA-JDBC Configuration
OpenJPA-JDBC Runtime Kernel
-
Uses of UpdateManager in org.apache.openjpa.jdbc.conf
Modifier and TypeMethodDescriptionJDBCConfiguration.getUpdateManagerInstance()
TheUpdateManager
for runtime data store interaction.JDBCConfigurationImpl.getUpdateManagerInstance()
Modifier and TypeMethodDescriptionvoid
JDBCConfiguration.setUpdateManager
(UpdateManager updateManager) TheUpdateManager
for runtime data store interaction.void
JDBCConfigurationImpl.setUpdateManager
(UpdateManager updateManager) -
Uses of UpdateManager in org.apache.openjpa.jdbc.kernel
Modifier and TypeClassDescriptionclass
Base update manager with common functionality.class
Batch update manager that writes the SQL in object-level operation order.class
Batch update manager that writes the SQL in object-level operation order.class
Standard update manager, capable of foreign key constraint evaluation.class
Update manager that writes SQL in object-level operation order.