What's New
Bug Fixes in 1.2.1
DTO's with superclasses generate incorrect code.
Bug Fixes in 1.2.0
Fixed plugin dependencies.
Bug Fixes in 1.1.6
Designed annotations were generated in DTO classes.
Setting attributes from a superclass were not generated in the Java code.
Import database primary keys failed with Derby client.
Bundling derbyclient.jar.
Bug Fixes in 1.1.5
@ManyToOne was generated for String,
int etc. attributes.
New Features in 1.1.3
Made it possible to clear an attribute value.
Bug Fixes in 1.1.3
@ManyToOne was generated for non-entity attributes.
Long attribute values were truncated the next time the user typed.
New Features in 1.1.2
Design comments and generate Javadoc.
Note: Designed annotations now must start with @
to separate them from Javadoc comments.
New Features in 1.1.1
When importing from a database, you can select which tables to import.
Bug Fixes in 1.1.0
Can save diagram as png.
Could not design a query with more than 1 order by clause.
New Features in 1.0.5
Wizard to create a new project.
HiberObjects perspective.
Package management:
- Classes can be moved to another package.
- Added Root package option in Project Properties.
- <<DAO>> classes are created in the dao package by default.
-
Removed the HibernateHelper package option from the Persistence page of Project Properties.
The
HibernateHelperclass will be generated in the util package. - Replaced the DTO Package (for GWT) option with a checkbox. If this checkbox is selected, DTO classes will be generated in the client.dto package.
Removed the JDBC Import page from Project Properties.
