Uses of Interface
org.eclipse.jpt.core.context.java.JavaPersistentAttribute.JpaContainer

Packages that use JavaPersistentAttribute.JpaContainer
org.eclipse.jpt.core.context.java   
 

Uses of JavaPersistentAttribute.JpaContainer in org.eclipse.jpt.core.context.java
 

Classes in org.eclipse.jpt.core.context.java that implement JavaPersistentAttribute.JpaContainer
static class JavaPersistentAttribute.JpaContainer.Null
           
 

Fields in org.eclipse.jpt.core.context.java declared as JavaPersistentAttribute.JpaContainer
static JavaPersistentAttribute.JpaContainer JavaPersistentAttribute.JpaContainer.Null.INSTANCE
           
 

Methods in org.eclipse.jpt.core.context.java that return JavaPersistentAttribute.JpaContainer
 JavaPersistentAttribute.JpaContainer JavaPersistentAttribute.getJpaContainer()
          Return the JpaContainer that corresponds to this attribute's type.
static JavaPersistentAttribute.JpaContainer JavaPersistentAttribute.JpaContainer.Null.instance()