public class HibernateOrmIntegrations extends Object
Constructor and Description |
---|
HibernateOrmIntegrations() |
Modifier and Type | Method and Description |
---|---|
static void |
contributeBootProperties(BiConsumer<String,Object> propertyCollector) |
static void |
contributeRuntimeProperties(BiConsumer<String,Object> propertyCollector) |
static void |
onMetadataInitialized(org.hibernate.boot.Metadata metadata,
org.hibernate.boot.spi.BootstrapContext bootstrapContext,
BiConsumer<String,Object> propertyCollector) |
static void |
registerListener(HibernateOrmIntegrationListener listener) |
public static void registerListener(HibernateOrmIntegrationListener listener)
public static void contributeBootProperties(BiConsumer<String,Object> propertyCollector)
public static void onMetadataInitialized(org.hibernate.boot.Metadata metadata, org.hibernate.boot.spi.BootstrapContext bootstrapContext, BiConsumer<String,Object> propertyCollector)
public static void contributeRuntimeProperties(BiConsumer<String,Object> propertyCollector)
Copyright © 2019 JBoss by Red Hat. All rights reserved.