Hibernate console
note
You 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, see Associate persistence units with data sources.
If you are using custom entity class or database table name mappings that are not fully reflected in your code and configuration files, specify the corresponding
NamingStrategy
implementation, see Associate persistence units with naming strategies.
Thanks for your feedback!
Was this page helpful?