This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from f5e0a56c Declare "when" as forbidden column name (hibernate fail on update) new 6f5786a6 Allow passing some properties to initialiaze new entities via TopiaDao#newInstance new 73b78f31 Persisting orphan should not be possible if model says so The 2 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 73b78f3179d2c1b3de5f69b2a287ef166a41e102 Author: Brendan Le Ny <bleny@codelutin.com> Date: Wed Aug 8 10:44:27 2018 +0200 Persisting orphan should not be possible if model says so fixes #663 commit 6f5786a687e0d05f3bf80f8945453d70f98e78a7 Author: Brendan Le Ny <bleny@codelutin.com> Date: Wed Aug 8 10:33:30 2018 +0200 Allow passing some properties to initialiaze new entities via TopiaDao#newInstance Summary of changes: .../persistence/EntityVisitorExportXmlTest.java | 8 +++- .../mapping/test1/SimpleOneToManyRelationTest.java | 20 +++++---- .../SimpleOneToManyRelationWithRoleNamedTest.java | 16 ++++--- .../mapping/test11/SimpleOneToManyUniqueTest.java | 7 ++- .../SimpleOneToManyWithRoleNamedUniqueTest.java | 4 +- .../it/mapping/test5/OneToManyCompositionTest.java | 2 +- .../mapping/test6/SimpleOneToManyIndexedTest.java | 13 ++++-- .../SimpleOneToManyWithRoleNamedIndexedTest.java | 32 ++++++++----- .../mapping/test7/SimpleOneToManyOrderByTest.java | 17 ++++--- .../mapping/test7/SimpleOneToManyOrderedTest.java | 13 ++++-- .../org/nuiton/topia/persistence/TopiaDao.java | 14 +++++- .../persistence/internal/AbstractTopiaDao.java | 52 +++++++++++++--------- .../templates/EntityHibernateMappingGenerator.java | 8 +++- 13 files changed, 137 insertions(+), 69 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.