Interface SchemaAwareDataSource
- All Superinterfaces:
CommonDataSource, DataSource, Wrapper
Allows to associate a schema string to this data source. The persistence layer
will honor this schema name when creating SQL statements.
-
Method Summary
Methods inherited from interface CommonDataSource
createShardingKeyBuilder, getParentLoggerMethods inherited from interface DataSource
createConnectionBuilder, getConnection, getConnection, getLoginTimeout, getLogWriter, setLoginTimeout, setLogWriterMethods inherited from interface Wrapper
isWrapperFor, unwrap
-
Method Details
-
setSchema
-
getSchema
String getSchema()
-