Uses of Class
org.apache.openjpa.lib.util.CodeFormat
- 
Packages that use CodeFormat Package Description org.apache.openjpa.enhance OpenJPA Enhancerorg.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadataorg.apache.openjpa.lib.util General Utilities
- 
- 
Uses of CodeFormat in org.apache.openjpa.enhanceFields in org.apache.openjpa.enhance declared as CodeFormat Modifier and Type Field Description CodeFormatApplicationIdTool.Flags. formatMethods in org.apache.openjpa.enhance that return CodeFormat Modifier and Type Method Description CodeFormatApplicationIdTool. getCodeFormat()The code formatter for the generated Java code.CodeFormatCodeGenerator. getCodeFormat()The code formatter for the generated Java code.protected CodeFormatCodeGenerator. newCodeFormat()Return a copy of the internal code format.Methods in org.apache.openjpa.enhance with parameters of type CodeFormat Modifier and Type Method Description protected voidCodeGenerator. closeClassBrace(CodeFormat code)Append the closing code-level brace to the code; this can be overridden to add code to the bottom of the class.protected voidCodeGenerator. openClassBrace(CodeFormat code)Append the opening code-level brace to the code; this can be overridden to add code to the top of the class.voidApplicationIdTool. setCodeFormat(CodeFormat format)Set the code formatter for the generated Java code.voidCodeGenerator. setCodeFormat(CodeFormat format)Set the code formatter for the generated Java code.
- 
Uses of CodeFormat in org.apache.openjpa.jdbc.metaFields in org.apache.openjpa.jdbc.meta declared as CodeFormat Modifier and Type Field Description CodeFormatReverseMappingTool.Flags. formatMethods in org.apache.openjpa.jdbc.meta that return CodeFormat Modifier and Type Method Description CodeFormatReverseMappingTool. getCodeFormat()The code formatter for the generated Java code.Methods in org.apache.openjpa.jdbc.meta with parameters of type CodeFormat Modifier and Type Method Description voidReverseMappingTool. setCodeFormat(CodeFormat format)Set the code formatter for the generated Java code.
- 
Uses of CodeFormat in org.apache.openjpa.lib.utilMethods in org.apache.openjpa.lib.util that return CodeFormat Modifier and Type Method Description CodeFormatCodeFormat. afterSection()Append the given value to the internal buffer.CodeFormatCodeFormat. append(boolean val)Append the given value to the internal buffer.CodeFormatCodeFormat. append(byte val)Append the given value to the internal buffer.CodeFormatCodeFormat. append(char val)Append the given value to the internal buffer.CodeFormatCodeFormat. append(double val)Append the given value to the internal buffer.CodeFormatCodeFormat. append(float val)Append the given value to the internal buffer.CodeFormatCodeFormat. append(int val)Append the given value to the internal buffer.CodeFormatCodeFormat. append(long val)Append the given value to the internal buffer.CodeFormatCodeFormat. append(short val)Append the given value to the internal buffer.CodeFormatCodeFormat. append(java.lang.Object val)Append the given value to the internal buffer.CodeFormatCodeFormat. closeBrace(int tabLevel)Append the given value to the internal buffer.CodeFormatCodeFormat. closeParen()Append the given value to the internal buffer.CodeFormatCodeFormat. endl()Append the given value to the internal buffer.CodeFormatCodeFormat. endl(int num)Append the given value to the internal buffer.CodeFormatCodeFormat. endl(int num, int tabs)Append the given value to the internal buffer.CodeFormatCodeFormat. extendsDec(int tabLevel)Append the given value to the internal buffer.CodeFormatCodeFormat. fieldName(java.lang.String name)Append the given value to the internal buffer.CodeFormatCodeFormat. implementsDec(int tabLevel)Append the given value to the internal buffer.CodeFormatCodeFormat. openBrace(int tabLevel)Append the given value to the internal buffer.CodeFormatCodeFormat. openParen(boolean methodOrIf)Append the given value to the internal buffer.CodeFormatCodeFormat. parens()Append the given value to the internal buffer.CodeFormatCodeFormat. tab()Append the given value to the internal buffer.CodeFormatCodeFormat. tab(int tabLevel)Append the given value to the internal buffer.CodeFormatCodeFormat. throwsDec(int tabLevel)Append the given value to the internal buffer.
 
-