Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebersole/hibernate-orm-sqm-poc

PoC for using Antlr 4 in Hibernate query parsing
https://github.com/sebersole/hibernate-orm-sqm-poc

Last synced: 26 days ago
JSON representation

PoC for using Antlr 4 in Hibernate query parsing

Awesome Lists containing this project

README

        

Hibernate ORM and SQM Integration PoC
=====================================

This project represents a proof-of-concept (PoC) for integrating SQM into Hibernate ORM as the basis for SQL generation. A big part of this requires some changes to Hibernate ORM internals to better expose the table/column mapping information. So the PoC acts as a sounding board, too, for these proposed changes. As much as possible each proposed change should have a high-level discussion (as a GitHub repo wiki).

See also the [SQM repo](https://github.com/hibernate/hibernate-semantic-query) for any SQM design discussions. There is obviously a lot of interplay.

Proposed Changes
----------------

* Persisters (entiyt and colection) -> https://github.com/sebersole/hibernate-orm-sqm-poc/wiki/Proposed-changes-to-persisters
* JPA target model -> https://github.com/sebersole/hibernate-orm-sqm-poc/wiki/Proposed-changes-to-JPA-target-model