|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.NamedNativeQueryImpl
public class NamedNativeQueryImpl
| Field Summary | |
|---|---|
protected List<QueryHint> |
hint
|
protected String |
name
|
protected String |
query
|
protected String |
resultClass
|
protected String |
resultSetMapping
|
| Constructor Summary | |
|---|---|
NamedNativeQueryImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.NamedNativeQueryImpl instance. |
|
NamedNativeQueryImpl(NamedNativeQueryImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.NamedNativeQueryImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
NamedNativeQueryImpl |
clone()
Creates and returns a copy of this object. |
List<QueryHint> |
getHint()
Gets the value of the hint property. |
String |
getName()
Gets the value of the name property. |
String |
getQuery()
Gets the value of the query property. |
String |
getResultClass()
Gets the value of the resultClass property. |
String |
getResultSetMapping()
Gets the value of the resultSetMapping property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setQuery(String value)
Sets the value of the query property. |
void |
setResultClass(String value)
Sets the value of the resultClass property. |
void |
setResultSetMapping(String value)
Sets the value of the resultSetMapping property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String query
protected List<QueryHint> hint
protected String name
protected String resultClass
protected String resultSetMapping
| Constructor Detail |
|---|
public NamedNativeQueryImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.NamedNativeQueryImpl instance.
public NamedNativeQueryImpl(NamedNativeQueryImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.NamedNativeQueryImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getQuery()
NamedNativeQuery
getQuery in interface NamedNativeQueryStringpublic void setQuery(String value)
NamedNativeQuery
setQuery in interface NamedNativeQueryvalue - allowed object is
Stringpublic List<QueryHint> getHint()
NamedNativeQuery
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
getHint in interface NamedNativeQuerypublic String getName()
NamedNativeQuery
getName in interface NamedNativeQueryStringpublic void setName(String value)
NamedNativeQuery
setName in interface NamedNativeQueryvalue - allowed object is
Stringpublic String getResultClass()
NamedNativeQuery
getResultClass in interface NamedNativeQueryStringpublic void setResultClass(String value)
NamedNativeQuery
setResultClass in interface NamedNativeQueryvalue - allowed object is
Stringpublic String getResultSetMapping()
NamedNativeQuery
getResultSetMapping in interface NamedNativeQueryStringpublic void setResultSetMapping(String value)
NamedNativeQuery
setResultSetMapping in interface NamedNativeQueryvalue - allowed object is
Stringpublic NamedNativeQueryImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||