Package | Description |
---|---|
org.apache.openjpa.jdbc.conf |
OpenJPA-JDBC Configuration
This package provides JDBC configuration interfaces.
|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
Modifier and Type | Method and Description |
---|---|
UpdateManager |
JDBCConfigurationImpl.getUpdateManagerInstance() |
UpdateManager |
JDBCConfiguration.getUpdateManagerInstance()
The
UpdateManager for runtime data store interaction. |
Modifier and Type | Method and Description |
---|---|
void |
JDBCConfigurationImpl.setUpdateManager(UpdateManager updateManager) |
void |
JDBCConfiguration.setUpdateManager(UpdateManager updateManager)
The
UpdateManager for runtime data store interaction. |
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.