Uses of Class
org.hibernate.query.sql.spi.ParameterOccurrence
-
Packages that use ParameterOccurrence Package Description org.hibernate.query.sql.internal Implementation of the SPIs for native SQL query support.org.hibernate.query.sql.spi SPIs for native SQL query support.org.hibernate.sql.exec.internal 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 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.internal
Constructor parameters in org.hibernate.sql.exec.internal with type arguments of type ParameterOccurrence Constructor Description JdbcParameterBindingsImpl(QueryParameterBindings queryParameterBindings, List<ParameterOccurrence> parameterOccurrences, List<JdbcParameterBinder> jdbcParameterBinders, SessionFactoryImplementor factory)
-