Dali Provisional API
Release 3.2

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

Packages that use JpaNamedContextModel
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.jpa2.context   
org.eclipse.jpt.jpa.core.jpa2.context.java   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
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.context.persistence   
 

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

Subinterfaces of JpaNamedContextModel in org.eclipse.jpt.jpa.core.context
 interface DatabaseGenerator
          Sequence and table generators.
 interface Generator
          Named generators, typically sequence and table generators Generators can be defined on Java and orm.xml entities Java and orm.xml ID mappings orm.xml entity mappings elements Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NamedNativeQuery
          named native query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface NamedQuery
          named query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface Query
          Named and named native queries.
 interface SequenceGenerator
          sequence generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface TableGenerator
          table generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Fields in org.eclipse.jpt.jpa.core.context with type parameters of type JpaNamedContextModel
static org.eclipse.jpt.common.utility.internal.transformer.TransformerAdapter<JpaNamedContextModel,String> JpaNamedContextModel.NAME_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type JpaNamedContextModel
 String JpaNamedContextModel.NameTransformer.transform(JpaNamedContextModel node)
           
 

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

Subinterfaces of JpaNamedContextModel in org.eclipse.jpt.jpa.core.context.java
 interface JavaDatabaseGenerator
          Java sequence and table generators Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaGenerator
          Java sequence and table generators Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaNamedNativeQuery
          Java named native query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaNamedQuery
          Java named query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaQuery
          Java named and named native queries Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaSequenceGenerator
          Java sequence generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaTableGenerator
          Java table generator 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 JpaNamedContextModel in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of JpaNamedContextModel in org.eclipse.jpt.jpa.core.context.orm
 interface OrmGenerator
          orm.xml sequence and table generators Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmNamedNativeQuery
          orm.xml named native query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmNamedQuery
          orm.xml named query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmQuery
          orm.xml named and named native queries Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSequenceGenerator
          orm.xml sequence generator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmTableGenerator
          orm.xml table generator 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 JpaNamedContextModel in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of JpaNamedContextModel in org.eclipse.jpt.jpa.core.jpa2.context
 interface NamedQuery2_0
          JPA 2.0 named query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface SequenceGenerator2_0
          JPA 2.0 sequence generator 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 JpaNamedContextModel in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of JpaNamedContextModel in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaNamedQuery2_0
          JPA 2.0 Java named native query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaSequenceGenerator2_0
          JPA 2.0 Java sequence generator 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 JpaNamedContextModel in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of JpaNamedContextModel in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmNamedQuery2_0
          JPA 2.0 orm.xml named query Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSequenceGenerator2_0
          JPA 2.0 orm.xml sequence generator 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 JpaNamedContextModel in org.eclipse.jpt.jpa.eclipselink.core.context
 

Subinterfaces of JpaNamedContextModel in org.eclipse.jpt.jpa.eclipselink.core.context
 interface EclipseLinkConverter
          EclipseLink converter: Type (EclipseLinkTypeConverter) Object Type (EclipseLinkObjectTypeConverter) Struct (EclipseLinkStructConverter) Custom (EclipseLinkCustomConverter) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkConverterClassConverter
          Corresponds to a *ConverterClassConverter resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkCustomConverter
          EclipseLink custom converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkObjectTypeConverter
          EclipseLink object type converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkStructConverter
          EclipseLink struct converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkTypeConverter
          EclipseLink type converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkUuidGenerator
          UUID generator - corresponds to org.eclipse.persistence.annotations.UuidGenerator 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 JpaNamedContextModel in org.eclipse.jpt.jpa.eclipselink.core.context.java
 

Subinterfaces of JpaNamedContextModel in org.eclipse.jpt.jpa.eclipselink.core.context.java
 interface EclipseLinkJavaUuidGenerator
          EclipseLink 2.4 Java Uuid generator 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 JpaNamedContextModel in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of JpaNamedContextModel in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkOrmUuidGenerator
          eclipselink-orm.xml 2.4 uuid generator 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 JpaNamedContextModel in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with type parameters of type JpaNamedContextModel
protected
<M extends JpaNamedContextModel>
HashMap<String,ArrayList<M>>
EclipseLinkPersistenceUnit.extractEclipseLinkConvertibleJavaModels(Iterable<M> allJavaModels, Iterable<M> mappingFileModels, EclipseLinkPersistenceUnit.EquivalencyAdapter<M> adapter)
          Return the Java nodes that are neither overridden nor duplicated (by default any Java nodes with the same name are "duplicates"); but, in EclipseLink we return any "equivalent" nodes also.
protected
<M extends JpaNamedContextModel>
boolean
EclipseLinkPersistenceUnit.hasAnyEquivalentJavaModels(Iterable<M> allJavaModels, Iterable<M> mappingFileModels, EclipseLinkPersistenceUnit.EquivalencyAdapter<M> adapter)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.