|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.databinder.models.hib.QueryBinderBuilder
public class QueryBinderBuilder
Converts a string and QueryBinder(s) into a builder so only builders need to be dealt with.
| Constructor Summary | |
|---|---|
QueryBinderBuilder(java.lang.String query,
QueryBinder... binders)
|
|
| Method Summary | |
|---|---|
org.hibernate.Query |
build(org.hibernate.Session sess)
Create query from session and bind it to parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryBinderBuilder(java.lang.String query,
QueryBinder... binders)
| Method Detail |
|---|
public org.hibernate.Query build(org.hibernate.Session sess)
QueryBuilder
build in interface QueryBuildersess - session for the current request cycle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||