(no commit message)
[utils] / security / src / main / resources / hbm / PhotoAuthorizationRule.hbm.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE hibernate-mapping PUBLIC
3     "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
4     "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
5     
6     <hibernate-mapping>
7         <subclass name="org.wamblee.photos.authorizationrules.PhotoAuthorizationRule"
8             extends="org.wamblee.security.authorization.AuthorizationRule"
9             discriminator-value="PHOTOS"
10             lazy="false"/>
11       
12     </hibernate-mapping>