Uses of Interface
org.eclipse.jpt.jaxb.core.context.JaxbClass

Packages that use JaxbClass
org.eclipse.jpt.jaxb.core.context   
 

Uses of JaxbClass in org.eclipse.jpt.jaxb.core.context
 

Subinterfaces of JaxbClass in org.eclipse.jpt.jaxb.core.context
 interface JaxbPersistentClass
          Represents a JAXB persistent class.
 interface JaxbTransientClass
          Represents a transient JAXB type (A class with an explicit @XmlTransient annotation)
 

Methods in org.eclipse.jpt.jaxb.core.context that return JaxbClass
 JaxbClass JaxbContextRoot.getClass(java.lang.String fullyQualifiedTypeName)
          Return the persistent class or transient type with the given fully qualified name
 JaxbClass JaxbClass.getSuperClass()
           
 

Methods in org.eclipse.jpt.jaxb.core.context that return types with arguments of type JaxbClass
 java.lang.Iterable<JaxbClass> JaxbClass.getAncestors()
          Return the persistent type's "persistence" inheritance hierarchy, excluding the persistent type itself.
 java.lang.Iterable<JaxbClass> JaxbClass.getInheritanceHierarchy()
          Return the persistent type's "persistence" inheritance hierarchy, including the persistent type itself.