Uses of Class
org.apache.openjpa.persistence.util.SourceCode.Element

Packages that use SourceCode.Element
org.apache.openjpa.persistence.util OpenJPA JPA Utilities 
 

Uses of SourceCode.Element in org.apache.openjpa.persistence.util
 

Subclasses of SourceCode.Element in org.apache.openjpa.persistence.util
 class SourceCode.Class
          Represent class declaration.
 class SourceCode.Constructor
           
 class SourceCode.Field
          Represents field declaration.
 class SourceCode.Method
          Represents Method declaration.
 

Methods in org.apache.openjpa.persistence.util that return SourceCode.Element
 SourceCode.Element<T> SourceCode.Element.addParameter(String param)
           
 

Methods in org.apache.openjpa.persistence.util with parameters of type SourceCode.Element
 int SourceCode.Element.compareTo(SourceCode.Element<T> other)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.