Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sebersole/hibernate-orm-sqm-poc
- Owner: sebersole
- Created: 2014-10-31T16:10:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T19:48:29.000Z (over 7 years ago)
- Last Synced: 2024-04-17T11:24:29.617Z (7 months ago)
- Language: Java
- Size: 1.13 MB
- Stars: 3
- Watchers: 6
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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