Uses of Interface
org.eclipse.jpt.core.context.persistence.ClassRef

Packages that use ClassRef
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.persistence   
 

Uses of ClassRef in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return ClassRef
 ClassRef JpaFactory.buildClassRef(PersistenceUnit parent, java.lang.String className)
           
 ClassRef JpaFactory.buildClassRef(PersistenceUnit parent, XmlJavaClassRef xmlClassRef)
           
 

Uses of ClassRef in org.eclipse.jpt.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence that return ClassRef
 ClassRef PersistenceUnit.addSpecifiedClassRef()
          Add a specified class ref to the persistence unit and return the object representing it.
 ClassRef PersistenceUnit.addSpecifiedClassRef(int index)
          Add a specified class ref to the persistence unit at the specified index and return the object representing it.
 

Methods in org.eclipse.jpt.core.context.persistence that return types with arguments of type ClassRef
 java.util.ListIterator<ClassRef> PersistenceUnit.classRefs()
          Return an iterator on the list of class refs, whether specified or implied.
 java.util.ListIterator<ClassRef> PersistenceUnit.impliedClassRefs()
          Return an iterator on the list of implied class refs.
 java.util.ListIterator<ClassRef> PersistenceUnit.specifiedClassRefs()
          Return an iterator on the list of specified class refs.
 

Methods in org.eclipse.jpt.core.context.persistence with parameters of type ClassRef
 void PersistenceUnit.removeSpecifiedClassRef(ClassRef classRef)
          Remove the specified class ref from the persistence unit.