Version 9, last updated by forsyte at February 17, 2009 14:25 UTC

Hibernator java Eclipse plugin (last update nov 2003)

http://sourceforge.net/projects/hibernator

Hibernator is a pure java Eclipse (www.eclipse.org) plugin that enables synchronisation of a java class and the related Hibernate (hibernate.sourceforge.net) mapping file;

Hibernate Main Page

http://www.hibernate.org/

Hibernate is a powerful, high performance object/relational persistence and query service. Hibernate lets you develop persistent classes following object-oriented idiom - including association, inheritance, polymorphism, composition, and collections. Hibernate allows you to express queries in its own portable SQL extension (HQL), as well as in native SQL, or with an object-oriented Criteria and Example API.

Hibernate Doc (eng)

http://www.hibernate.org/5.html

Documentation Overview

I want to learn Hibernate for Java!

http://www.hibernate.org/152.html

Using Hibernate in MyEclipse

http://www.myeclipseide.com/documentation/quickstarts/hibernate/ Specifically this document presents how to:

Specifically this document presents how to:

  • Add MyEclipse Hibernate support to a Java project
  • Create a Hibernate configuration file for your project
  • How to use a custom Session Factory
  • Generate Java classes and Hibernate database mapping (.hbm) files from Database Explorer table definitions
  • Use the HQL editor
  • Create a small test application that uses Hibernate

Database Explorer Tutorial (eng)

http://www.myeclipseide.com/documentation/quickstarts/dbexplorer/index.html

  • Support for 25 preconfigured JDBC driver templates
  • Create multiple database connections, to one or multiple databases
  • Several database views:
    • Hierarchical database structure browser view, e.g., tables, columns, sequences
    • Table data editor
    • Detailed table properties viewer
    • Database snippet processing result history
    • Database connection properties viewer
    SQL editor with code completion
    New Table, Foreign Key and Index wizards
    SQL code generation utilities

    SQL snippet evaluation
    Database Explorer Perspective: A customizable organization of DE tools and views (see Figure 1)

Using JDBC with MySQL, Getting Started

http://www.developer.com/java/data/article.php/3417381