public interface ImplicitParameterBinding
Modifier and Type | Method and Description |
---|---|
void |
bind(javax.persistence.TypedQuery typedQuery)
Bind the implicit parameter's value to the JPA query.
|
java.lang.Class |
getJavaType()
Get the java type of the "thing" that led to the implicit parameter.
|
java.lang.String |
getParameterName()
Retrieve the generated name of the implicit parameter.
|
java.lang.String getParameterName()
java.lang.Class getJavaType()
HibernateEntityManagerImplementor.QueryOptions.getNamedParameterExplicitTypes()
in determining "guessed type" overriding.void bind(javax.persistence.TypedQuery typedQuery)
typedQuery
- The JPA query.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.