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

Packages that use SourceCode.Method
org.apache.openjpa.persistence.util OpenJPA JPA Utilities This package provides utility functions used by JPA facade to OpenJPA. 
 

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

Methods in org.apache.openjpa.persistence.util that return SourceCode.Method
 SourceCode.Method SourceCode.Method.addArgument(SourceCode.Argument<org.apache.openjpa.persistence.util.SourceCode.ClassName,String> arg)
           
 SourceCode.Method SourceCode.Method.addArgument(String className, String argName)
           
 SourceCode.Method SourceCode.Method.addCodeLine(String line)
           
 SourceCode.Method SourceCode.Method.addCodeLine(String line, boolean tabInc)
          if tabInc = true, the current line, and all following lines will be tabbed.
protected  SourceCode.Method SourceCode.Class.addMethod(String m, org.apache.openjpa.persistence.util.SourceCode.ClassName retType)
           
 SourceCode.Method SourceCode.Class.addMethod(String m, String retType)
           
 SourceCode.Method SourceCode.Method.makeAbstract()
           
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.