Package | Description |
---|---|
org.hibernate.metamodel.source.annotations.entity | |
org.hibernate.metamodel.source.binder | |
org.hibernate.metamodel.source.hbm |
Modifier and Type | Method and Description |
---|---|
TableSource |
EntitySourceImpl.getPrimaryTable() |
TableSource |
EntityClass.getPrimaryTableSource() |
Modifier and Type | Method and Description |
---|---|
Iterable<TableSource> |
EntitySourceImpl.getSecondaryTables() |
Set<TableSource> |
EntityClass.getSecondaryTableSources() |
Modifier and Type | Method and Description |
---|---|
TableSource |
EntitySource.getPrimaryTable()
Obtain the primary table for this entity.
|
Modifier and Type | Method and Description |
---|---|
Iterable<TableSource> |
EntitySource.getSecondaryTables()
Obtain the secondary tables for this entity
|
Modifier and Type | Method and Description |
---|---|
TableSource |
SubclassEntitySourceImpl.getPrimaryTable() |
TableSource |
RootEntitySourceImpl.getPrimaryTable() |
Modifier and Type | Method and Description |
---|---|
Iterable<TableSource> |
AbstractEntitySourceImpl.getSecondaryTables() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.