RSS Feed for This PostCurrent Article

JPA with Eclipse Dali Java Persistence Tool

Starting Eclipse 3.4, you can use the Dali Java Persistence Tool to create JPA project. The requirements are

 
image 

Using Dali, you can also

  • generate entities from database tables

image

image

 

  • generate DDL from entities by right-click the JPA project in the Package Explorer and select JPA Tools > Generate DDL.

 

You can also do mappings easily for the followings

  • Basic mapping
  • Embedded mapping
  • Embedded ID mapping
  • ID mapping
  • Many-to-many mapping
  • Many-to-one mapping
  • One-to-many mapping
  • One-to-one mapping
  • Transient mapping
  • Version mapping


Trackback URL


Sorry, comments for this entry are closed at this time.