public class HibernateProxySession extends ProxySession<org.hibernate.SessionFactory,org.hibernate.Session>
| Constructor and Description |
|---|
HibernateProxySession(String dataSourceType,
String sessionSourceKey,
org.hibernate.SessionFactory sessionFactory,
boolean boundaryEnforced,
boolean cacheEnabled) |
| Modifier and Type | Method and Description |
|---|---|
HibernateProxyTransaction |
beginTransaction() |
void |
clear() |
void |
close() |
ProxyTransaction |
currentTransaction() |
void |
flush() |
org.hibernate.Session |
getNativeSession() |
org.hibernate.SessionFactory |
getNativeSessionFactory() |
org.hibernate.Session |
getSession() |
boolean |
isClosed() |
getDataSourceType, getSessionSourceKey, isBoundaryEnforced, isCacheEnabled, overrideBoundaryEnforced, overrideCacheEnabled, registerpublic HibernateProxyTransaction beginTransaction()
beginTransaction in class ProxySession<org.hibernate.SessionFactory,org.hibernate.Session>public ProxyTransaction currentTransaction()
currentTransaction in class ProxySession<org.hibernate.SessionFactory,org.hibernate.Session>public void flush()
flush in class ProxySession<org.hibernate.SessionFactory,org.hibernate.Session>public void clear()
clear in class ProxySession<org.hibernate.SessionFactory,org.hibernate.Session>public boolean isClosed()
isClosed in class ProxySession<org.hibernate.SessionFactory,org.hibernate.Session>public org.hibernate.SessionFactory getNativeSessionFactory()
getNativeSessionFactory in class ProxySession<org.hibernate.SessionFactory,org.hibernate.Session>public org.hibernate.Session getNativeSession()
getNativeSession in class ProxySession<org.hibernate.SessionFactory,org.hibernate.Session>public org.hibernate.Session getSession()
public void close()
close in class ProxySession<org.hibernate.SessionFactory,org.hibernate.Session>Copyright © 2017. All rights reserved.