Package | Description |
---|---|
org.apache.openjpa.enhance |
OpenJPA Enhancer
This package provides a bytecode enhancer used to
post-process classes for use in a OpenJPA runtime.
|
org.apache.openjpa.jdbc.meta |
OpenJPA-JDBC ORM Metadata
This package extends the standard persistence metadata with
object-relational mapping information.
|
org.apache.openjpa.lib.util |
General Utilities
|
Modifier and Type | Field and Description |
---|---|
CodeFormat |
ApplicationIdTool.Flags.format |
Modifier and Type | Method and Description |
---|---|
CodeFormat |
CodeGenerator.getCodeFormat()
The code formatter for the generated Java code.
|
CodeFormat |
ApplicationIdTool.getCodeFormat()
The code formatter for the generated Java code.
|
protected CodeFormat |
CodeGenerator.newCodeFormat()
Return a copy of the internal code format.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CodeGenerator.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 void |
CodeGenerator.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.
|
void |
CodeGenerator.setCodeFormat(CodeFormat format)
Set the code formatter for the generated Java code.
|
void |
ApplicationIdTool.setCodeFormat(CodeFormat format)
Set the code formatter for the generated Java code.
|
Modifier and Type | Field and Description |
---|---|
CodeFormat |
ReverseMappingTool.Flags.format |
Modifier and Type | Method and Description |
---|---|
CodeFormat |
ReverseMappingTool.getCodeFormat()
The code formatter for the generated Java code.
|
Modifier and Type | Method and Description |
---|---|
void |
ReverseMappingTool.setCodeFormat(CodeFormat format)
Set the code formatter for the generated Java code.
|
Modifier and Type | Method and Description |
---|---|
CodeFormat |
CodeFormat.afterSection()
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.append(boolean val)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.append(byte val)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.append(char val)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.append(double val)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.append(float val)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.append(int val)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.append(long val)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.append(Object val)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.append(short val)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.closeBrace(int tabLevel)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.closeParen()
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.endl()
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.endl(int num)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.endl(int num,
int tabs)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.extendsDec(int tabLevel)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.fieldName(String name)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.implementsDec(int tabLevel)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.openBrace(int tabLevel)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.openParen(boolean methodOrIf)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.parens()
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.tab()
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.tab(int tabLevel)
Append the given value to the internal buffer.
|
CodeFormat |
CodeFormat.throwsDec(int tabLevel)
Append the given value to the internal buffer.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.