public class QueryArgument extends TypedAssociation
Purpose: Used to define the query argument mapping. This is used for the deployment XML mapping.
Constructor and Description |
---|
QueryArgument()
Default constructor.
|
QueryArgument(String argumentName,
Object value,
Class type) |
Modifier and Type | Method and Description |
---|---|
Class |
getType() |
String |
getTypeName()
INTERNAL:
Return the classname of the type.
|
boolean |
isNullable() |
void |
setNullable(boolean nullable) |
void |
setType(Class type) |
void |
setTypeName(String typeName)
INTERNAL:
Set the classname of the type.
|
getKeyType, getValueType, postBuild, setKeyType, setValueType
getKey, getValue, setKey, setValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCode
public boolean isNullable()
public void setNullable(boolean nullable)
public Class getType()
public String getTypeName()
public void setType(Class type)
public void setTypeName(String typeName)
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference