|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParameterTemplate | |
---|---|
org.apache.openjpa.lib.util | General Utilities |
Uses of ParameterTemplate in org.apache.openjpa.lib.util |
---|
Methods in org.apache.openjpa.lib.util that return ParameterTemplate | |
---|---|
ParameterTemplate |
ParameterTemplate.append(boolean value)
Add the given value to the internal template. |
ParameterTemplate |
ParameterTemplate.append(char value)
Add the given value to the internal template. |
ParameterTemplate |
ParameterTemplate.append(double value)
Add the given value to the internal template. |
ParameterTemplate |
ParameterTemplate.append(File file)
Add the given value to the internal template. |
ParameterTemplate |
ParameterTemplate.append(float value)
Add the given value to the internal template. |
ParameterTemplate |
ParameterTemplate.append(InputStream in)
Add the given value to the internal template. |
ParameterTemplate |
ParameterTemplate.append(int value)
Add the given value to the internal template. |
ParameterTemplate |
ParameterTemplate.append(long value)
Add the given value to the internal template. |
ParameterTemplate |
ParameterTemplate.append(Object value)
Add the given value to the internal template. |
ParameterTemplate |
ParameterTemplate.append(Reader reader)
Add the given value to the internal template. |
ParameterTemplate |
ParameterTemplate.append(short value)
Add the given value to the internal template. |
ParameterTemplate |
ParameterTemplate.append(String value)
Add the given value to the internal template. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |