Dali Provisional API
Release 3.2

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

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

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

Fields in org.eclipse.jpt.jpa.core.context.persistence with type parameters of type ClassRef
static org.eclipse.jpt.common.utility.transformer.Transformer<ClassRef,JavaManagedType> ClassRef.JAVA_MANAGED_TYPE_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.core.context.persistence that return ClassRef
 ClassRef PersistenceUnit.addSpecifiedClassRef(int index, String className)
          Add a new specified class ref to the persistence unit at the specified index; return the newly-created class ref.
 ClassRef PersistenceUnit.addSpecifiedClassRef(String className)
          Add a new specified class ref to the persistence unit; return the newly-created class ref.
 ClassRef PersistenceXmlContextModelFactory.buildClassRef(PersistenceUnit parent, JavaResourceAbstractType jrat)
          Build a "virtual" class ref.
 ClassRef PersistenceXmlContextModelFactory.buildClassRef(PersistenceUnit parent, org.eclipse.jpt.jpa.core.resource.persistence.XmlJavaClassRef xmlClassRef)
          Build a "specified" class ref.
 

Methods in org.eclipse.jpt.jpa.core.context.persistence that return types with arguments of type ClassRef
 Iterable<ClassRef> PersistenceUnit.getClassRefs()
          Return the persistence unit's list of class refs, both specified and implied.
 Iterable<ClassRef> PersistenceUnit.getImpliedClassRefs()
          Return the persistence unit's list of implied class refs.
 org.eclipse.jpt.common.utility.iterable.ListIterable<ClassRef> PersistenceUnit.getSpecifiedClassRefs()
          Return the persistence unit's list of specified class refs.
 

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

Method parameters in org.eclipse.jpt.jpa.core.context.persistence with type arguments of type ClassRef
 void PersistenceUnit.removeSpecifiedClassRefs(Iterable<ClassRef> classRefs)
          Remove the specified class refs from the persistence unit.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.