Uses of Interface
org.hibernate.envers.boot.model.ColumnContainer
-
Packages that use ColumnContainer Package Description org.hibernate.envers.boot.model org.hibernate.envers.configuration.internal.metadata -
-
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. -
Uses of ColumnContainer in org.hibernate.envers.configuration.internal.metadata
Methods in org.hibernate.envers.configuration.internal.metadata with parameters of type ColumnContainer Modifier and Type Method Description static voidRevisionInfoHelper. addOrModifyColumn(ColumnContainer attribute, String name)
-