| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.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(Connection connection,
long slowSqlThreshold,
PreparedStatementProxy.SqlLoggingType sqlLogging,
int jdbcFetchSize) |
DataSourceProxy(DataSource datasource,
PreparedStatementProxy.SqlLoggingType sqlLogging,
long slowSqlThreshold,
int jdbcFetchSize) |
PreparedStatementProxy(String sql,
PreparedStatement statement,
long slowSqlThreshold,
PreparedStatementProxy.SqlLoggingType sqlLoggingType) |
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.