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.
@FunctionalInterface public interface JdbcParameterBySqmParameterAccess
Access to the mapping between an SqmParameter and all of its JDBC parameters
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<SqmParameter<?>,List<List<JdbcParameter>>>
getJdbcParamsBySqmParam()
The mapping between an SqmParameter and all of its JDBC parameters
-
-
-
Method Detail
-
getJdbcParamsBySqmParam
Map<SqmParameter<?>,List<List<JdbcParameter>>> getJdbcParamsBySqmParam()
The mapping between an SqmParameter and all of its JDBC parameters
-
-