The ToPIA team is pleased to announce the topia-3.0-beta-1 release!

Tools for Portable and Independent Architecture :
    Framework de persistance et de distribution d'application.

Documentation of the project can be found here:
https://doc.nuiton.org/topia

Changes
-------

Changes in this version include:

New features:
o Add the TopiaDao#forAll() method  Issue: 3141. Thanks to Arnaud Thimel.  Resolved by athimel. 
o allow to add method generic method in a DAO with clean model  Issue: 1165. Thanks to Brendan Le Ny.  Resolved by bleny. 
o Remplacer l'utilisation de la requete SQL dans la génération pour le cas du delete N-N  Issue: 319. Thanks to Florian DESBOIS.  Resolved by athimel. 
o Add a way to delete several entities in one time  Issue: 1926. Thanks to Yannick Martel.  Resolved by bleny. 
o Expose HibernateSupport in DAO  Issue: 3120. Thanks to Brendan Le Ny.  Resolved by bleny. 
o Add methods for "like" sql operation  Issue: 3118. Thanks to Brendan Le Ny.  Resolved by bleny. 

Fixed Bugs:
o Hibernate connection not closed since 4.3.1 update  Issue: 3078. Thanks to Éric Chatellier.  Resolved by athimel. 
o Check HibernateProvider#close method  Issue: 3072. Thanks to Éric Chatellier.  Resolved by athimel. 
o Non compiable code : getComposite use non visible association  Issue: 2057. Thanks to Éric Chatellier.  Resolved by bleny. 
o Unhandled 'null' value in collection when addIn is used in HqlAndParametersBuilder  Issue: 3101. Thanks to Brendan Le Ny.  Resolved by bleny. 

Changes:
o Update to Hibernate 4.3.x  Issue: 2969. Thanks to Arnaud Thimel.  Resolved by athimel. 
o Re(use) tests that has been created in topia-3.0-jpa project  Issue: 2774. Thanks to Arnaud Thimel.  Resolved by athimel. 


Downloads
---------

No release file deployed. (all files are deployed in the maven repository)

Maven artifacts
---------------

Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2/

Find us at

* http://search.maven.org/#artifactdetails|org.nuiton|topia|3.0-beta-1|jar


Have fun!
-ToPIA team