Uses of Interface
org.eclipse.jpt.core.jpa2.context.CollectionTable2_0

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

Uses of CollectionTable2_0 in org.eclipse.jpt.core.jpa2.context
 

Methods in org.eclipse.jpt.core.jpa2.context that return CollectionTable2_0
 CollectionTable2_0 ElementCollectionMapping2_0.getCollectionTable()
          Return the collection table for this element collection mapping.
 

Uses of CollectionTable2_0 in org.eclipse.jpt.core.jpa2.context.java
 

Subinterfaces of CollectionTable2_0 in org.eclipse.jpt.core.jpa2.context.java
 interface JavaCollectionTable2_0
          Java collection table 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 CollectionTable2_0 in org.eclipse.jpt.core.jpa2.context.orm
 

Subinterfaces of CollectionTable2_0 in org.eclipse.jpt.core.jpa2.context.orm
 interface OrmCollectionTable2_0
          orm.xml collection table 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.jpa2.context.orm with parameters of type CollectionTable2_0
 void OrmCollectionTable2_0.initializeFrom(CollectionTable2_0 oldCollectionTable)