Uses of Class
org.hibernate.query.sql.spi.ParameterOccurrence
Packages that use ParameterOccurrence
Package
Description
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
Implementation of the SPI for execution of SQL statements via JDBC.
-
Uses of ParameterOccurrence in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return types with arguments of type ParameterOccurrenceModifier and TypeMethodDescriptionParameterRecognizerImpl.getParameterList()
NativeQueryImpl.getParameterOccurrences()
Constructor parameters in org.hibernate.query.sql.internal with type arguments of type ParameterOccurrenceModifierConstructorDescriptionNativeNonSelectQueryPlanImpl
(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 ParameterOccurrenceModifier and TypeMethodDescriptionParameterInterpretation.getOrderedParameterOccurrences()
Access to the defined parameters in the order they were encountered, potentially including "duplicate references" to a single parameterNativeSelectQueryDefinition.getQueryParameterOccurrences()
-
Uses of ParameterOccurrence in org.hibernate.sql.exec.internal
Constructor parameters in org.hibernate.sql.exec.internal with type arguments of type ParameterOccurrenceModifierConstructorDescriptionJdbcParameterBindingsImpl
(QueryParameterBindings queryParameterBindings, List<ParameterOccurrence> parameterOccurrences, List<JdbcParameterBinder> jdbcParameterBinders, SessionFactoryImplementor factory)