Package org.hibernate.query.internal
Class QueryParameterIdentifiedImpl<T>
java.lang.Object
org.hibernate.query.spi.AbstractQueryParameter<T>
org.hibernate.query.internal.QueryParameterIdentifiedImpl<T>
- All Implemented Interfaces:
Parameter<T>,QueryParameter<T>,QueryParameterImplementor<T>
QueryParameter impl for unnamed JPA Criteria-parameters.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic <T> QueryParameterIdentifiedImpl<T> fromSqm(SqmJpaCriteriaParameterWrapper<T> parameter) Create an identified parameter descriptor from the SQM parameterintinthashCode()Methods inherited from class org.hibernate.query.spi.AbstractQueryParameter
allowsMultiValuedBinding, applyAnticipatedType, disallowMultiValuedBinding, getHibernateType, getName, getParameterType, getPositionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.query.QueryParameter
isNamed, isOrdinal
-
Method Details
-
fromSqm
public static <T> QueryParameterIdentifiedImpl<T> fromSqm(SqmJpaCriteriaParameterWrapper<T> parameter) Create an identified parameter descriptor from the SQM parameter- Parameters:
parameter- The source parameter info- Returns:
- The parameter descriptor
-
getUnnamedParameterId
public int getUnnamedParameterId() -
toMemento
-
equals
-
hashCode
public int hashCode()
-