|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateManager | |
---|---|
org.apache.openjpa.jdbc.conf | OpenJPA-JDBC Configuration |
org.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 | |
---|---|
UpdateManager |
JDBCConfiguration.getUpdateManagerInstance()
The UpdateManager for runtime data store interaction. |
UpdateManager |
JDBCConfigurationImpl.getUpdateManagerInstance()
|
Methods in org.apache.openjpa.jdbc.conf with parameters of type UpdateManager | |
---|---|
void |
JDBCConfiguration.setUpdateManager(UpdateManager updateManager)
The UpdateManager for runtime data store interaction. |
void |
JDBCConfigurationImpl.setUpdateManager(UpdateManager updateManager)
|
Uses of UpdateManager in org.apache.openjpa.jdbc.kernel |
---|
Classes in org.apache.openjpa.jdbc.kernel that implement UpdateManager | |
---|---|
class |
AbstractUpdateManager
Base update manager with common functionality. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |