X - The type of the represented basic typepublic class BasicTypeImpl<X> extends TypeImpl<X> implements javax.persistence.metamodel.BasicType<X>
Purpose: Provides the implementation for the Basic interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
Description: Instances of the type BasicType represent basic types (including temporal and enumerated types).
javax.persistence.metamodel.Basic,
Serialized Form| Modifier and Type | Method and Description |
|---|---|
javax.persistence.metamodel.Type.PersistenceType |
getPersistenceType()
Return the persistence type.
|
boolean |
isEntity()
INTERNAL:
Return whether this type is an Entity (true) or MappedSuperclass (false) or Embeddable (false)
|
boolean |
isMappedSuperclass()
INTERNAL:
Return whether this type is an MappedSuperclass (true) or Entity (false) or Embeddable (false)
|
getJavaType, getJavaType, getJavaTypeName, toStringpublic javax.persistence.metamodel.Type.PersistenceType getPersistenceType()
getPersistenceType in interface javax.persistence.metamodel.Type<X>public boolean isEntity()
public boolean isMappedSuperclass()
isMappedSuperclass in class TypeImpl<X>EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference