Moving around a lot of files to work towards production components.
[utils] / security / src / main / resources / hbm / PageAuthorizationRule.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.PageAuthorizationRule"
8             extends="org.wamblee.security.authorization.UrlAuthorizationRule"
9             discriminator-value="PAGE"
10             lazy="false"/>
11       
12     </hibernate-mapping>