Uses of Interface
org.hibernate.boot.model.source.spi.ColumnSource
-
Packages that use ColumnSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of ColumnSource in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return ColumnSource Modifier and Type Method Description static ColumnSource
RelationalValueSourceHelper. buildColumnSource(MappingDocument mappingDocument, String containingTableName, RelationalValueSourceHelper.ColumnsAndFormulasSource columnsAndFormulasSource)
Given aRelationalValueSourceHelper.ColumnsAndFormulasSource
, build a singleRelationalValueSource
which is required to be a column.Methods in org.hibernate.boot.model.source.internal.hbm that return types with arguments of type ColumnSource Modifier and Type Method Description static List<ColumnSource>
RelationalValueSourceHelper. buildColumnSources(MappingDocument mappingDocument, String containingTableName, RelationalValueSourceHelper.ColumnsAndFormulasSource columnsAndFormulasSource)
Given aRelationalValueSourceHelper.ColumnsAndFormulasSource
, build the corresponding list ofColumnSource
.List<ColumnSource>
JoinedSubclassEntitySourceImpl. getPrimaryKeyColumnSources()
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type ColumnSource Modifier and Type Method Description void
RelationalObjectBinder. bindColumn(MappingDocument sourceDocument, ColumnSource columnSource, SimpleValue simpleValue, boolean areColumnsNullableByDefault, RelationalObjectBinder.ColumnNamingDelegate columnNamingDelegate)
Method parameters in org.hibernate.boot.model.source.internal.hbm with type arguments of type ColumnSource Modifier and Type Method Description void
RelationalObjectBinder. bindColumns(MappingDocument sourceDocument, List<ColumnSource> columnSources, SimpleValue simpleValue, boolean areColumnsNullableByDefault, RelationalObjectBinder.ColumnNamingDelegate columnNamingDelegate)
-
Uses of ColumnSource in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return ColumnSource Modifier and Type Method Description ColumnSource
CollectionIdSource. getColumnSource()
Obtain source information about the column for the collection id.Methods in org.hibernate.boot.model.source.spi that return types with arguments of type ColumnSource Modifier and Type Method Description List<ColumnSource>
JoinedSubclassEntitySource. getPrimaryKeyColumnSources()
ThePrimaryKeyJoinColumns
mapping for the joined-subclass.List<ColumnSource>
SecondaryTableSource. getPrimaryKeyColumnSources()
Retrieves the columns defines as making up this secondary tables primary key.
-