Uses of Interface
org.hibernate.envers.boot.model.ColumnContainer
-
Packages that use ColumnContainer Package Description org.hibernate.envers.boot.model -
-
Uses of ColumnContainer in org.hibernate.envers.boot.model
Subinterfaces of ColumnContainer in org.hibernate.envers.boot.model Modifier and Type Interface Description interfaceAttributeContract for a mapping attribute.interfacePluralAttributeContract for an attribute that represents multiple values.interfaceSingularAttributeContract for an attribute that represents a singular value.Classes in org.hibernate.envers.boot.model that implement ColumnContainer Modifier and Type Class Description classBasicAttributeContract for a basic, singular attribute.classKeyContract for declaring a column name of a foreign key.classManyToOneAttributeRepresents a plural attribute mapping of amany-to-oneorkey-many-to-one.classSetAttributeA plural attribute that represents aset.
-