EclipseLink 2.0.0_ 2.0.0.v20090626-r4569 API Reference

javax.persistence.metamodel
Interface EmbeddableType<X>

Type Parameters:
X - The represented type.
All Superinterfaces:
ManagedType<X>, Type<X>

public interface EmbeddableType<X>
extends ManagedType<X>

Instances of the type EmbeddableType represent embeddable types.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Type
Type.PersistenceType
 
Method Summary
 
Methods inherited from interface javax.persistence.metamodel.ManagedType
getAttribute, getAttributes, getCollection, getCollection, getCollections, getDeclaredAttribute, getDeclaredAttributes, getDeclaredCollection, getDeclaredCollection, getDeclaredCollections, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDeclaredSingularAttributes, getList, getList, getMap, getMap, getSet, getSet, getSingularAttribute, getSingularAttribute, getSingularAttributes
 
Methods inherited from interface javax.persistence.metamodel.Type
getJavaType, getPersistenceType
 


EclipseLink 2.0.0_ 2.0.0.v20090626-r4569 API Reference