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(java.lang.String argumentName,
java.lang.Object value,
java.lang.Class type) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getType() |
java.lang.String |
getTypeName()
INTERNAL:
Return the classname of the type.
|
boolean |
isNullable() |
void |
setNullable(boolean nullable) |
void |
setType(java.lang.Class type) |
void |
setTypeName(java.lang.String typeName)
INTERNAL:
Set the classname of the type.
|
getKeyType, getValueType, postBuild, setKeyType, setValueType
getKey, getValue, setKey, setValue
public QueryArgument()
public QueryArgument(java.lang.String argumentName, java.lang.Object value, java.lang.Class type)
public boolean isNullable()
public void setNullable(boolean nullable)
public java.lang.Class getType()
public java.lang.String getTypeName()
public void setType(java.lang.Class type)
public void setTypeName(java.lang.String typeName)
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference