|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.NamedNativeQueryImpl
public class NamedNativeQueryImpl
| Field Summary | |
|---|---|
protected 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.prot.indexed.novalueclass.persistence.orm.impl.NamedNativeQueryImpl instance. |
|
NamedNativeQueryImpl(NamedNativeQueryImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.NamedNativeQueryImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
NamedNativeQueryImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyHint(QueryHint[] source)
Copies all values of property Hint. |
QueryHint[] |
getHint()
|
QueryHint |
getHint(int idx)
|
int |
getHintLength()
|
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. |
QueryHint |
setHint(int idx,
QueryHint value)
|
void |
setHint(QueryHint[] values)
|
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 QueryHint[] hint
protected String name
protected String resultClass
protected String resultSetMapping
| Constructor Detail |
|---|
public NamedNativeQueryImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.NamedNativeQueryImpl instance.
public NamedNativeQueryImpl(NamedNativeQueryImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.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 QueryHint[] getHint()
getHint in interface NamedNativeQueryQueryHintpublic QueryHint getHint(int idx)
getHint in interface NamedNativeQueryQueryHintpublic int getHintLength()
getHintLength in interface NamedNativeQuerypublic void setHint(QueryHint[] values)
setHint in interface NamedNativeQueryvalues - allowed objects are
QueryHint
public QueryHint setHint(int idx,
QueryHint value)
setHint in interface NamedNativeQueryvalue - allowed object is
QueryHintpublic 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
Stringprotected void copyHint(QueryHint[] source)
Hint.
source - The source to copy from.
NullPointerException - if source is null.public NamedNativeQueryImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||