-
AutoDAO 0.8.1 released!
Changes:
* DAOs are now wrapped with transactional advice with propagation=MANDATORY
* No longer expose FinderIntroductionAdvisor as a bean in Spring context slonopotamus
* Added "transaction-manager" attribute to Spring tags to customise PlatformTransactionManager bean name.
2009-11-18 13:11:21 UTC by slonopotamus
-
AutoDAO 0.8 released!
Changes:
* Fixed AspectJ interoperability by avoiding Class.forName during context parsing
* DAO interface no longer needs to inherit from net.sf.autodao.Dao
* Dropped pre-@Finder find* methods support
* Added automagic DAO discovery (a.k.a.) <dao:hibernateScan>
2009-11-12 13:19:54 UTC by slonopotamus
-
AutoDAO 0.7 released!
Changes:
* Deprecated old find* (non-@Finder) methods
* Improved QueryArgumentTransformer API
* Added User Guide: http://autodao.sourceforge.net/guide.html
* Code cleanup
2009-11-08 17:35:28 UTC by slonopotamus
-
AutoDAO moved to Git
In order to bring better user and developer experience, AutoDAO switched to Git.
Read SourceForge instructions on using it: https://sourceforge.net/scm/?type=git&group_id=237598
2009-09-28 10:55:22 UTC by slonopotamus
-
AutoDAO 0.3.1 released!
Changes:
* Updated Spring to 2.5.6.SEC01
* Updated slf4j to 1.5.8
2009-07-13 08:59:34 UTC by slonopotamus