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