Class SessionDelegatorBaseImpl

java.lang.Object
org.hibernate.engine.spi.SessionDelegatorBaseImpl
All Implemented Interfaces:
EntityManager, Serializable, AutoCloseable, LobCreationContext, SessionImplementor, SharedSessionContractImplementor, QueryProducer, QueryProducerImplementor, JdbcSessionOwner, TransactionCoordinatorBuilder.Options, Session, SharedSessionContract, JavaType.CoercionContext, WrapperOptions
Direct Known Subclasses:
AbstractDelegateSessionImplementor

public class SessionDelegatorBaseImpl extends Object implements SessionImplementor
A wrapper class that delegates all method invocations to a delegate instance of SessionImplementor. This is useful for custom implementations of that API, so that only some methods need to be overridden

(Used by Hibernate Search).

See Also: