Class StatelessSessionWrapper

java.lang.Object
net.sf.basedb.core.hibernate.AbstractQueryCache
net.sf.basedb.core.hibernate.StatelessSessionWrapper
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, QueryProducer, SharedSessionContract, StatelessSession

public class StatelessSessionWrapper
extends AbstractQueryCache
implements StatelessSession
Wrapper around stateless 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-09-26 15:49:09 +0200 (tors, 26 sep. 2019) $