Uses of Interface
javax.persistence.metamodel.Type
-
Packages that use Type Package Description javax.persistence.metamodel -
-
Uses of Type in javax.persistence.metamodel
Subinterfaces of Type in javax.persistence.metamodel Modifier and Type Interface Description interface
BasicType<X>
interface
EmbeddableType<X>
interface
EntityType<X>
interface
IdentifiableType<X>
interface
ManagedType<X>
interface
MappedSuperclassType<X>
Methods in javax.persistence.metamodel that return Type Modifier and Type Method Description Type<E>
PluralAttribute. getElementType()
Type<?>
IdentifiableType. getIdType()
Type<K>
MapAttribute. getKeyType()
Type<T>
SingularAttribute. getType()
-