Hibernate console
Required plugins: Java EE: Persistence (JPA) and Hibernate (bundled)
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?