Package | Description |
---|---|
org.hibernate.boot.model.source.internal.hbm | |
org.hibernate.boot.model.source.spi |
Modifier and Type | Method and Description |
---|---|
static ColumnSource |
RelationalValueSourceHelper.buildColumnSource(MappingDocument mappingDocument,
String containingTableName,
RelationalValueSourceHelper.ColumnsAndFormulasSource columnsAndFormulasSource)
Given a
RelationalValueSourceHelper.ColumnsAndFormulasSource , build a single RelationalValueSource
which is required to be a column. |
Modifier and Type | Method and Description |
---|---|
static List<ColumnSource> |
RelationalValueSourceHelper.buildColumnSources(MappingDocument mappingDocument,
String containingTableName,
RelationalValueSourceHelper.ColumnsAndFormulasSource columnsAndFormulasSource)
Given a
RelationalValueSourceHelper.ColumnsAndFormulasSource , build the corresponding list of
ColumnSource . |
List<ColumnSource> |
JoinedSubclassEntitySourceImpl.getPrimaryKeyColumnSources() |
Modifier and Type | Method and Description |
---|---|
void |
RelationalObjectBinder.bindColumn(MappingDocument sourceDocument,
ColumnSource columnSource,
SimpleValue simpleValue,
boolean areColumnsNullableByDefault,
RelationalObjectBinder.ColumnNamingDelegate columnNamingDelegate) |
Modifier and Type | Method and Description |
---|---|
void |
RelationalObjectBinder.bindColumns(MappingDocument sourceDocument,
List<ColumnSource> columnSources,
SimpleValue simpleValue,
boolean areColumnsNullableByDefault,
RelationalObjectBinder.ColumnNamingDelegate columnNamingDelegate) |
Modifier and Type | Method and Description |
---|---|
ColumnSource |
CollectionIdSource.getColumnSource()
Obtain source information about the column for the collection id.
|
Modifier and Type | Method and Description |
---|---|
List<ColumnSource> |
SecondaryTableSource.getPrimaryKeyColumnSources()
Retrieves the columns defines as making up this secondary tables primary key.
|
List<ColumnSource> |
JoinedSubclassEntitySource.getPrimaryKeyColumnSources()
The
PrimaryKeyJoinColumns mapping for the joined-subclass. |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.