|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TableSource | |
---|---|
org.hibernate.metamodel.source.annotations.entity | |
org.hibernate.metamodel.source.binder | |
org.hibernate.metamodel.source.hbm |
Uses of TableSource in org.hibernate.metamodel.source.annotations.entity |
---|
Methods in org.hibernate.metamodel.source.annotations.entity that return TableSource | |
---|---|
TableSource |
EntitySourceImpl.getPrimaryTable()
|
TableSource |
EntityClass.getPrimaryTableSource()
|
Methods in org.hibernate.metamodel.source.annotations.entity that return types with arguments of type TableSource | |
---|---|
Iterable<TableSource> |
EntitySourceImpl.getSecondaryTables()
|
Set<TableSource> |
EntityClass.getSecondaryTableSources()
|
Uses of TableSource in org.hibernate.metamodel.source.binder |
---|
Methods in org.hibernate.metamodel.source.binder that return TableSource | |
---|---|
TableSource |
EntitySource.getPrimaryTable()
Obtain the primary table for this entity. |
Methods in org.hibernate.metamodel.source.binder that return types with arguments of type TableSource | |
---|---|
Iterable<TableSource> |
EntitySource.getSecondaryTables()
Obtain the secondary tables for this entity |
Uses of TableSource in org.hibernate.metamodel.source.hbm |
---|
Methods in org.hibernate.metamodel.source.hbm that return TableSource | |
---|---|
TableSource |
SubclassEntitySourceImpl.getPrimaryTable()
|
TableSource |
RootEntitySourceImpl.getPrimaryTable()
|
Methods in org.hibernate.metamodel.source.hbm that return types with arguments of type TableSource | |
---|---|
Iterable<TableSource> |
AbstractEntitySourceImpl.getSecondaryTables()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |