| 
 | ||||||||||
| 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 UpdateManagerfor 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 UpdateManagerfor 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 | AbstractUpdateManagerBase update manager with common functionality. | 
|  class | BatchingConstraintUpdateManagerBatch update manager that writes the SQL in object-level operation order. | 
|  class | BatchingOperationOrderUpdateManagerBatch update manager that writes the SQL in object-level operation order. | 
|  class | ConstraintUpdateManagerStandard update manager, capable of foreign key constraint evaluation. | 
|  class | OperationOrderUpdateManagerUpdate manager that writes SQL in object-level operation order. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||