Package org.hibernate.boot.spi
Interface SessionFactoryBuilderService
-
- All Superinterfaces:
Serializable,Service
public interface SessionFactoryBuilderService extends Service
Allows bootstrapping Hibernate ORM using a customSessionFactoryBuilderImplementor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SessionFactoryBuilderImplementorcreateSessionFactoryBuilder(org.hibernate.boot.internal.MetadataImpl metadata, BootstrapContext bootstrapContext)
-
-
-
Method Detail
-
createSessionFactoryBuilder
SessionFactoryBuilderImplementor createSessionFactoryBuilder(org.hibernate.boot.internal.MetadataImpl metadata, BootstrapContext bootstrapContext)
-
-