Uses of Class
org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
-
Packages that use AbstractMetadataGenerator Package Description org.hibernate.envers.configuration.internal.metadata -
-
Uses of AbstractMetadataGenerator in org.hibernate.envers.configuration.internal.metadata
Subclasses of AbstractMetadataGenerator in org.hibernate.envers.configuration.internal.metadata Modifier and Type Class Description classAbstractCollectionMetadataGeneratorAbstract base class for various collection-based metadata generators.classAuditMetadataGeneratorclassComponentMetadataGeneratorGenerates metadata for components.classIdMetadataGeneratorGenerates metadata for primary identifiers (ids) of versions entities.classJoinColumnCollectionMetadataGeneratorAn implementation ofAbstractCollectionMetadataGeneratorthat builds collection metadata and association mappings where the association uses a join column mapping.classMiddleTableCollectionMetadataGeneratorAn implementation ofAbstractCollectionMetadataGeneratorthat builds collection metadata and association mappings where the association uses a middle table mapping.classToOneRelationMetadataGeneratorGenerates metadata for to-one relations (reference-valued properties).classValueMetadataGenerator
-