Uses of Class
org.hibernate.mapping.AggregateColumn
Packages that use AggregateColumn
Package
Description
Support for
Dialect
-specific aggregate column types,
including user-defined composite types, and JSON or XML types.This package defines the Hibernate configuration-time mapping model.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
-
Uses of AggregateColumn in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return AggregateColumn -
Uses of AggregateColumn in org.hibernate.dialect.aggregate
Methods in org.hibernate.dialect.aggregate with parameters of type AggregateColumnModifier and TypeMethodDescriptionAggregateSupport.aggregateAuxiliaryDatabaseObjects
(Namespace namespace, String aggregatePath, AggregateColumn aggregateColumn, List<Column> aggregatedColumns) Allows to generate auxiliary database objects for an aggregate type.AggregateSupportImpl.aggregateAuxiliaryDatabaseObjects
(Namespace namespace, String aggregatePath, AggregateColumn aggregateColumn, List<Column> aggregatedColumns) DB2AggregateSupport.aggregateAuxiliaryDatabaseObjects
(Namespace namespace, String aggregatePath, AggregateColumn aggregateColumn, List<Column> aggregatedColumns) OracleAggregateSupport.aggregateAuxiliaryDatabaseObjects
(Namespace namespace, String aggregatePath, AggregateColumn aggregateColumn, List<Column> aggregatedColumns) default String
AggregateSupport.aggregateComponentAssignmentExpression
(String aggregateParentAssignmentExpression, String columnExpression, AggregateColumn aggregateColumn, Column column) Returns the assignment expression to use forcolumn
, which is part of the aggregate type ofaggregatePath
.default String
AggregateSupport.aggregateComponentCustomReadExpression
(String template, String placeholder, String aggregateParentReadExpression, String columnExpression, AggregateColumn aggregateColumn, Column column) Returns the custom read expression to use forcolumn
.AggregateSupport.aggregateCustomWriteExpression
(AggregateColumn aggregateColumn, List<Column> aggregatedColumns) Returns the custom write expression to use for an aggregate column of the given column type, containing the given aggregated columns.AggregateSupportImpl.aggregateCustomWriteExpression
(AggregateColumn aggregateColumn, List<Column> aggregatedColumns) DB2AggregateSupport.aggregateCustomWriteExpression
(AggregateColumn aggregateColumn, List<Column> aggregatedColumns) HANAAggregateSupport.aggregateCustomWriteExpression
(AggregateColumn aggregateColumn, List<Column> aggregatedColumns) SybaseASEAggregateSupport.aggregateCustomWriteExpression
(AggregateColumn aggregateColumn, List<Column> aggregatedColumns) -
Uses of AggregateColumn in org.hibernate.mapping
Methods in org.hibernate.mapping that return AggregateColumnModifier and TypeMethodDescriptionAggregateColumn.clone()
Shallow copy, the value is not copiedBasicValue.getAggregateColumn()
Component.getAggregateColumn()
Component.getParentAggregateColumn()
Methods in org.hibernate.mapping with parameters of type AggregateColumnModifier and TypeMethodDescriptionvoid
BasicValue.setAggregateColumn
(AggregateColumn aggregateColumn) void
Component.setAggregateColumn
(AggregateColumn aggregateColumn) void
Component.setParentAggregateColumn
(AggregateColumn parentAggregateColumn) -
Uses of AggregateColumn in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type AggregateColumnModifier and TypeMethodDescriptionprotected void
StandardTableExporter.applyAggregateColumnCheck
(StringBuilder buf, AggregateColumn aggregateColumn)