| Package | Description |
|---|---|
| com.avaje.ebean.config |
Configuration settings for EbeanServer construction
|
| com.avaje.ebeaninternal.server.jdbc |
| Modifier and Type | Method and Description |
|---|---|
PstmtDelegate |
ServerConfig.getPstmtDelegate()
Return the PreparedStatementDelegate.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfig.setPstmtDelegate(PstmtDelegate pstmtDelegate)
Set the PstmtDelegate which can be used to support JDBC driver specific
features.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardPstmtDelegate
Implementation of PstmtDelegate from Ebean's own
DataSource.
|
| Constructor and Description |
|---|
OraclePstmtBatch(PstmtDelegate pstmtDelegate) |
Copyright © 2014. All Rights Reserved.