|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CriteriaQueryCompiler.ImplicitParameterBinding
Used to describe implicit (not defined in criteria query) parameters.
Method Summary | |
---|---|
void |
bind(TypedQuery typedQuery)
Bind the implicit parameter's value to the JPA query. |
Class |
getJavaType()
Get the java type of the "thing" that led to the implicit parameter. |
String |
getParameterName()
Retrieve the generated name of the implicit parameter. |
Method Detail |
---|
String getParameterName()
Class getJavaType()
HibernateEntityManagerImplementor.Options.getNamedParameterExplicitTypes()
in determining "guessed type" overriding.
void bind(TypedQuery typedQuery)
typedQuery
- The JPA query.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |