| Package | Description |
|---|---|
| javax.persistence.metamodel |
Java Persistence Metamodel API
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
EntityType<X> |
Instances of the type
EntityType represent entity types. |
interface |
MappedSuperclassType<X> |
Instances of the type
MappedSuperclassType represent mapped
superclass types. |
| Modifier and Type | Method | Description |
|---|---|---|
IdentifiableType<? super X> |
IdentifiableType.getSupertype() |
Return the identifiable type that corresponds to the most
specific mapped superclass or entity extended by the entity
or mapped superclass.
|
Copyright © 2018. All rights reserved.