From: erik <erik@77661180-640e-0410-b3a8-9f9b13e6d0e0> Date: Mon, 26 Apr 2010 20:17:18 +0000 (+0000) Subject: (no commit message) X-Git-Tag: wamblee-utils-0.2.2^2~34 X-Git-Url: http://wamblee.org/gitweb/?a=commitdiff_plain;h=266f0fe4148843ebd59159d20351ca86e9aa2906;p=utils --- diff --git a/security/impl/src/main/resources/hbm/User.hbm.xml b/security/impl/src/main/resources/hbm/User.hbm.xml index eefbfa22..3bd4ef57 100644 --- a/security/impl/src/main/resources/hbm/User.hbm.xml +++ b/security/impl/src/main/resources/hbm/User.hbm.xml @@ -4,6 +4,7 @@ "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> <hibernate-mapping> + <class name="org.wamblee.usermgt.User" table="USERS" select-before-update="true"> <id name="primaryKey" column="ID" type="long">