branch 3784-hibernate5 created (now c63c063)
This is an automated email from the git hooks/post-receive script. New change to branch 3784-hibernate5 in repository topia. See http://git.nuiton.org/topia.git at c63c063 refs #3784: Update to Hibernate 5 This branch includes the following new commits: new c63c063 refs #3784: Update to Hibernate 5 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 c63c0638f4d480d10a556b09a49a5d7c17998a7b Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Sun Nov 22 19:58:32 2015 +0100 refs #3784: Update to Hibernate 5 -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch 3784-hibernate5 in repository topia. See http://git.nuiton.org/topia.git commit c63c0638f4d480d10a556b09a49a5d7c17998a7b Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Sun Nov 22 19:58:32 2015 +0100 refs #3784: Update to Hibernate 5 --- .../migration/mappings/TMSVersionLegacy.hbm.xml | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/topia-service-migration/src/main/resources/org/nuiton/topia/migration/mappings/TMSVersionLegacy.hbm.xml b/topia-service-migration/src/main/resources/org/nuiton/topia/migration/mappings/TMSVersionLegacy.hbm.xml new file mode 100644 index 0000000..f876ab8 --- /dev/null +++ b/topia-service-migration/src/main/resources/org/nuiton/topia/migration/mappings/TMSVersionLegacy.hbm.xml @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + #%L + ToPIA :: Service Migration + $Id$ + $HeadURL$ + %% + Copyright (C) 2015 CodeLutin + %% + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Lesser Public License for more details. + + You should have received a copy of the GNU General Lesser Public + License along with this program. If not, see + <http://www.gnu.org/licenses/lgpl-3.0.html>. + #L% + --> +<hibernate-mapping xmlns="http://www.hibernate.org/xsd/hibernate-mapping" + xsi:schemaLocation="http://www.hibernate.org/xsd/hibernate-mapping classpath://org/hibernate/hibernate-mapping-4.0.xsd" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <class name="org.nuiton.topia.migration.mappings.TMSVersion" table="tmsVersion"> + <id column="version" name="version" /> + </class> +</hibernate-mapping> \ No newline at end of file -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm