| Package | Description |
|---|---|
| org.hibernate.boot.model.source.internal.hbm | |
| org.hibernate.boot.model.source.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
InLineViewSourceImpl |
class |
TableSourceImpl
Models a table mapping source.
|
| Modifier and Type | Method and Description |
|---|---|
static TableSpecificationSource |
Helper.createTableSource(MappingDocument mappingDocument,
TableInformationContainer entityElement,
Helper.InLineViewNameInferrer inLineViewNameInferrer) |
static TableSpecificationSource |
Helper.createTableSource(MappingDocument mappingDocument,
TableInformationContainer tableInformationContainer,
Helper.InLineViewNameInferrer inLineViewNameInferrer,
java.lang.String rowId,
java.lang.String comment,
java.lang.String checkConstraint) |
TableSpecificationSource |
AbstractPluralAttributeSourceImpl.getCollectionTableSpecificationSource() |
TableSpecificationSource |
RootEntitySourceImpl.getPrimaryTable() |
TableSpecificationSource |
SubclassEntitySourceImpl.getPrimaryTable() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
InLineViewSource
Describes in-line view source information.
|
interface |
TableSource
Contract describing source of table information
|
| Modifier and Type | Method and Description |
|---|---|
TableSpecificationSource |
PluralAttributeSource.getCollectionTableSpecificationSource() |
TableSpecificationSource |
EntitySource.getPrimaryTable()
Obtain the primary table for this entity.
|
TableSpecificationSource |
SecondaryTableSource.getTableSource()
Obtain the table being joined to.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.