Uses of Class
org.hibernate.query.sql.spi.ParameterOccurrence
-
Packages that use ParameterOccurrence Package Description org.hibernate.query.sql.spi SPIs for native SQL query support. -
-
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()
-