Hibernate console
note
Your project should use JDK 8 or later for the Hibernate console to be available.
tip
Associate your session factories with the corresponding data sources. Otherwise, you will have to manually specify the database connection settings when using the JPA console. For more information, refer to Associate persistence units with data sources.
If you are using custom entity class or database table name mappings PostgreSQL that are not fully reflected in your code and configuration files, specify the corresponding
NamingStrategy
implementation, refer to Associate persistence units with naming strategies.
Thanks for your feedback!
Was this page helpful?