Class JaxbNamedStoredProcedureQueryImpl
- All Implemented Interfaces:
Serializable,JaxbQueryHintContainer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<JaxbQueryHintImpl>protected Stringprotected Stringprotected List<JaxbStoredProcedureParameterImpl> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.getHints()Gets the value of the hints property.getName()Gets the value of the name property.Gets the value of the procedureName property.Gets the value of the procedureParameters property.Gets the value of the resultClasses property.Gets the value of the resultSetMappings 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
-
procedureParameters
-
resultClasses
-
resultSetMappings
-
hints
-
name
-
procedureName
-
-
Constructor Details
-
JaxbNamedStoredProcedureQueryImpl
public JaxbNamedStoredProcedureQueryImpl()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Specified by:
getDescriptionin interfaceJaxbQueryHintContainer- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getProcedureParameters
Gets the value of the procedureParameters 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 JAXB object. This is why there is not a
setmethod for the procedureParameters property.For example, to add a new item, do as follows:
getProcedureParameters().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbStoredProcedureParameterImpl- Returns:
- The value of the procedureParameters property.
-
getResultClasses
Gets the value of the resultClasses 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 JAXB object. This is why there is not a
setmethod for the resultClasses property.For example, to add a new item, do as follows:
getResultClasses().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the resultClasses property.
-
getResultSetMappings
Gets the value of the resultSetMappings 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 JAXB object. This is why there is not a
setmethod for the resultSetMappings property.For example, to add a new item, do as follows:
getResultSetMappings().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the resultSetMappings property.
-
getHints
Gets the value of the hints 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 JAXB object. This is why there is not a
setmethod for the hints property.For example, to add a new item, do as follows:
getHints().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbQueryHintImpl- Specified by:
getHintsin interfaceJaxbQueryHintContainer- Returns:
- The value of the hints property.
-
getName
Gets the value of the name property.- Specified by:
getNamein interfaceJaxbQueryHintContainer- 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
-