Uses of Class
org.hibernate.mapping.AggregateColumn
-
Packages that use AggregateColumn Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model. -
-
Uses of AggregateColumn in org.hibernate.mapping
Methods in org.hibernate.mapping that return AggregateColumn Modifier and Type Method Description AggregateColumnAggregateColumn. clone()Shallow copy, the value is not copiedAggregateColumnBasicValue. getAggregateColumn()AggregateColumnComponent. getAggregateColumn()AggregateColumnComponent. getParentAggregateColumn()Methods in org.hibernate.mapping with parameters of type AggregateColumn Modifier and Type Method Description voidBasicValue. setAggregateColumn(AggregateColumn aggregateColumn)voidComponent. setAggregateColumn(AggregateColumn aggregateColumn)voidComponent. setParentAggregateColumn(AggregateColumn parentAggregateColumn)
-