Package org.hibernate.envers.configuration.internal.metadata.reader
-
Interface Summary Interface Description AuditedPropertiesHolder Implementations hold other audited properties.PersistentPropertiesSource A source of data on persistent properties of a class or component. -
Class Summary Class Description AnnotationsMetadataReader A helper class to read versioning meta-data from annotations on a persistent class.AuditedPropertiesReader Reads persistent properties form aPersistentPropertiesSource
and adds the ones that are audited to aAuditedPropertiesHolder
, filling all the auditing data.AuditJoinTableData A data class that represents anAuditJoinTable
annotation.AuditOverrideData A boot-time descriptor that represents aAuditOverride
annotation.ClassAuditingData Boot-time audit data for a specific entity class.ComponentAuditedPropertiesReader Reads the audited properties for components.ComponentAuditingData Audit mapping meta-data for component.DynamicProperty This class pretends to be property but in fact it represents entry in the map (for dynamic component)PropertyAuditingData The boot-time representation of an audited property.