Uses of Interface
org.eclipse.jpt.core.context.Embeddable

Packages that use Embeddable
org.eclipse.jpt.core.context.java   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.context.persistence   
org.eclipse.jpt.eclipselink.core.context   
org.eclipse.jpt.eclipselink.core.context.java   
 

Uses of Embeddable in org.eclipse.jpt.core.context.java
 

Subinterfaces of Embeddable in org.eclipse.jpt.core.context.java
 interface JavaEmbeddable
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.core.context.java that return Embeddable
 Embeddable JavaPersistentAttribute.getEmbeddable()
          Return the embeddable (type mapping) corresponding to the persistent attribute's type.
 

Uses of Embeddable in org.eclipse.jpt.core.context.orm
 

Subinterfaces of Embeddable in org.eclipse.jpt.core.context.orm
 interface OrmEmbeddable
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of Embeddable in org.eclipse.jpt.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence that return Embeddable
 Embeddable PersistenceUnit.getEmbeddable(java.lang.String typeName)
          Return the embeddable specified in the persistence unit with the specified name.
 

Uses of Embeddable in org.eclipse.jpt.eclipselink.core.context
 

Subinterfaces of Embeddable in org.eclipse.jpt.eclipselink.core.context
 interface EclipseLinkEmbeddable
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of Embeddable in org.eclipse.jpt.eclipselink.core.context.java
 

Subinterfaces of Embeddable in org.eclipse.jpt.eclipselink.core.context.java
 interface EclipseLinkJavaEmbeddable
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.