Difference between revisions of "Hibernate"

(Created page with " ==JBOSS - Hibernate Tools== Hibernate Tools provides easy generation, testing and prototyping of your Hibernate or JPA mapped projects. Use it to Run queries, browse mapping...")
 
Line 11: Line 11:
  
 
https://tools.jboss.org/features/images/features-hibernate-launchconfig-reveng.png
 
https://tools.jboss.org/features/images/features-hibernate-launchconfig-reveng.png
 +
 +
 +
====Reverse Engineering====
 +
====Exporters====
 +
====Hibernate Console====
 +
Browse your model & database
 +
====Mapping Diagram====
 +
====Mapping Diagram controls====
 +
====HQL Editor====
 +
Prototype your queries
 +
In the HQL editor you can prototype your HQL queries and see the result in the Hibernate Query Result viewer.
 +
====Dynamic SQL Preview====
 +
https://tools.jboss.org/features/images/features-hibernate-dynamic-sql-preview.png
 +
 +
====Criteria Editor====
 +
====hbm.xml XML Editor====
 +
https://tools.jboss.org/features/images/features-hibernate-hbmxml-editor.png
 +
 +
====Reverse Engineering Strategy Editor====
 +
  
  
 
Hibernate eclipse plugin - JBOSS : [https://tools.jboss.org/features/hibernate.html https://tools.jboss.org/features/hibernate.html]
 
Hibernate eclipse plugin - JBOSS : [https://tools.jboss.org/features/hibernate.html https://tools.jboss.org/features/hibernate.html]

Revision as of 11:39, 21 June 2018


JBOSS - Hibernate Tools

Hibernate Tools provides easy generation, testing and prototyping of your Hibernate or JPA mapped projects. Use it to Run queries, browse mappings and generate code for your data projects.

Hibernate Code Generation Launch

Generate artifacts based on Hibernate model

Hibernate Tools provide a code generation launch configuration which can take the configured Hibernate model and use for various code generation tasks.

Since it is a launch configuration it is easy to run it repeatedly while developing via the Launch Configuration menu.

features-hibernate-launchconfig-reveng.png


Reverse Engineering

Exporters

Hibernate Console

Browse your model & database

Mapping Diagram

Mapping Diagram controls

HQL Editor

Prototype your queries In the HQL editor you can prototype your HQL queries and see the result in the Hibernate Query Result viewer.

Dynamic SQL Preview

features-hibernate-dynamic-sql-preview.png

Criteria Editor

hbm.xml XML Editor

features-hibernate-hbmxml-editor.png

Reverse Engineering Strategy Editor

Hibernate eclipse plugin - JBOSS : https://tools.jboss.org/features/hibernate.html