[hibernate-commits] [hibernate/hibernate-orm] 6e0d15: HHH-13785 : HQL/Criteria function support

Steve Ebersole noreply at github.com
Thu Dec 26 12:19:50 EST 2019


  Branch: refs/heads/wip/6.0
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 6e0d15b134ee52674ac7a34beb7fcbf94301744e
      https://github.com/hibernate/hibernate-orm/commit/6e0d15b134ee52674ac7a34beb7fcbf94301744e
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2019-12-26 (Thu, 26 Dec 2019)

  Changed paths:
    A hibernate-core/src/main/.gitignore
    M hibernate-core/src/main/antlr/org/hibernate/grammars/hql/HqlLexer.g4
    M hibernate-core/src/main/antlr/org/hibernate/grammars/hql/HqlParser.g4
    M hibernate-core/src/main/java/org/hibernate/dialect/function/CommonFunctionFactory.java
    M hibernate-core/src/main/java/org/hibernate/query/hql/internal/SemanticQueryBuilder.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/StandardFunctionTests.java

  Log Message:
  -----------
  HHH-13785  : HQL/Criteria function support

- EXTRACT function
- LOCAL_DATETIME function
- LOCAL_DATE function
- LOCAL_TIME function




More information about the hibernate-commits mailing list