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 interface
Attribute
Contract for a mapping attribute.interface
PluralAttribute
Contract for an attribute that represents multiple values.interface
SingularAttribute
Contract for an attribute that represents a singular value.Classes in org.hibernate.envers.boot.model that implement ColumnContainer Modifier and Type Class Description class
BasicAttribute
Contract for a basic, singular attribute.class
Key
Contract for declaring a column name of a foreign key.class
ManyToOneAttribute
Represents a plural attribute mapping of amany-to-one
orkey-many-to-one
.class
SetAttribute
A 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 void
RevisionInfoHelper. addOrModifyColumn(ColumnContainer attribute, String name)
-