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 classSessionFactoryBuilderImplMethods in org.hibernate.boot.internal that return SessionFactoryBuilderImplementor Modifier and Type Method Description SessionFactoryBuilderImplementorDefaultSessionFactoryBuilderService. 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 classAbstractDelegatingSessionFactoryBuilderImplementor<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 classAbstractDelegatingSessionFactoryBuilderImplementor<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 SessionFactoryBuilderImplementorSessionFactoryBuilderService. createSessionFactoryBuilder(MetadataImpl metadata, BootstrapContext bootstrapContext)protected SessionFactoryBuilderImplementorAbstractDelegatingSessionFactoryBuilderImplementor. delegate()Methods in org.hibernate.boot.spi with parameters of type SessionFactoryBuilderImplementor Modifier and Type Method Description SessionFactoryBuilderSessionFactoryBuilderFactory. getSessionFactoryBuilder(MetadataImplementor metadata, SessionFactoryBuilderImplementor defaultBuilder)The contract method.Constructors in org.hibernate.boot.spi with parameters of type SessionFactoryBuilderImplementor Constructor Description AbstractDelegatingSessionFactoryBuilderImplementor(SessionFactoryBuilderImplementor delegate)
-