Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blueprint without Hibernate? #10

Open
Herve522 opened this issue May 31, 2022 · 1 comment
Open

Blueprint without Hibernate? #10

Herve522 opened this issue May 31, 2022 · 1 comment

Comments

@Herve522
Copy link

Herve522 commented May 31, 2022

Hello there,

I am trying to make a Blueprint that does not use Hibernate, but rather uses jOOQ with an already existing database. I am wondering if your blueprint can help. I understand that your generator creates a jOOQRepo.java and a jOOQRepoImpl.java for each entity in the JDL, so it makes me think that if I can remove everything JPA related and use your code, that could solve my problem.

Is there any other sub-generators besides entity and entity-server I should be overriding in order to get rid of Hibernate?

Thanks

@mshima
Copy link
Member

mshima commented Jun 6, 2022

Yes, it should be possible to use it.
You can use it to remove the hibernate/Jpa repositories and create jooq repositories.

I will try to update jooq blueprint this week to new unified syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants