|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttrQueryHelper
An implementation of this is passed into an AttrQuery to aid it in generating the actual predicate.
Method Summary | |
---|---|
int |
getNextSuffix()
Get the next integer suffix for named arguments. |
java.util.Map |
getParameters()
Get the parameter bindings for a generated predicate. |
void |
setParameter(java.lang.String name,
java.lang.String value)
As an AttrQuery is generating the predicate, it tells this helper about its parameter names and bindings. |
Method Detail |
---|
int getNextSuffix()
void setParameter(java.lang.String name, java.lang.String value)
name
- The name of the parametervalue
- The binding.java.util.Map getParameters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |