Package org.hibernate.query.sql.spi
Interface ParameterInterpretation
public interface ParameterInterpretation
-
Method Summary
Modifier and TypeMethodDescriptionAccess to the defined parameters in the order they were encountered, potentially including "duplicate references" to a single parameterCreate the ParameterMetadata representation of this interpretation
-
Method Details
-
getOrderedParameterOccurrences
List<ParameterOccurrence> getOrderedParameterOccurrences()Access to the defined parameters in the order they were encountered, potentially including "duplicate references" to a single parameter -
getAdjustedSqlString
String getAdjustedSqlString()
-