public interface JdbcDatastoreCommodityContext extends JdbcOperationContext, com.holonplatform.core.datastore.DatastoreCommodityContext
DatastoreCommodityContext
.Modifier and Type | Method and Description |
---|---|
Optional<com.holonplatform.jdbc.DatabasePlatform> |
getDatabase()
Get the database type to which
DataSource is connected. |
DataSource |
getDataSource()
Get the
DataSource bound to the datastore. |
getIdentifierResolutionStrategy, getStatementConfigurator, prepareInsertStatement, prepareStatement, withSharedConnection
getDialect, getTypeConverter, getValueDeserializer, getValueSerializer, trace
getExpressionResolvers
withConnection, withConnection
DataSource getDataSource()
DataSource
bound to the datastore.Optional<com.holonplatform.jdbc.DatabasePlatform> getDatabase()
DataSource
is connected.DatabasePlatform
of the DataSource
database, empty if not availableCopyright © 2019 The Holon Platform. All rights reserved.