The core changes of the release 0.92
- the method UjoProperty.getValue() replaces the value of null for default - instead of the original method Ujo.readValue() in the previous release!
- two UjoProperties can be easily concatenated using the new type safe method add(...)
- the base UJO objects support the 'java.io.Serializable' feature - include the OrmTable
- code cleaning, extended JavaDoc, small bug fixing
- Enum support is done by mapping to a numeric DB type
- custom Java type mapping is supported by extending the class TypeService
- the new method OrmHandler.findPropertiesByTypeClass(Class) for common use is done
- simplified SQL dialect implementations is done include the ORACLE support
- a new feature available by method Sesssion.isRollbackOnly()
- default value for parameter SEQUENCE_CACHE is 100 (instead of original 64)
- reading a null value from ResultSet is fixed
- the MySqlDialect if fixed, an explicit use of the engine 'InnoDB' was implemented
No comments:
Post a Comment