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, setValueTypegetKey, getValue, setKey, setValueequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValue, equals, hashCodepublic 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.6.3, "build v20160428-59c81c5" API Reference