public class NamedStoredProcedureQuery
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
description |
protected java.util.List<QueryHint> |
hint |
protected java.lang.String |
name |
protected java.util.List<StoredProcedureParameter> |
parameter |
protected java.lang.String |
procedureName |
protected java.util.List<java.lang.String> |
resultClass |
protected java.util.List<java.lang.String> |
resultSetMapping |
| Constructor and Description |
|---|
NamedStoredProcedureQuery() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.util.List<QueryHint> |
getHint()
Gets the value of the hint property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.util.List<StoredProcedureParameter> |
getParameter()
Gets the value of the parameter property.
|
java.lang.String |
getProcedureName()
Gets the value of the procedureName property.
|
java.util.List<java.lang.String> |
getResultClass()
Gets the value of the resultClass property.
|
java.util.List<java.lang.String> |
getResultSetMapping()
Gets the value of the resultSetMapping property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setProcedureName(java.lang.String value)
Sets the value of the procedureName property.
|
protected java.lang.String description
protected java.util.List<StoredProcedureParameter> parameter
protected java.util.List<java.lang.String> resultClass
protected java.util.List<java.lang.String> resultSetMapping
protected java.util.List<QueryHint> hint
protected java.lang.String name
protected java.lang.String procedureName
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<StoredProcedureParameter> getParameter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
StoredProcedureParameter
public java.util.List<java.lang.String> getResultClass()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the resultClass property.
For example, to add a new item, do as follows:
getResultClass().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<java.lang.String> getResultSetMapping()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the resultSetMapping property.
For example, to add a new item, do as follows:
getResultSetMapping().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<QueryHint> getHint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the hint property.
For example, to add a new item, do as follows:
getHint().add(newItem);
Objects of the following type(s) are allowed in the list
QueryHint
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProcedureName()
Stringpublic void setProcedureName(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.