Class JaxbNamedStoredProcedureQuery
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<JaxbQueryHint>protected Stringprotected List<JaxbStoredProcedureParameter>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.getHint()Gets the value of the hint property.getName()Gets the value of the name property.Gets the value of the parameter property.Gets the value of the procedureName property.Gets the value of the resultClass property.Gets the value of the resultSetMapping property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the name property.voidsetProcedureName(String value) Sets the value of the procedureName property.
-
Field Details
-
description
-
parameter
-
resultClass
-
resultSetMapping
-
hint
-
name
-
procedureName
-
-
Constructor Details
-
JaxbNamedStoredProcedureQuery
public JaxbNamedStoredProcedureQuery()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getParameter
Gets the value of the parameter property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
JaxbStoredProcedureParameter- Returns:
- The value of the parameter property.
-
getResultClass
Gets the value of the resultClass property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the resultClass property.
-
getResultSetMapping
Gets the value of the resultSetMapping property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the resultSetMapping property.
-
getHint
Gets the value of the hint property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
JaxbQueryHint- Returns:
- The value of the hint property.
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getProcedureName
Gets the value of the procedureName property.- Returns:
- possible object is
String
-
setProcedureName
Sets the value of the procedureName property.- Parameters:
value- allowed object isString
-