Package org.hibernate.envers.boot.spi
Interface EnversMetadataBuildingContext
- All Superinterfaces:
org.hibernate.boot.spi.MetadataBuildingContext
public interface EnversMetadataBuildingContext
extends org.hibernate.boot.spi.MetadataBuildingContext
Metadata building context for Hibernate Envers
-
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.envers.configuration.internal.metadata.AuditEntityConfigurationRegistry
org.hibernate.envers.configuration.internal.metadata.AuditEntityNameRegister
org.hibernate.envers.configuration.internal.MappingCollector
org.hibernate.annotations.common.reflection.ReflectionManager
org.hibernate.service.ServiceRegistry
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
org.hibernate.envers.configuration.internal.MappingCollector getMappingCollector() -
getServiceRegistry
org.hibernate.service.ServiceRegistry getServiceRegistry() -
getReflectionManager
org.hibernate.annotations.common.reflection.ReflectionManager getReflectionManager() -
getAuditEntityNameRegistry
org.hibernate.envers.configuration.internal.metadata.AuditEntityNameRegister getAuditEntityNameRegistry() -
getAuditEntityConfigurationRegistry
org.hibernate.envers.configuration.internal.metadata.AuditEntityConfigurationRegistry getAuditEntityConfigurationRegistry()
-