Class AbstractDelegatingSharedSessionBuilder

java.lang.Object
org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
All Implemented Interfaces:
SessionBuilder, SharedSessionBuilder

public abstract class AbstractDelegatingSharedSessionBuilder extends Object implements SharedSessionBuilder
Base class for SharedSessionBuilder implementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.