public class HibernateProxySession extends ProxySession<org.hibernate.Session>
| Constructor and Description |
|---|
HibernateProxySession(String database,
String dataSourceKey,
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.metadata.ClassMetadata |
getClassMetadata(Class entityClass) |
org.hibernate.dialect.Dialect |
getDialect() |
org.hibernate.Session |
getNativeSession() |
org.hibernate.Session |
getSession() |
boolean |
isClosed() |
getDatabase, getDataSource, isBoundaryEnforced, isCacheEnabled, overrideBoundaryEnforced, overrideCacheEnabled, registerpublic org.hibernate.metadata.ClassMetadata getClassMetadata(Class entityClass)
public org.hibernate.dialect.Dialect getDialect()
public HibernateProxyTransaction beginTransaction()
beginTransaction in class ProxySession<org.hibernate.Session>public ProxyTransaction currentTransaction()
currentTransaction in class ProxySession<org.hibernate.Session>public void flush()
flush in class ProxySession<org.hibernate.Session>public void clear()
clear in class ProxySession<org.hibernate.Session>public boolean isClosed()
isClosed in class ProxySession<org.hibernate.Session>public org.hibernate.Session getNativeSession()
getNativeSession in class ProxySession<org.hibernate.Session>public org.hibernate.Session getSession()
public void close()
close in class ProxySession<org.hibernate.Session>Copyright © 2013. All Rights Reserved.