Uses of Class
org.hibernate.query.internal.QueryParameterBindingsImpl
-
Packages that use QueryParameterBindingsImpl Package Description org.hibernate.query.internal -
-
Uses of QueryParameterBindingsImpl in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return QueryParameterBindingsImpl Modifier and Type Method Description QueryParameterBindingsImpl
QueryParameterBindingsImpl. copyWithoutValues(SessionFactoryImplementor sessionFactory)
static QueryParameterBindingsImpl
QueryParameterBindingsImpl. from(ParameterMetadataImplementor parameterMetadata, SessionFactoryImplementor sessionFactory)
Constructs a QueryParameterBindings based on the passed information
-