| Package | Description |
|---|---|
| org.hibernate.boot.model.source.internal.hbm | |
| org.hibernate.boot.model.source.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntitySourceImpl |
class |
JoinedSubclassEntitySourceImpl |
class |
RootEntitySourceImpl |
class |
SubclassEntitySourceImpl |
| Modifier and Type | Method and Description |
|---|---|
IdentifiableTypeSource |
SubclassEntitySourceImpl.getSuperType() |
IdentifiableTypeSource |
RootEntitySourceImpl.getSuperType() |
| Modifier and Type | Method and Description |
|---|---|
Collection<IdentifiableTypeSource> |
AbstractEntitySourceImpl.getSubTypes() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EntitySource
Contract describing source of information related to mapping an entity.
|
interface |
JoinedSubclassEntitySource |
interface |
SubclassEntitySource |
| Modifier and Type | Method and Description |
|---|---|
IdentifiableTypeSource |
IdentifiableTypeSource.getSuperType() |
| Modifier and Type | Method and Description |
|---|---|
Collection<IdentifiableTypeSource> |
IdentifiableTypeSource.getSubTypes()
Access the subtype sources for types extending from this type source,
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.