Uses of Class
org.hibernate.query.sql.spi.ParameterOccurrence
-
Packages that use ParameterOccurrence Package Description org.hibernate.query.sql.internal org.hibernate.query.sql.spi org.hibernate.sql.exec.spi -
-
Uses of ParameterOccurrence in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return types with arguments of type ParameterOccurrence Modifier and Type Method Description List<ParameterOccurrence>
ParameterRecognizerImpl. getParameterList()
List<ParameterOccurrence>
NativeQueryImpl. getParameterOccurrences()
Constructor parameters in org.hibernate.query.sql.internal with type arguments of type ParameterOccurrence Constructor Description NativeNonSelectQueryPlanImpl(String sql, Set<String> affectedTableNames, List<ParameterOccurrence> parameterList)
NativeSelectQueryPlanImpl(String sql, Set<String> affectedTableNames, List<ParameterOccurrence> parameterList, ResultSetMapping resultSetMapping, SessionFactoryImplementor sessionFactory)
-
Uses of ParameterOccurrence in org.hibernate.query.sql.spi
Methods in org.hibernate.query.sql.spi that return types with arguments of type ParameterOccurrence Modifier and Type Method Description List<ParameterOccurrence>
ParameterInterpretation. getOrderedParameterOccurrences()
Access to the defined parameters in the order they were encountered, potentially including "duplicate references" to a single parameterList<ParameterOccurrence>
NativeSelectQueryDefinition. getQueryParameterOccurrences()
-
Uses of ParameterOccurrence in org.hibernate.sql.exec.spi
Method parameters in org.hibernate.sql.exec.spi with type arguments of type ParameterOccurrence Modifier and Type Method Description default void
JdbcParameterBindings. registerNativeQueryParameters(QueryParameterBindings queryParameterBindings, List<ParameterOccurrence> parameterOccurrences, List<JdbcParameterBinder> jdbcParameterBinders, SessionFactoryImplementor factory)
-