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

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

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

Methods in org.eclipse.jpt.core.context that return Embeddable
 Embeddable BaseEmbeddedMapping.getTargetEmbeddable()
          Return the Embeddable that matches the type of this mapping.
 

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.core.jpa2.context
 

Methods in org.eclipse.jpt.core.jpa2.context that return Embeddable
 Embeddable CollectionMapping2_0.getResolvedMapKeyEmbeddable()
          If the attribute type is not a map or if the map key class is a basic type this will return null.
 Embeddable ElementCollectionMapping2_0.getResolvedTargetEmbeddable()
          If the target class is a basic type this will return null.
 

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 JavaEclipseLinkEmbeddable
          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.orm
 

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