|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.databinder.models.hib.AbstractPropertyQueryBinder
net.databinder.models.hib.ModelPropertyQueryBinder
public class ModelPropertyQueryBinder
A query binder that sets query parameters to corresponding properties taken from the given Wicket model object.
| Field Summary | |
|---|---|
protected org.apache.wicket.model.IModel |
model
|
| Constructor Summary | |
|---|---|
ModelPropertyQueryBinder(org.apache.wicket.model.IModel model)
|
|
| Method Summary | |
|---|---|
void |
bind(org.hibernate.Query query)
Set values for parameters in the query. |
void |
detach()
|
| Methods inherited from class net.databinder.models.hib.AbstractPropertyQueryBinder |
|---|
bind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.apache.wicket.model.IModel model
| Constructor Detail |
|---|
public ModelPropertyQueryBinder(org.apache.wicket.model.IModel model)
| Method Detail |
|---|
public void detach()
detach in interface org.apache.wicket.model.IDetachablepublic void bind(org.hibernate.Query query)
QueryBinder
bind in interface QueryBinderquery - Hibernate query
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||