Package org.hibernate.envers.boot.spi
Interface EnversMetadataBuildingContext
- All Superinterfaces:
MetadataBuildingContext
- All Known Implementing Classes:
EnversMetadataBuildingContextImpl
Metadata building context for Hibernate Envers
-
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.models.spi.ClassDetailsRegistry
org.hibernate.models.spi.SourceModelBuildingContext
Methods inherited from interface org.hibernate.boot.spi.MetadataBuildingContext
getBootstrapContext, getBuildingOptions, getCurrentContributorName, getEffectiveDefaults, getMetadataCollector, getObjectNameNormalizer, getPreferredSqlTypeCodeForArray, getPreferredSqlTypeCodeForBoolean, getPreferredSqlTypeCodeForDuration, getPreferredSqlTypeCodeForInstant, getPreferredSqlTypeCodeForUuid, getTypeDefinitionRegistry, isPreferJavaTimeJdbcTypesEnabled, isPreferNativeEnumTypesEnabled
-
Method Details
-
getConfiguration
Configuration getConfiguration() -
getMappingCollector
MappingCollector getMappingCollector() -
getServiceRegistry
ServiceRegistry getServiceRegistry() -
getSourceModelBuildingContext
org.hibernate.models.spi.SourceModelBuildingContext getSourceModelBuildingContext() -
getClassDetailsRegistry
org.hibernate.models.spi.ClassDetailsRegistry getClassDetailsRegistry() -
getAuditEntityNameRegistry
AuditEntityNameRegister getAuditEntityNameRegistry() -
getAuditEntityConfigurationRegistry
AuditEntityConfigurationRegistry getAuditEntityConfigurationRegistry()
-