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 class
JoinColumnCollectionMetadataGenerator
An implementation ofAbstractCollectionMetadataGenerator
that builds collection metadata and association mappings where the association uses a join column mapping.class
MiddleTableCollectionMetadataGenerator
An implementation ofAbstractCollectionMetadataGenerator
that builds collection metadata and association mappings where the association uses a middle table mapping.
-