public interface QueryParameter<T>
extends javax.persistence.Parameter<T>
| Modifier and Type | Method and Description |
|---|---|
Type |
getType()
Get the Hibernate Type associated with this parameter.
|
boolean |
isJpaPositionalParameter()
JPA has a different definition of positional parameters than what legacy Hibernate HQL had.
|
Type getType()
boolean isJpaPositionalParameter()
true if this is a JPA-style positional parameter; false would indicate
we have either a named parameter (Parameter.getName() would return a non-null value) or a native
Hibernate positional parameter.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.