Class AbstractDelegatingSessionBuilderImplementor

java.lang.Object
org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
org.hibernate.engine.spi.AbstractDelegatingSessionBuilderImplementor
All Implemented Interfaces:
SessionBuilderImplementor, SessionBuilder

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