X
- The type of the represented object or attributepublic abstract class TypeImpl<X>
extends java.lang.Object
implements javax.persistence.metamodel.Type<X>, java.io.Serializable
Purpose: Provides the implementation for the Type interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
Description: Instances of the type Type represent persistent object or attribute types.
Type
,
Serialized FormModifier and Type | Method and Description |
---|---|
java.lang.Class<X> |
getJavaType()
Return the represented Java type.
|
java.lang.Class<X> |
getJavaType(java.lang.ClassLoader classLoader)
Return the represented Java type.
|
java.lang.String |
getJavaTypeName()
Return the name of the java type
|
abstract boolean |
isEntity()
INTERNAL:
Return whether this type is an Entity (true) or MappedSuperclass (false) or Embeddable (false)
|
abstract boolean |
isMappedSuperclass()
INTERNAL:
Return whether this type is an MappedSuperclass (true) or Entity (false) or Embeddable (false)
|
java.lang.String |
toString()
INTERNAL:
Return the string representation of the receiver.
|
public java.lang.Class<X> getJavaType(java.lang.ClassLoader classLoader)
public java.lang.Class<X> getJavaType()
getJavaType
in interface javax.persistence.metamodel.Type<X>
public java.lang.String getJavaTypeName()
public abstract boolean isEntity()
public abstract boolean isMappedSuperclass()
public java.lang.String toString()
toString
in class java.lang.Object
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference