Class AbstractDelegatingSessionFactoryBuilder<T extends SessionFactoryBuilder>

java.lang.Object
org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder<T>
Type Parameters:
T - The specific subclass; Allows subclasses to narrow the return type of the contract methods to a specialization of MetadataBuilderImplementor.
All Implemented Interfaces:
SessionFactoryBuilder
Direct Known Subclasses:
AbstractDelegatingSessionFactoryBuilderImplementor

public abstract class AbstractDelegatingSessionFactoryBuilder<T extends SessionFactoryBuilder> extends Object implements SessionFactoryBuilder
Convenience base class for custom implementors of SessionFactoryBuilder, using delegation