| Package | Description |
|---|---|
| org.batoo.jpa.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static PreparedStatementProxy.SqlLoggingType |
PreparedStatementProxy.SqlLoggingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreparedStatementProxy.SqlLoggingType[] |
PreparedStatementProxy.SqlLoggingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConnectionProxy(AbstractDataSource dataSourcePool,
Connection connection,
long slowSqlThreshold,
PreparedStatementProxy.SqlLoggingType sqlLogging,
int jdbcFetchSize) |
ConnectionProxy(Connection connection,
long slowSqlThreshold,
PreparedStatementProxy.SqlLoggingType sqlLogging,
int jdbcFetchSize) |
DataSourceProxy(AbstractDataSource datasource,
boolean external,
PreparedStatementProxy.SqlLoggingType sqlLogging,
long slowSqlThreshold,
int jdbcFetchSize) |
DataSourceProxy(DataSource datasource,
boolean external,
PreparedStatementProxy.SqlLoggingType sqlLogging,
long slowSqlThreshold,
int jdbcFetchSize) |
PreparedStatementProxy(String sql,
PreparedStatement statement,
long slowSqlThreshold,
PreparedStatementProxy.SqlLoggingType sqlLoggingType) |
Copyright © 2012-2013 Batoo. All Rights Reserved.