public static interface CriteriaQueryCompiler.ImplicitParameterBinding
Modifier and Type | Method and Description |
---|---|
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.
|
String getParameterName()
Class getJavaType()
HibernateEntityManagerImplementor.Options.getNamedParameterExplicitTypes()
in determining "guessed type" overriding.void bind(TypedQuery typedQuery)
typedQuery
- The JPA query.Copyright © 2018 JBoss by Red Hat. All rights reserved.