Uses of Class
org.hibernate.envers.boot.model.Column
Packages that use Column
-
Uses of Column in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model that return ColumnModifier and TypeMethodDescriptionColumn.deepCopy()
static Column
Column.from
(Selectable selectable) Creates an Envers column mapping from an Hibernate ORM column mapping.Methods in org.hibernate.envers.boot.model that return types with arguments of type ColumnModifier and TypeMethodDescriptionBasicAttribute.getColumns()
ColumnContainer.getColumns()
Get all columns that are part of this propertyKey.getColumns()
ManyToOneAttribute.getColumns()
SetAttribute.getColumns()
Methods in org.hibernate.envers.boot.model with parameters of type ColumnModifier and TypeMethodDescriptionvoid
void
Add a column to the container.void
void
void
void
void
Join.addKeyColumn
(Column keyColumn) Constructors in org.hibernate.envers.boot.model with parameters of type Column