branch develop updated (81333e7 -> 612498a)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository lima. See http://git.chorem.org/lima.git from 81333e7 refs #1043 : refactor traduction key , remove unused class new 612498a apply topia evolution The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 612498a65f2181626e4d52b170a0f2869c40d75a Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Jan 16 15:16:44 2015 +0100 apply topia evolution Summary of changes: .../chorem/lima/entity/LimaCallaoTopiaPersistenceContext.java | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See http://git.chorem.org/lima.git commit 612498a65f2181626e4d52b170a0f2869c40d75a Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Jan 16 15:16:44 2015 +0100 apply topia evolution --- .../chorem/lima/entity/LimaCallaoTopiaPersistenceContext.java | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lima-callao/src/main/java/org/chorem/lima/entity/LimaCallaoTopiaPersistenceContext.java b/lima-callao/src/main/java/org/chorem/lima/entity/LimaCallaoTopiaPersistenceContext.java index 3769516..9376933 100644 --- a/lima-callao/src/main/java/org/chorem/lima/entity/LimaCallaoTopiaPersistenceContext.java +++ b/lima-callao/src/main/java/org/chorem/lima/entity/LimaCallaoTopiaPersistenceContext.java @@ -25,10 +25,7 @@ package org.chorem.lima.entity; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration; -import org.nuiton.topia.persistence.TopiaIdFactory; -import org.nuiton.topia.persistence.internal.HibernateProvider; -import org.nuiton.topia.persistence.internal.TopiaHibernateSessionRegistry; -import org.nuiton.topia.persistence.internal.support.TopiaFiresSupport; +import org.nuiton.topia.persistence.internal.AbstractTopiaPersistenceContextConstructorParameter; import org.nuiton.topia.persistence.support.TopiaHibernateSupport; import org.nuiton.topia.persistence.support.TopiaSqlQuery; import org.nuiton.topia.persistence.support.TopiaSqlSupport; @@ -38,8 +35,8 @@ import java.util.List; public class LimaCallaoTopiaPersistenceContext extends AbstractLimaCallaoTopiaPersistenceContext implements TopiaHibernateSupport, TopiaSqlSupport { - public LimaCallaoTopiaPersistenceContext(HibernateProvider hibernateProvider, TopiaFiresSupport applicationFiresSupport, TopiaIdFactory topiaIdFactory, TopiaHibernateSessionRegistry sessionRegistry) { - super(hibernateProvider, applicationFiresSupport, topiaIdFactory, sessionRegistry); + public LimaCallaoTopiaPersistenceContext(AbstractTopiaPersistenceContextConstructorParameter parameter) { + super(parameter); } @Override -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm