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