|
Arch4J 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.arch4j.persistence.castor.QueryWrapper
| Constructor Summary | |
QueryWrapper(org.exolab.castor.jdo.OQLQuery aQuery)
Creates a new instance of QueryWrapper |
|
| Method Summary | |
void |
bind(boolean aBoolean)
Bind a primitive boolean type. |
void |
bind(Collection aBindCollection)
Bind to a collection of parameters. |
void |
bind(double aDouble)
Bind a primitive double type. |
void |
bind(float aFloat)
Bind a primitive float type. |
void |
bind(int anInteger)
Bind a primitive integer type. |
void |
bind(Object anObject)
Bind an element to the first element in the query string. |
org.exolab.castor.jdo.OQLQuery |
getOQLQuery()
Return the OQL Query Object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QueryWrapper(org.exolab.castor.jdo.OQLQuery aQuery)
| Method Detail |
public void bind(Collection aBindCollection)
bind in interface ObjectQuerypublic void bind(Object anObject)
bind in interface ObjectQueryanObject - The object to bind.public void bind(int anInteger)
bind in interface ObjectQuerypublic void bind(double aDouble)
bind in interface ObjectQuerypublic void bind(float aFloat)
bind in interface ObjectQuerypublic void bind(boolean aBoolean)
bind in interface ObjectQuerypublic org.exolab.castor.jdo.OQLQuery getOQLQuery()
|
Arch4J 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||