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, withSharedConnectiongetDialect, getTypeConverter, getValueDeserializer, getValueSerializer, tracegetExpressionResolverswithConnection, withConnectionDataSource 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.