Uses of Interface
org.hibernate.boot.spi.SessionFactoryBuilderImplementor
-
Packages that use SessionFactoryBuilderImplementor Package Description org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata. -
-
Uses of SessionFactoryBuilderImplementor in org.hibernate.boot.internal
Classes in org.hibernate.boot.internal that implement SessionFactoryBuilderImplementor Modifier and Type Class Description class
SessionFactoryBuilderImpl
Methods in org.hibernate.boot.internal that return SessionFactoryBuilderImplementor Modifier and Type Method Description SessionFactoryBuilderImplementor
DefaultSessionFactoryBuilderService. createSessionFactoryBuilder(MetadataImpl metadata, BootstrapContext bootstrapContext)
-
Uses of SessionFactoryBuilderImplementor in org.hibernate.boot.spi
Classes in org.hibernate.boot.spi with type parameters of type SessionFactoryBuilderImplementor Modifier and Type Class Description class
AbstractDelegatingSessionFactoryBuilderImplementor<T extends SessionFactoryBuilderImplementor>
Convenience base class for custom implementors ofSessionFactoryBuilderImplementor
, using delegationClasses in org.hibernate.boot.spi that implement SessionFactoryBuilderImplementor Modifier and Type Class Description class
AbstractDelegatingSessionFactoryBuilderImplementor<T extends SessionFactoryBuilderImplementor>
Convenience base class for custom implementors ofSessionFactoryBuilderImplementor
, using delegationMethods in org.hibernate.boot.spi that return SessionFactoryBuilderImplementor Modifier and Type Method Description SessionFactoryBuilderImplementor
SessionFactoryBuilderService. createSessionFactoryBuilder(MetadataImpl metadata, BootstrapContext bootstrapContext)
protected SessionFactoryBuilderImplementor
AbstractDelegatingSessionFactoryBuilderImplementor. delegate()
Methods in org.hibernate.boot.spi with parameters of type SessionFactoryBuilderImplementor Modifier and Type Method Description SessionFactoryBuilder
SessionFactoryBuilderFactory. getSessionFactoryBuilder(MetadataImplementor metadata, SessionFactoryBuilderImplementor defaultBuilder)
The contract method.Constructors in org.hibernate.boot.spi with parameters of type SessionFactoryBuilderImplementor Constructor Description AbstractDelegatingSessionFactoryBuilderImplementor(SessionFactoryBuilderImplementor delegate)
-