Uses of Class
org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
-
Packages that use AbstractCollectionMetadataGenerator Package Description org.hibernate.envers.configuration.internal.metadata -
-
Uses of AbstractCollectionMetadataGenerator in org.hibernate.envers.configuration.internal.metadata
Subclasses of AbstractCollectionMetadataGenerator in org.hibernate.envers.configuration.internal.metadata Modifier and Type Class Description 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.
-