Uses of Class
org.hibernate.envers.boot.model.Column
-
Packages that use Column Package Description org.hibernate.envers.boot.model -
-
Uses of Column in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model that return Column Modifier and Type Method Description ColumnColumn. deepCopy()static ColumnColumn. from(org.hibernate.mapping.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 Column Modifier and Type Method Description List<Column>BasicAttribute. getColumns()List<Column>ColumnContainer. getColumns()Get all columns that are part of this propertyList<Column>Key. getColumns()List<Column>ManyToOneAttribute. getColumns()List<Column>SetAttribute. getColumns()Methods in org.hibernate.envers.boot.model with parameters of type Column Modifier and Type Method Description voidBasicAttribute. addColumn(Column column)voidColumnContainer. addColumn(Column column)Add a column to the container.voidKey. addColumn(Column column)voidManyToOneAttribute. addColumn(Column column)voidSetAttribute. addColumn(Column column)voidSimpleIdentifier. addColumn(Column column)voidJoin. addKeyColumn(Column keyColumn)Constructors in org.hibernate.envers.boot.model with parameters of type Column Constructor Description Column(Column other)Copy constructor that performs a deep-copy.
-