X - The represented type.public class EmbeddableTypeImpl<X> extends ManagedTypeImpl<X>
Purpose: Provides the implementation for the EmbeddableType interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
Description: Instances of the type EmbeddableType represent embeddable types.
javax.persistence.metamodel.EmbeddableType,
Serialized Formdescriptor, metamodel| Modifier | Constructor and Description |
|---|---|
protected |
EmbeddableTypeImpl(MetamodelImpl metamodel,
ClassDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
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)
|
create, getAttribute, getAttributes, getCollection, getCollection, getDeclaredAttribute, getDeclaredAttribute, getDeclaredAttributes, getDeclaredCollection, getDeclaredCollection, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredPluralAttributes, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDeclaredSingularAttributes, getDescriptor, getList, getList, getMap, getMap, getMembers, getMetamodel, getPluralAttributes, getSet, getSet, getSingularAttribute, getSingularAttribute, getSingularAttributes, getTypeClassFromAttributeOrMethodLevelAccessor, initialize, isIdentifiableType, isManagedType, toStringHelpergetJavaType, getJavaType, getJavaTypeName, toStringprotected EmbeddableTypeImpl(MetamodelImpl metamodel, ClassDescriptor descriptor)
public PersistenceType getPersistenceType()
public boolean isEntity()
public boolean isMappedSuperclass()
isMappedSuperclass in class TypeImpl<X>