Package org.hibernate.boot.spi
Interface SessionFactoryBuilderService
- All Superinterfaces:
Serializable
,Service
Allows bootstrapping Hibernate ORM using a custom
SessionFactoryBuilderImplementor
.-
Method Summary
Modifier and TypeMethodDescriptioncreateSessionFactoryBuilder
(org.hibernate.boot.internal.MetadataImpl metadata, BootstrapContext bootstrapContext)
-
Method Details
-
createSessionFactoryBuilder
SessionFactoryBuilderImplementor createSessionFactoryBuilder(org.hibernate.boot.internal.MetadataImpl metadata, BootstrapContext bootstrapContext)
-