X
- The type of the represented object or attributepublic abstract class TypeImpl<X> extends Object implements javax.persistence.metamodel.Type<X>, 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 |
---|---|
Class<X> |
getJavaType()
Return the represented 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)
|
String |
toString()
INTERNAL:
Return the string representation of the receiver.
|
public Class<X> getJavaType()
getJavaType
in interface javax.persistence.metamodel.Type<X>
public abstract boolean isEntity()
public abstract boolean isMappedSuperclass()
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference