Package org.hibernate.query.sqm.spi
Interface JdbcParameterBySqmParameterAccess
- All Known Subinterfaces:
SqmTranslator<T>
- All Known Implementing Classes:
BaseSqmToSqlAstConverter
,MultiTableSqmMutationConverter
,StandardSqmTranslator
,SybaseSqmToSqlAstConverter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Access to the mapping between an SqmParameter and all of its JDBC parameters
-
Method Summary
Modifier and TypeMethodDescriptionMap<SqmParameter<?>,
List<List<JdbcParameter>>> The mapping between an SqmParameter and all of its JDBC parameters
-
Method Details
-
getJdbcParamsBySqmParam
Map<SqmParameter<?>,List<List<JdbcParameter>>> getJdbcParamsBySqmParam()The mapping between an SqmParameter and all of its JDBC parameters
-