[hibernate-commits] [hibernate/hibernate-orm] f1c961: support for multi-valued QueryParameter bindings (...

Steve Ebersole noreply at github.com
Fri Mar 22 22:02:35 EDT 2019


  Branch: refs/heads/wip/6.0
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: f1c961d3eb4e1e7422d4c3713e1ae340fd732000
      https://github.com/hibernate/hibernate-orm/commit/f1c961d3eb4e1e7422d4c3713e1ae340fd732000
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2019-03-22 (Fri, 22 Mar 2019)

  Changed paths:
    M documentation/documentation.gradle
    M hibernate-core/src/main/java/org/hibernate/query/sqm/consume/spi/BaseSqmToSqlAstConverter.java
    M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/DomainParameterXref.java

  Log Message:
  -----------
  support for multi-valued QueryParameter bindings (`...where a in (:values)` e.g.)

- this is preliminary work needed to support multi-value bindings




More information about the hibernate-commits mailing list