|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.internal.TransactionEnvironmentImpl
public class TransactionEnvironmentImpl
Constructor Summary | |
---|---|
TransactionEnvironmentImpl(SessionFactoryImpl sessionFactory)
|
Method Summary | |
---|---|
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. |
protected ServiceRegistry |
serviceRegistry()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionEnvironmentImpl(SessionFactoryImpl sessionFactory)
Method Detail |
---|
public SessionFactoryImplementor getSessionFactory()
TransactionEnvironment
getSessionFactory
in interface TransactionEnvironment
protected ServiceRegistry serviceRegistry()
public JdbcServices getJdbcServices()
TransactionEnvironment
getJdbcServices
in interface TransactionEnvironment
public JtaPlatform getJtaPlatform()
TransactionEnvironment
getJtaPlatform
in interface TransactionEnvironment
public TransactionFactory getTransactionFactory()
TransactionEnvironment
getTransactionFactory
in interface TransactionEnvironment
public StatisticsImplementor getStatisticsImplementor()
TransactionEnvironment
getStatisticsImplementor
in interface TransactionEnvironment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |