Dali Provisional API
Release 3.2

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

Packages that use Orderable
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpa2   
org.eclipse.jpt.jpa.core.jpa2.context   
org.eclipse.jpt.jpa.core.jpa2.context.java   
org.eclipse.jpt.jpa.core.jpa2.context.orm   
 

Uses of Orderable in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return Orderable
 Orderable JpaFactory.buildJavaOrderable(JavaAttributeMapping parent)
           
 

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

Methods in org.eclipse.jpt.jpa.core.context that return Orderable
 Orderable CollectionMapping.getOrderable()
           
 

Uses of Orderable in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return Orderable
 Orderable OrmXmlContextModelFactory.buildOrmOrderable(OrmAttributeMapping parent)
          JPA 1.0 only NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 

Uses of Orderable in org.eclipse.jpt.jpa.core.jpa2
 

Methods in org.eclipse.jpt.jpa.core.jpa2 that return Orderable
 Orderable JpaFactory2_0.buildJavaOrderable(JavaAttributeMapping parent)
          Use JpaFactory2_0.buildJavaOrderable(JavaOrderable2_0.ParentAdapter).
 

Uses of Orderable in org.eclipse.jpt.jpa.core.jpa2.context
 

Subinterfaces of Orderable in org.eclipse.jpt.jpa.core.jpa2.context
 interface Orderable2_0
          Multi-valued (1:m, m:m) relationship and element collection mappings support ordering.
 

Uses of Orderable in org.eclipse.jpt.jpa.core.jpa2.context.java
 

Subinterfaces of Orderable in org.eclipse.jpt.jpa.core.jpa2.context.java
 interface JavaOrderable2_0
          JPA 2.0 Java ordering 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 Orderable in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of Orderable in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmOrderable2_0
          JPA 2.0 orm.xml ordering Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.