Package | Description |
---|---|
org.apache.openjpa.lib.util |
General Utilities
|
Modifier and Type | Method and Description |
---|---|
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(java.io.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(java.io.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(java.lang.Object value)
Add the given value to the internal template.
|
ParameterTemplate |
ParameterTemplate.append(java.io.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(java.lang.String value)
Add the given value to the internal template.
|
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.