jhipster / generator-jhipster-jooq

JHipster blueprint for jOOQ support
Apache License 2.0
9 stars 6 forks source link

Blueprint without Hibernate? #10

Open Herve522 opened 2 years ago

Herve522 commented 2 years ago

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 commented 2 years ago

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.