Hibernate Tools Viewlets
The following lists a set of viewlets illustrating various parts of Hibernate Tools.
All functional details are not covered to keep the movies small and to the point; so do not forget to look into the reference documentation.
Quickies
- Create a console configuration
- This movie shows how to create a console configuration for JPA; but it is the same steps needed for projects using hbm.xml or Hibernate Annotations stand alone.e</li>
- Edit and run HQL/JPA-QL queries.
- Shows how to use the HQL editor with code completion and dynamic sql preview and how to inspect the results.
- Edit and run Criteria queries.
- Shows the Criteria editor in action. Also shows how it be used for executing (almost) arbitrary java for quick manipulation/creation of persistent objects.
- Inline java HQL/JPA-QL queries.
- Shows how the HQL/JPA-QL code completion is also available inside the java editor; together with syntax checking of the query strings inside @NamedQuery and createQuery strings.
- Reverse engineering and code generation.
- A movie that shows how to reverse engineer a database with Hibernate Tools. Also shows some of the customizability via reveng.xml and a custom reverse engineering class.
- hbm.xml editing.
- Shows editing of hbm.xml's, code completion of properties and table/columns.
Old viewlets:
Warning: Some of the functionallity shown in the following viewlets are not showing the present state of the UI; but do show some things not covered in the above "quickes".
- Create a cfg.xml.
- Shows how to create a hibernate.cfg.xml file.
- Editing hbm.xml.
- Shows how to edit hbm.xml files.
- HQL code completion.
- Shows how to write HQL queries in HQL and java editor.