jdomainapp / jda

the root source code project of the JDA framework
MIT License
3 stars 1 forks source link

support JDA and Hibernate #99

Open ducmle opened 6 months ago

ducmle commented 6 months ago

Overview

The aim is to support the industry-standard aDSL named JPA and with that leverage the Hibernate data management (ORM) API.

DCSL's constructs has been shown to be equivalent to a core subset of JPA. Thus, one approach is to use DCSL as the base and automatically add the equivalent JPA-annotated constructs to the domain class structure.

Tasks