|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.enhydra.jdbc.util.JdbcUtil
org.enhydra.jdbc.core.CoreDataSource
org.enhydra.jdbc.standard.StandardDataSource
org.enhydra.jdbc.standard.StandardConnectionPoolDataSource
org.enhydra.jdbc.standard.StandardXADataSource
org.hibernate.testing.jta.TestingJtaBootstrap.JtaAwareDataSource
public static class TestingJtaBootstrap.JtaAwareDataSource
Field Summary |
---|
Fields inherited from class org.enhydra.jdbc.standard.StandardXADataSource |
---|
connectionCount, deadLockMaxWait, deadLockRetryWait, DEFAULT_DEADLOCKMAXWAIT, DEFAULT_DEADLOCKRETRYWAIT, DEFAULT_MAX_CON, DEFAULT_MIN_CON, maxCon, minCon, transactionManager |
Fields inherited from class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource |
---|
DEFAULT_PREPAREDSTMTCACHESIZE |
Fields inherited from class org.enhydra.jdbc.core.CoreDataSource |
---|
logWriter, password, user |
Fields inherited from class org.enhydra.jdbc.util.JdbcUtil |
---|
log |
Constructor Summary | |
---|---|
TestingJtaBootstrap.JtaAwareDataSource()
|
Method Summary | ||
---|---|---|
Connection |
getConnection()
|
|
boolean |
isWrapperFor(Class<?> iface)
|
|
|
unwrap(Class<T> iface)
|
Methods inherited from class org.enhydra.jdbc.standard.StandardXADataSource |
---|
closeFreeConnection, dump, freeConnection, getAllConnections, getConnectionCount, getDeadLockMaxWait, getDeadLockRetryWait, getMaxCon, getMinCon, getTransactionManager, getXAConnection, getXAConnection, getXidConnections, getXidCount, processToWait, setDeadLockMaxWait, setDeadLockRetryWait, setDriverName, setMaxCon, setMinCon, setPassword, setTransactionManager, setUrl, setUser, toString |
Methods inherited from class org.enhydra.jdbc.standard.StandardConnectionPoolDataSource |
---|
getMasterPrepStmtCache, getPooledConnection, getPooledConnection, getPreparedStmtCacheSize, setPreparedStmtCacheSize |
Methods inherited from class org.enhydra.jdbc.standard.StandardDataSource |
---|
equals, getConnection, getDriverName, getObjectInstance, getReference, getTransactionIsolation, getUrl, hashCode, setTransactionIsolation |
Methods inherited from class org.enhydra.jdbc.core.CoreDataSource |
---|
getDescription, getLoginTimeout, getLogWriter, getPassword, getThreadFactory, getUser, isDebug, isVerbose, setDebug, setDescription, setLoginTimeout, setLogWriter, setThreadFactory, setVerbose, shutdown |
Methods inherited from class org.enhydra.jdbc.util.JdbcUtil |
---|
setLogger |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.sql.CommonDataSource |
---|
getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriter |
Constructor Detail |
---|
public TestingJtaBootstrap.JtaAwareDataSource()
Method Detail |
---|
public Connection getConnection() throws SQLException
getConnection
in interface DataSource
getConnection
in class org.enhydra.jdbc.standard.StandardDataSource
SQLException
public <T> T unwrap(Class<T> iface) throws SQLException
SQLException
public boolean isWrapperFor(Class<?> iface) throws SQLException
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |