Module org.eclipse.persistence.jpa
Class DataSourceImpl
java.lang.Object
org.eclipse.persistence.internal.jpa.jdbc.DataSourceImpl
- All Implemented Interfaces:
Wrapper
,CommonDataSource
,DataSource
A stubbed out impl of DataSource that can be used for testing.
Does not support multiple threads or multiple usernames/passwords.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetConnection
(String userName, String password) int
getName()
internalGetConnection
(String userName, String password) boolean
boolean
isWrapperFor
(Class<?> iface) void
setLoginTimeout
(int seconds) void
setLogWriter
(PrintWriter out) void
<T> T
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.sql.CommonDataSource
createShardingKeyBuilder
Methods inherited from interface javax.sql.DataSource
createConnectionBuilder
-
Constructor Details
-
DataSourceImpl
-
-
Method Details
-
getName
-
setTransactionManager
-
internalGetConnection
- Throws:
SQLException
-
internalGetConnection
- Throws:
SQLException
-
isTransactional
public boolean isTransactional() -
getConnection
- Specified by:
getConnection
in interfaceDataSource
- Throws:
SQLException
-
getConnection
- Specified by:
getConnection
in interfaceDataSource
- Throws:
SQLException
-
getLogWriter
- Specified by:
getLogWriter
in interfaceCommonDataSource
- Specified by:
getLogWriter
in interfaceDataSource
- Throws:
SQLException
-
setLogWriter
- Specified by:
setLogWriter
in interfaceCommonDataSource
- Specified by:
setLogWriter
in interfaceDataSource
- Throws:
SQLException
-
getLoginTimeout
- Specified by:
getLoginTimeout
in interfaceCommonDataSource
- Specified by:
getLoginTimeout
in interfaceDataSource
- Throws:
SQLException
-
setLoginTimeout
- Specified by:
setLoginTimeout
in interfaceCommonDataSource
- Specified by:
setLoginTimeout
in interfaceDataSource
- Throws:
SQLException
-
unwrap
- Specified by:
unwrap
in interfaceWrapper
- Throws:
SQLException
-
isWrapperFor
- Specified by:
isWrapperFor
in interfaceWrapper
- Throws:
SQLException
-
getParentLogger
- Specified by:
getParentLogger
in interfaceCommonDataSource
-