Skip to content


Closed Make DAOHelper instantiable and not static anymore
nuiton / topia #203 · created by Tony Chemit
It could be useful for injection purpose to avoid having static management on this class. Maybe TopiaContext could be set in an other safely way. For the moment, just remove static seems better. *(fr...
updated
Closed Annotation TopiaTransaction
nuiton / topia #202 · created by Tony Chemit
Introduce this annotation to manage easily transactions. - Need other annotation @TopiaExceptionHandler over custom method to manage errors during transaction management - Need other annotation @Topi...
updated