-
How could I disable or enable Hibernate based on configuration property? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
/cc @Sanne (hibernate-orm), @gsmet (hibernate-orm), @yrodiere (hibernate-orm) |
Beta Was this translation helpful? Give feedback.
-
Would this address your needs? https://quarkus.io/guides/hibernate-orm#quarkus-hibernate-orm_quarkus.hibernate-orm.enabled |
Beta Was this translation helpful? Give feedback.
-
Unfortunately that would not help EDIT: |
Beta Was this translation helpful? Give feedback.
-
You can enable/disable Hibernate ORM:
I don't think there's a way to automatically translate |
Beta Was this translation helpful? Give feedback.
You can enable/disable Hibernate ORM:
I don't think there's a way to automatically translate
tld.domain.myloggerapp.dest=database
to the above, though. @radcortez might know.