Package | Description |
---|---|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchingPreparedStatementManagerImpl
Batch prepared statement manager implementation.
|
class |
PreparedStatementManagerImpl
Basic prepared statement manager implementation.
|
Modifier and Type | Method and Description |
---|---|
protected PreparedStatementManager |
OperationOrderUpdateManager.newPreparedStatementManager(JDBCStore store,
Connection conn) |
protected abstract PreparedStatementManager |
AbstractUpdateManager.newPreparedStatementManager(JDBCStore store,
Connection conn)
Return a new
PreparedStatementManager . |
protected PreparedStatementManager |
BatchingConstraintUpdateManager.newPreparedStatementManager(JDBCStore store,
Connection conn) |
protected PreparedStatementManager |
BatchingOperationOrderUpdateManager.newPreparedStatementManager(JDBCStore store,
Connection conn) |
protected PreparedStatementManager |
ConstraintUpdateManager.newPreparedStatementManager(JDBCStore store,
Connection conn) |
Modifier and Type | Method and Description |
---|---|
protected void |
ConstraintUpdateManager.flush(Collection deleteUpdates,
Collection nodes,
PreparedStatementManager psMgr) |
protected Collection |
AbstractUpdateManager.flush(Collection states,
JDBCStore store,
PreparedStatementManager psMgr) |
protected void |
OperationOrderUpdateManager.flush(Collection rows,
PreparedStatementManager psMgr)
Flush the given collection of secondary rows.
|
protected void |
ConstraintUpdateManager.flush(Collection rows,
PreparedStatementManager psMgr)
Flush the given collection of secondary rows.
|
protected Collection |
OperationOrderUpdateManager.flush(RowManager rowMgr,
PreparedStatementManager psMgr,
Collection exceps) |
protected abstract Collection |
AbstractUpdateManager.flush(RowManager rowMgr,
PreparedStatementManager psMgr,
Collection exceps)
Flush all rows of the given row manager.
|
protected Collection |
BatchingConstraintUpdateManager.flush(RowManager rowMgr,
PreparedStatementManager psMgr,
Collection exceps) |
protected Collection |
BatchingOperationOrderUpdateManager.flush(RowManager rowMgr,
PreparedStatementManager psMgr,
Collection exceps) |
protected Collection |
ConstraintUpdateManager.flush(RowManager rowMgr,
PreparedStatementManager psMgr,
Collection exceps) |
protected void |
ConstraintUpdateManager.flushGraph(Graph graph,
PreparedStatementManager psMgr,
boolean autoAssign)
Flush the given graph of rows in the proper order.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.