(no commit message)
[utils] / security / impl / src / main / resources / hbm / UserCondition.hbm.xml
index fc83423d22ed0b87507d27b51a4df97eedd9bdf7..8079cf562c2f0b297b26f3c488b7a27553631f10 100644 (file)
@@ -5,7 +5,7 @@
     
     <hibernate-mapping>
         
-        <class name="org.wamblee.security.authorization.UserCondition" table="USER_CONDITIONS" 
+        <class name="org.wamblee.security.authorization.AbstractUserCondition" table="USER_CONDITIONS" 
                select-before-update="true"
                lazy="false">
             <id name="primaryKey" column="ID" type="long">