Annotation of /trunk/ModularRex/NHibernate/Resources/RexAssetData.hbm.xml
Parent Directory
|
Revision Log
Revision 243 - (view) (download) (as text)
| 1 : | mikkopa | 66 | <?xml version="1.0" encoding="utf-8" ?> |
| 2 : | <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2"> | ||
| 3 : | <class name="ModularRex.RexFramework.RexAssetData, ModularRex.RexFramework" table="RexAssetData" lazy="false"> | ||
| 4 : | mikkopa | 243 | <id name="AssetID" column="ID" type="ModularRex.NHibernate.UUIDUserType, ModularRex.NHibernate"> |
| 5 : | mikkopa | 66 | <generator class="assigned" /> |
| 6 : | </id> | ||
| 7 : | |||
| 8 : | <property name="MediaURL" type="String" length="64" /> | ||
| 9 : | <property name="RefreshRate" type="byte" length="64" /> | ||
| 10 : | </class> | ||
| 11 : | </hibernate-mapping> |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

