[hibernate-dev] Hibernate ORM SQL generation

Steve Ebersole steve at hibernate.org
Mon Aug 24 10:04:11 EDT 2015


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 at hibernate.org> wrote:

> On Mon, Aug 24, 2015 at 8:00 AM John O'Hara <johara at 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"?
>


More information about the hibernate-dev mailing list