Class SharedSessionDelegatorBaseImpl

java.lang.Object
org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, LobCreationContext, SharedSessionContractImplementor, QueryProducer, QueryProducerImplementor, JdbcSessionOwner, TransactionCoordinatorBuilder.Options, SharedSessionContract, JavaType.CoercionContext, WrapperOptions

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