Another thing I think we ought to consider longer term is to replace the
contracts in the org.hibernate.sqm.domain package with
the javax.persistence.metamodel JPA model.
However, for ORM we cannot do that yet due to a major prerequisite.
Basically that would require the "melding" of hibernate-core and
hibernate-entitymanager into a single module and having, e.g., persisters
and types understand/implement the JPA contracts.
On Mon, Aug 24, 2015 at 8:52 AM Steve Ebersole <steve(a)hibernate.org> wrote:
On Mon, Aug 24, 2015 at 8:00 AM John O'Hara
<johara(a)redhat.com> wrote:
> The split makes a lot of sense, should we have another module for the
> criteria query SQM translation?
>
I personally think that makes no sense to do.
As we only have one grammar for HQL and JPQL, does jpql come under the
> hibernate-hql-parser-antlr4poc module?
>
I am not sure what you are asking. "Come under"?