Uses of Interface
org.hibernate.envers.configuration.internal.MappingCollector
Packages that use MappingCollector
-
Uses of MappingCollector in org.hibernate.envers.boot.internal
Methods in org.hibernate.envers.boot.internal that return MappingCollectorMethods in org.hibernate.envers.boot.internal with parameters of type MappingCollectorModifier and TypeMethodDescriptionvoidEnversService.initialize(org.hibernate.boot.spi.MetadataImplementor metadata, MappingCollector mappingCollector, org.hibernate.boot.spi.EffectiveMappingDefaults effectiveMappingDefaults) voidEnversServiceImpl.initialize(org.hibernate.boot.spi.MetadataImplementor metadata, MappingCollector mappingCollector, org.hibernate.boot.spi.EffectiveMappingDefaults effectiveMappingDefaults) Constructors in org.hibernate.envers.boot.internal with parameters of type MappingCollectorModifierConstructorDescriptionEnversMetadataBuildingContextImpl(Configuration configuration, org.hibernate.boot.spi.InFlightMetadataCollector metadataCollector, org.hibernate.boot.spi.EffectiveMappingDefaults effectiveMappingDefaults, MappingCollector mappingCollector) -
Uses of MappingCollector in org.hibernate.envers.boot.spi
Methods in org.hibernate.envers.boot.spi that return MappingCollector