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