Uses of Class
org.hibernate.query.internal.QueryParameterNamedImpl
Packages that use QueryParameterNamedImpl
-
Uses of QueryParameterNamedImpl in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return QueryParameterNamedImplModifier and TypeMethodDescriptionstatic <T> QueryParameterNamedImpl<T>
QueryParameterNamedImpl.fromNativeQuery
(String name) static <T> QueryParameterNamedImpl<T>
QueryParameterNamedImpl.fromSqm
(SqmParameter<?> parameter) Create a named parameter descriptor from the SQM parameter