|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.NamedQuery
public class NamedQuery
| Field Summary | |
|---|---|
protected QueryHint[] |
hint
|
protected String |
name
|
protected String |
query
|
| Constructor Summary | |
|---|---|
NamedQuery()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.NamedQuery instance. |
|
NamedQuery(NamedQuery o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.NamedQuery instance by copying a given instance. |
|
| Method Summary | |
|---|---|
NamedQuery |
clone()
Creates and returns a copy of this object. |
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. |
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. |
| 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
| Constructor Detail |
|---|
public NamedQuery()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.NamedQuery instance.
public NamedQuery(NamedQuery o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.NamedQuery instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getQuery()
Stringpublic void setQuery(String value)
value - allowed object is
Stringpublic QueryHint[] getHint()
QueryHintpublic QueryHint getHint(int idx)
QueryHintpublic int getHintLength()
public void setHint(QueryHint[] values)
values - allowed objects are
QueryHint
public QueryHint setHint(int idx,
QueryHint value)
value - allowed object is
QueryHintpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic void copyHint(QueryHint[] source)
Hint.
source - The source to copy from.
NullPointerException - if source is null.public NamedQuery clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||