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 AggregateColumn
AggregateColumn. clone()
Shallow copy, the value is not copiedAggregateColumn
BasicValue. getAggregateColumn()
AggregateColumn
Component. getAggregateColumn()
AggregateColumn
Component. getParentAggregateColumn()
Methods in org.hibernate.mapping with parameters of type AggregateColumn Modifier and Type Method Description void
BasicValue. setAggregateColumn(AggregateColumn aggregateColumn)
void
Component. setAggregateColumn(AggregateColumn aggregateColumn)
void
Component. setParentAggregateColumn(AggregateColumn parentAggregateColumn)
-