Uses of Interface
javax.persistence.metamodel.Type
Packages that use Type
-
Uses of Type in javax.persistence.metamodel
Subinterfaces of Type in javax.persistence.metamodelModifier and TypeInterfaceDescriptioninterfaceBasicType<X>Instances of the typeBasicTyperepresent basic types (including temporal and enumerated types).interfaceInstances of the typeEmbeddableTyperepresent embeddable types.interfaceEntityType<X>Instances of the typeEntityTyperepresent entity types.interfaceInstances of the typeIdentifiableTyperepresent entity or mapped superclass types.interfaceManagedType<X>Instances of the typeManagedTyperepresent entity, mapped superclass, and embeddable types.interfaceInstances of the typeMappedSuperclassTyperepresent mapped superclass types.Methods in javax.persistence.metamodel that return TypeModifier and TypeMethodDescriptionPluralAttribute.getElementType()Return the type representing the element type of the collection.Type<?> IdentifiableType.getIdType()Return the type that represents the type of the id.MapAttribute.getKeyType()Return the type representing the key type of the map.SingularAttribute.getType()Return the type that represents the type of the attribute.