Salome HOME
Id now is Long instead of Integer. First unit test is created. hibernate-3.5.jar...
[tools/siman.git] / Workspace / Siman-Common / src / org / splat / dal / bo / kernel / User.hbm.xml
index 5ab556b2156df4077cceda3a78d3acd18027ab23..50479c7564f5973698bb8ae2fa509975b4f5b2c5 100644 (file)
@@ -12,7 +12,7 @@
 
 <!-- Class User 
   -->
-  <union-subclass name="org.splat.dal.bo.kernel.User" extends="org.splat.dal.bo.kernel.Persistent" table="user" lazy="false">
+  <union-subclass name="org.splat.dal.bo.kernel.User" extends="org.splat.dal.bo.kernel.Persistent" table="users" lazy="false">
 <!--     <natural-id>-->
       <property    name="username" column="username" access="field" />
       <many-to-one name="role"     column="username" insert="false" update="false" unique="true" cascade="save-update" access="field" />