Author: tchemit Date: 2009-02-17 10:59:39 +0000 (Tue, 17 Feb 2009) New Revision: 1372 Modified: topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/security/entities/user/TopiaGroupImpl.hbm.xml topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/security/entities/user/TopiaUserImpl.hbm.xml topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/taas/entities/TaasPrincipalImpl.hbm.xml topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/taas/entities/TaasUserImpl.hbm.xml topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/test/entities/PersonImpl.hbm.xml topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/test/entities/PetImpl.hbm.xml Log: reformat des maapings Modified: topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/security/entities/user/TopiaGroupImpl.hbm.xml =================================================================== --- topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/security/entities/user/TopiaGroupImpl.hbm.xml 2009-02-13 14:00:36 UTC (rev 1371) +++ topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/security/entities/user/TopiaGroupImpl.hbm.xml 2009-02-17 10:59:39 UTC (rev 1372) @@ -7,12 +7,12 @@ <property name="topiaCreateDate" type="date" node="@topiaCreateDate"/> <property name="name" type="text" access="field" column="name" node="name"/> <property name="description" type="text" access="field" column="description" node="description"/> - <bag name="topiaUser" table="topiagroup_topiauser" lazy="true" node="topiaUser" embed-xml="true"> + <bag name="topiaUser" table="topiagroup_topiauser" lazy="true" node="topiaUser" embed-xml="true"> <key column="topiaGroup"/> <many-to-many class="org.codelutin.topia.security.entities.user.TopiaUserImpl" column="topiaUser" node="topiaId"/> </bag> - <many-to-one name="superGroup" class="org.codelutin.topia.security.entities.user.TopiaGroupImpl" column="superGroup" node="superGroup/@topiaId" embed-xml="false"/> - <bag name="subGroup" inverse="true" lazy="true" node="subGroup" embed-xml="true"> + <many-to-one name="superGroup" class="org.codelutin.topia.security.entities.user.TopiaGroupImpl" column="superGroup" node="superGroup/@topiaId" embed-xml="false" /> + <bag name="subGroup" inverse="true" lazy="true" node="subGroup" embed-xml="false"> <key column="superGroup"/> <one-to-many class="org.codelutin.topia.security.entities.user.TopiaGroupImpl" node="topiaId" embed-xml="false"/> </bag> Modified: topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/security/entities/user/TopiaUserImpl.hbm.xml =================================================================== --- topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/security/entities/user/TopiaUserImpl.hbm.xml 2009-02-13 14:00:36 UTC (rev 1371) +++ topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/security/entities/user/TopiaUserImpl.hbm.xml 2009-02-17 10:59:39 UTC (rev 1372) @@ -10,7 +10,7 @@ <property name="password" type="text" access="field" column="password" node="password"/> <property name="note" type="text" access="field" column="note" node="note"/> <property name="linkApplication" type="text" access="field" column="linkApplication" node="linkApplication"/> - <bag name="topiaGroup" table="topiagroup_topiauser" inverse="true" lazy="true" node="topiaGroup" embed-xml="true"> + <bag name="topiaGroup" table="topiagroup_topiauser" inverse="true" lazy="true" node="topiaGroup" embed-xml="true"> <key column="topiaUser"/> <many-to-many class="org.codelutin.topia.security.entities.user.TopiaGroupImpl" column="topiaGroup" node="topiaId"/> </bag> Modified: topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/taas/entities/TaasPrincipalImpl.hbm.xml =================================================================== --- topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/taas/entities/TaasPrincipalImpl.hbm.xml 2009-02-13 14:00:36 UTC (rev 1371) +++ topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/taas/entities/TaasPrincipalImpl.hbm.xml 2009-02-17 10:59:39 UTC (rev 1372) @@ -6,7 +6,7 @@ <version name="topiaVersion" type="long" node="@topiaVersion"/> <property name="topiaCreateDate" type="date" node="@topiaCreateDate"/> <property name="name" type="text" access="field" column="name" node="name"/> - <bag name="authorizations" table="authorizations_principals" lazy="false" node="authorizations" embed-xml="true"> + <bag name="authorizations" table="authorizations_principals" lazy="false" node="authorizations" embed-xml="true"> <key column="principals"/> <many-to-many class="org.codelutin.topia.taas.entities.TaasAuthorizationImpl" column="authorizations" node="topiaId"/> </bag> Modified: topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/taas/entities/TaasUserImpl.hbm.xml =================================================================== --- topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/taas/entities/TaasUserImpl.hbm.xml 2009-02-13 14:00:36 UTC (rev 1371) +++ topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/taas/entities/TaasUserImpl.hbm.xml 2009-02-17 10:59:39 UTC (rev 1372) @@ -12,7 +12,7 @@ <property name="lastConnectionDate" type="java.util.Date" access="field" column="lastConnectionDate" node="lastConnectionDate"/> <property name="numberOfConnection" type="int" access="field" column="numberOfConnection" node="numberOfConnection"/> <property name="link" type="text" access="field" column="link" node="link"/> - <bag name="principals" table="principals_users" lazy="true" node="principals" embed-xml="true"> + <bag name="principals" table="principals_users" lazy="true" node="principals" embed-xml="true"> <key column="users"/> <many-to-many class="org.codelutin.topia.taas.entities.TaasPrincipalImpl" column="principals" node="topiaId"/> </bag> Modified: topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/test/entities/PersonImpl.hbm.xml =================================================================== --- topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/test/entities/PersonImpl.hbm.xml 2009-02-13 14:00:36 UTC (rev 1371) +++ topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/test/entities/PersonImpl.hbm.xml 2009-02-17 10:59:39 UTC (rev 1372) @@ -7,7 +7,7 @@ <property name="topiaCreateDate" type="date" node="@topiaCreateDate"/> <property name="name" type="text" access="field" column="name" node="name"/> <property name="firstname" type="text" access="field" column="firstname" node="firstname"/> - <bag name="pet" inverse="true" lazy="true" node="pet" embed-xml="true"> + <bag name="pet" inverse="true" lazy="true" node="pet" embed-xml="false"> <key column="person"/> <one-to-many class="org.codelutin.topia.test.entities.PetImpl" node="topiaId" embed-xml="false"/> </bag> Modified: topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/test/entities/PetImpl.hbm.xml =================================================================== --- topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/test/entities/PetImpl.hbm.xml 2009-02-13 14:00:36 UTC (rev 1371) +++ topia-service/trunk/src/main/resources/oldmappings/TopiaService/0/org/codelutin/topia/test/entities/PetImpl.hbm.xml 2009-02-17 10:59:39 UTC (rev 1372) @@ -7,6 +7,6 @@ <property name="topiaCreateDate" type="date" node="@topiaCreateDate"/> <property name="name" type="text" access="field" column="name" node="name"/> <property name="type" type="text" access="field" column="type" node="type"/> - <many-to-one name="person" class="org.codelutin.topia.test.entities.PersonImpl" column="person" node="person/@topiaId" embed-xml="false"/> + <many-to-one name="person" class="org.codelutin.topia.test.entities.PersonImpl" column="person" node="person/@topiaId" embed-xml="false" /> </class> </hibernate-mapping>