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 Details