Package | Description |
---|---|
javax.persistence.metamodel |
Java Persistence Metamodel API
|
Modifier and Type | Interface and 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 and 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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.