public interface JdbcSessionContext
Modifier and Type | Method and Description |
---|---|
ConnectionAcquisitionMode |
getConnectionAcquisitionMode() |
ConnectionReleaseMode |
getConnectionReleaseMode() |
int |
getFetchSize() |
JdbcObserver |
getObserver() |
ServiceRegistry |
getServiceRegistry() |
SessionFactoryImplementor |
getSessionFactory()
Retrieve the session factory for this environment.
|
StatementInspector |
getStatementInspector() |
boolean |
isGetGeneratedKeysEnabled() |
boolean |
isScrollableResultSetsEnabled() |
boolean isScrollableResultSetsEnabled()
boolean isGetGeneratedKeysEnabled()
int getFetchSize()
ConnectionReleaseMode getConnectionReleaseMode()
ConnectionAcquisitionMode getConnectionAcquisitionMode()
StatementInspector getStatementInspector()
JdbcObserver getObserver()
SessionFactoryImplementor getSessionFactory()
ServiceRegistry getServiceRegistry()
Copyright © 2016 JBoss by Red Hat. All rights reserved.