Decide what specific extensions to the JPA Criteria system we want. Part of this is expanding {{org.hibernate.query.criteria.HibernateCriteriaBuilder}}.
Especially consider extensions we support in HQL, such as: # nested dynamic-instantiation # limit/offset declaration as part of the query, including sub-queries # order-by declaration as part of sub-queries # support for nested paths Be sure any extensions are covered by `StrictJpaComplianceViolation`
|
|