public interface 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.QueryOptions.getNamedParameterExplicitTypes()
 in determining "guessed type" overriding.void bind(TypedQuery typedQuery)
typedQuery - The JPA query.Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.