Class SessionWrapper

java.lang.Object
net.sf.basedb.core.hibernate.AbstractQueryCache
net.sf.basedb.core.hibernate.SessionWrapper
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, javax.persistence.EntityManager, HibernateEntityManager, QueryProducer, Session, SharedSessionContract

public class SessionWrapper
extends AbstractQueryCache
implements Session
Wrapper around Hibernate sessions that includes a query cache. This wrapper forwards all calls to the underlying real Hibernate session.
Since:
2.16
Author:
Nicklas
See Also:
Serialized Form
Last modified
$Date: 2019-06-17 08:40:32 +0200 (mån, 17 juni 2019) $