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 interfaceBasicType<X>interfaceEmbeddableType<X>interfaceEntityType<X>interfaceIdentifiableType<X>interfaceManagedType<X>interfaceMappedSuperclassType<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()
-