Auto generate Panache entities from existing databases using hibernate tools.
Edit src/main/hibernate/hibernate.properties
for your needs
hibernate.dialect
hibernate.connection.driver_class
hibernate.connection.username
hibernate.connection.password
hibernate.connection.url
hibernate.default_schema
Calling maven
mvn package
will generate the packages in target/generated-sources/
Package name can be changed directly in the pom.