Class JaxbNamedStoredProcedureQueryImpl
- All Implemented Interfaces:
Serializable
,JaxbQueryHintContainer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected List<JaxbQueryHintImpl>
protected String
protected String
protected 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.void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the name property.void
setProcedureName
(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:
getDescription
in 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
set
method 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
set
method 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
set
method 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
set
method 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:
getHints
in interfaceJaxbQueryHintContainer
- Returns:
- The value of the hints property.
-
getName
Gets the value of the name property.- Specified by:
getName
in 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
-