Interface HibernateOrmIntegrationBooter
-
public interface HibernateOrmIntegrationBooter
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
HibernateOrmIntegrationBooter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static HibernateOrmIntegrationBooter.Builder
builder(org.hibernate.boot.Metadata metadata, org.hibernate.boot.spi.BootstrapContext bootstrapContext)
void
preBoot(BiConsumer<String,Object> propertyCollector)
-
-
-
Method Detail
-
builder
static HibernateOrmIntegrationBooter.Builder builder(org.hibernate.boot.Metadata metadata, org.hibernate.boot.spi.BootstrapContext bootstrapContext)
-
preBoot
void preBoot(BiConsumer<String,Object> propertyCollector)
-
-