public interface TransactionEnvironment
Modifier and Type | Method and Description |
---|---|
JdbcServices |
getJdbcServices()
Retrieve the JDBC services for this environment.
|
JtaPlatform |
getJtaPlatform()
Retrieve the JTA platform for this environment.
|
SessionFactoryImplementor |
getSessionFactory()
Retrieve the session factory for this environment.
|
StatisticsImplementor |
getStatisticsImplementor()
Get access to the statistics collector
|
TransactionFactory |
getTransactionFactory()
Retrieve the transaction factory for this environment.
|
SessionFactoryImplementor getSessionFactory()
JdbcServices getJdbcServices()
JtaPlatform getJtaPlatform()
TransactionFactory getTransactionFactory()
StatisticsImplementor getStatisticsImplementor()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.