| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.jdbc | |
| com.avaje.ebeaninternal.server.persist |
Persistence Implementation
|
| Modifier and Type | Method and Description |
|---|---|
PstmtBatch |
SpiEbeanServer.getPstmtBatch()
Return a JDBC driver specific handler for batching.
|
| Modifier and Type | Method and Description |
|---|---|
PstmtBatch |
InternalConfiguration.getPstmtBatch() |
PstmtBatch |
DefaultServer.getPstmtBatch() |
PstmtBatch |
PersistRequest.getPstmtBatch() |
| Constructor and Description |
|---|
InternalConfiguration(XmlConfig xmlConfig,
ClusterManager clusterManager,
ServerCacheManager cacheManager,
SpiBackgroundExecutor backgroundExecutor,
ServerConfig serverConfig,
BootupClasses bootupClasses,
PstmtBatch pstmtBatch) |
| Modifier and Type | Class and Description |
|---|---|
class |
OraclePstmtBatch
Oracle specific handling of JDBC batching.
|
| Constructor and Description |
|---|
BatchedPstmt(PreparedStatement pstmt,
boolean isGenKeys,
String sql,
PstmtBatch pstmtBatch,
boolean occCheck)
Create with a given statement.
|
DefaultPersister(SpiEbeanServer server,
Binder binder,
BeanDescriptorManager descMgr,
PstmtBatch pstmtBatch) |
DefaultPersistExecute(Binder binder,
PstmtBatch pstmtBatch)
Construct this DmlPersistExecute.
|
ExeCallableSql(Binder binder,
PstmtBatch pstmtBatch) |
ExeOrmUpdate(Binder binder,
PstmtBatch pstmtBatch)
Create with a given binder.
|
ExeUpdateSql(Binder binder,
PstmtBatch pstmtBatch)
Create with a given binder.
|
PstmtFactory(PstmtBatch pstmtBatch) |
Copyright © 2014. All Rights Reserved.