| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.persist |
Persistence Implementation
|
| Modifier and Type | Class and Description |
|---|---|
class |
PersistRequest
Wraps all the objects used to persist a bean.
|
class |
PersistRequestBean<T>
PersistRequest for insert update or delete of a bean.
|
class |
PersistRequestCallableSql
Persist request specifically for CallableSql.
|
class |
PersistRequestOrmUpdate
Persist request specifically for CallableSql.
|
class |
PersistRequestUpdateSql
Persist request specifically for CallableSql.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchedPstmt.add(BatchPostExecute batchExecute)
Add the BatchPostExecute to the list for post execute processing.
|
void |
BatchedPstmtHolder.addStmt(BatchedPstmt bs,
BatchPostExecute postExecute)
Add a new PreparedStatement wrapped in the BatchStatement object.
|
CallableStatement |
PstmtFactory.getCstmt(SpiTransaction t,
boolean logSql,
String sql,
BatchPostExecute batchExe)
Return a callable statement taking into account batch requirements.
|
PreparedStatement |
PstmtFactory.getPstmt(SpiTransaction t,
boolean logSql,
String sql,
BatchPostExecute batchExe)
Return a prepared statement taking into account batch requirements.
|
PreparedStatement |
BatchedPstmtHolder.getStmt(String stmtKey,
BatchPostExecute postExecute)
Return the PreparedStatement if it has already been used in this Batch.
|
Copyright © 2014. All Rights Reserved.