public final class SqlContext extends DataStoreContext<java.util.UUID,com.zaxxer.hikari.HikariDataSource>
registry| Constructor and Description |
|---|
SqlContext(Registry registry) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeConnection(com.zaxxer.hikari.HikariDataSource dataStore) |
com.zaxxer.hikari.HikariDataSource |
loadDataStore() |
addConnectionClosedListener, addConnectionOpenedListener, calculateEntityClasses, getDataStore, getEntityClass, getEntityClasses, getEntityClassUnsafe, getTKeyClass, registryLoaded, removeConnectionClosedListener, removeConnectionOpenedListener, requestCloseConnection, setTKeyClass@Inject public SqlContext(Registry registry)
public com.zaxxer.hikari.HikariDataSource loadDataStore()
loadDataStore in class DataStoreContext<java.util.UUID,com.zaxxer.hikari.HikariDataSource>protected void closeConnection(com.zaxxer.hikari.HikariDataSource dataStore)
closeConnection in class DataStoreContext<java.util.UUID,com.zaxxer.hikari.HikariDataSource>