You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hibernate Tools is a suite of developer tools to help with building applications around Hibernate projects -- mostly Hibernate ORM.
See https://hibernate.org/tools -- don't mind the description about Eclipse, Eclipse is just one way to use Tools, which is why we're going to rewrite that page soon.
It's currently possible to use Hibernate Tools (https://hibernate.org/tools -- the description is being rewritten, it talks about in Quarkus, through its generic build tool plugins for Ant/Maven/Gradle, but in a way that's completely decorrelated from Quarkus, e.g. from its application.properties.
Let's see if we can provide a better dev experience.
Implementation ideas
We could provide reverse engineering capabilities in the quarkus CLI (https://quarkus.io/guides/cli-tooling), starting Datasources as configured through application.properties?
The text was updated successfully, but these errors were encountered:
Description
Hibernate Tools is a suite of developer tools to help with building applications around Hibernate projects -- mostly Hibernate ORM.
See https://hibernate.org/tools -- don't mind the description about Eclipse, Eclipse is just one way to use Tools, which is why we're going to rewrite that page soon.
It's currently possible to use Hibernate Tools (https://hibernate.org/tools -- the description is being rewritten, it talks about in Quarkus, through its generic build tool plugins for Ant/Maven/Gradle, but in a way that's completely decorrelated from Quarkus, e.g. from its
application.properties
.Let's see if we can provide a better dev experience.
Implementation ideas
We could provide reverse engineering capabilities in the
quarkus
CLI (https://quarkus.io/guides/cli-tooling), starting Datasources as configured throughapplication.properties
?The text was updated successfully, but these errors were encountered: