Uses of Class
org.hibernate.query.sql.spi.ParameterOccurrence
-
Packages that use ParameterOccurrence Package Description org.hibernate.query.sql.spi org.hibernate.sql.exec.spi -
-
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 voidJdbcParameterBindings. registerNativeQueryParameters(QueryParameterBindings queryParameterBindings, List<ParameterOccurrence> parameterOccurrences, List<JdbcParameterBinder> jdbcParameterBinders, SessionFactoryImplementor factory)
-