Version | Date | Description |
---|---|---|
1.0 | 2011-08-22 | |
0.5 | 2011-08-22 | |
0.4 | 2010-05-12 | |
0.3 | 2010-03-18 | |
0.2 | 2009-04-28 | |
0.1 | 2009-01-25 |
Type | Changes | By |
---|---|---|
![]() | Add sequence type list. | imaixner |
![]() | Add support for class annotations. | imaixner |
![]() | Add addToXXX helper method for simple-typed collections. | imaixner |
![]() | Add support for keep-collections-not-null on simple-typed collections. | imaixner |
![]() | Add support for field annotations. | imaixner |
![]() | Timestamp format includes time zone. | imaixner |
![]() | Make equals() and hashCode() generic, no more requires super properties. | imaixner |
![]() | Simplify toString: convert only for temporal simple types. | imaixner |
Type | Changes | By |
---|---|---|
![]() | Support for serializable beans. | imaixner |
![]() | Reverse setters separated to prevent eager loading in Hibernate. | imaixner |
Type | Changes | By |
---|---|---|
![]() | Sequences of simple type. | imaixner |
![]() | Simple type byte. | imaixner |
![]() | Enable to treat bean properties as simple ones. | imaixner |
![]() | Support for date and calendar property types. | imaixner |
![]() | DTD discontinued. | imaixner |
![]() | Read parent bean definition even from another beans tag. | imaixner |
![]() | Method getBusinessKeyValues() renamed to businessKeyValues() to prevent invalid "businessKeyValues property". | imaixner |
![]() | Generate BeanInfo class for beans with chainable setters, to let java.beans.Introspector recognize the setters. | imaixner |
![]() | Attribute type on bean-type is required. | imaixner |