Uses of Interface
org.hibernate.envers.boot.model.ColumnContainer
Packages that use ColumnContainer
Package
Description
-
Uses of ColumnContainer in org.hibernate.envers.boot.model
Subinterfaces of ColumnContainer in org.hibernate.envers.boot.modelModifier and TypeInterfaceDescriptioninterface
Contract for a mapping attribute.interface
Contract for an attribute that represents multiple values.interface
Contract for an attribute that represents a singular value.Classes in org.hibernate.envers.boot.model that implement ColumnContainerModifier and TypeClassDescriptionclass
Contract for a basic, singular attribute.class
Contract for declaring a column name of a foreign key.class
Represents a plural attribute mapping of amany-to-one
orkey-many-to-one
.class
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 ColumnContainerModifier and TypeMethodDescriptionstatic void
RevisionInfoHelper.addOrModifyColumn
(ColumnContainer attribute, String name)