public class LinkedSession extends SessionDecorator
Constructor and Description |
---|
LinkedSession(org.hibernate.Session delegate,
RecordingSessionFactory sessionFactory) |
Modifier and Type | Method and Description |
---|---|
Connection |
close() |
org.hibernate.SessionFactory |
getSessionFactory() |
addEventListeners, beginTransaction, buildLockRequest, byId, byId, byNaturalId, byNaturalId, bySimpleNaturalId, bySimpleNaturalId, cancelQuery, clear, contains, createCriteria, createCriteria, createCriteria, createCriteria, createFilter, createQuery, createSQLQuery, createStoredProcedureCall, createStoredProcedureCall, createStoredProcedureCall, delete, delete, disableFetchProfile, disableFilter, disconnect, doReturningWork, doWork, enableFetchProfile, enableFilter, evict, flush, get, get, get, get, get, get, getCacheMode, getCurrentLockMode, getDelegate, getEnabledFilter, getEntityName, getFlushMode, getIdentifier, getLobHelper, getNamedProcedureCall, getNamedQuery, getStatistics, getTenantIdentifier, getTransaction, getTypeHelper, isConnected, isDefaultReadOnly, isDirty, isFetchProfileEnabled, isOpen, isReadOnly, load, load, load, load, load, load, load, lock, lock, merge, merge, persist, persist, reconnect, refresh, refresh, refresh, refresh, refresh, replicate, replicate, save, save, saveOrUpdate, saveOrUpdate, sessionWithOptions, setCacheMode, setDefaultReadOnly, setFlushMode, setReadOnly, update, update
public LinkedSession(@Nonnull org.hibernate.Session delegate, @Nonnull RecordingSessionFactory sessionFactory)
@Nonnull public org.hibernate.SessionFactory getSessionFactory()
getSessionFactory
in interface org.hibernate.Session
getSessionFactory
in class SessionDecorator
public Connection close() throws org.hibernate.HibernateException
close
in interface org.hibernate.Session
close
in class SessionDecorator
org.hibernate.HibernateException