Dali Provisional API
Release 3.2

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

Packages that use Embeddable
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.context.persistence   
org.eclipse.jpt.jpa.core.jpql.spi   
org.eclipse.jpt.jpa.eclipselink.core.context   
org.eclipse.jpt.jpa.eclipselink.core.context.java   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.jpql.spi   
org.eclipse.jpt.jpa.ui.details   
 

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

Methods in org.eclipse.jpt.jpa.core.context that return Embeddable
 Embeddable BaseEmbeddedMapping.getTargetEmbeddable()
          Return the embeddable the embedded mapping references.
 

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

Subinterfaces of Embeddable in org.eclipse.jpt.jpa.core.context.java
 interface JavaEmbeddable
          Java embeddable type mapping 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.jpa.core.context.orm
 

Subinterfaces of Embeddable in org.eclipse.jpt.jpa.core.context.orm
 interface OrmEmbeddable
          orm.xml embeddable type mapping 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.jpa.core.context.persistence
 

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

Uses of Embeddable in org.eclipse.jpt.jpa.core.jpql.spi
 

Methods in org.eclipse.jpt.jpa.core.jpql.spi that return Embeddable
 Embeddable JpaEmbeddable.getManagedType()
          Returns the encapsulated model object.
 

Methods in org.eclipse.jpt.jpa.core.jpql.spi with parameters of type Embeddable
protected  IEmbeddable JpaManagedTypeProvider.buildEmbeddable(Embeddable mappedClass)
           
 IEmbeddable JpaManagedTypeBuilder.buildEmbeddable(JpaManagedTypeProvider provider, Embeddable mappedClass,  mappingBuilder)
          Creates a new concrete instance of an IEmbeddable.
 IEmbeddable IManagedTypeBuilder.buildEmbeddable(JpaManagedTypeProvider provider, Embeddable mappedClass,  mappingBuilder)
          Creates a new concrete instance of an IEmbeddable.
 

Constructors in org.eclipse.jpt.jpa.core.jpql.spi with parameters of type Embeddable
JpaEmbeddable(JpaManagedTypeProvider provider, Embeddable embeddable,  mappingBuilder)
          Creates a new JpaEmbeddable.
 

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

Subinterfaces of Embeddable in org.eclipse.jpt.jpa.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.jpa.eclipselink.core.context.java
 

Subinterfaces of Embeddable in org.eclipse.jpt.jpa.eclipselink.core.context.java
 interface JavaEclipseLinkEmbeddable
          EclipseLink Java embeddable type mapping 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.jpa.eclipselink.core.context.orm
 

Subinterfaces of Embeddable in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface OrmEclipseLinkEmbeddable
          EclipseLink orm.xml embeddable 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.jpa.eclipselink.core.jpql.spi
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.jpql.spi with parameters of type Embeddable
 IEmbeddable EclipseLinkManagedTypeBuilder.buildEmbeddable(JpaManagedTypeProvider provider, Embeddable mappedClass,  mappingBuilder)
          Creates a new concrete instance of an IEmbeddable.
 

Uses of Embeddable in org.eclipse.jpt.jpa.ui.details
 

Method parameters in org.eclipse.jpt.jpa.ui.details with type arguments of type Embeddable
 JpaComposite JpaUiFactory.createEmbeddableComposite(PropertyValueModel<? extends Embeddable> embeddableModel, Composite parentComposite, WidgetFactory widgetFactory, ResourceManager resourceManager)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.