(file) Return to DataProvenance.hbm.xml CVS log (file) (dir) Up to [Development] / mygrid / MIR / hibernate

File: [Development] / mygrid / MIR / hibernate / DataProvenance.hbm.xml (download) / (as text)
Revision: 1.10, Thu Mar 31 12:34:12 2005 UTC (5 years, 5 months ago) by mukherjeea
Branch: MAIN
CVS Tags: v0_3_19, v0_3_18, v0_3_17, HEAD
Changes since 1.9: +1 -5 lines
Committing all changes to HEAD

<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 2.0//EN"
    "http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd">
<hibernate-mapping>
	<class name="uk.org.mygrid.infomodel.DataProvenance" table="dataprovenance">
		<id name="LSID" type="java.lang.String" column="dataprovenance_id">
			<generator class="assigned"/>
		</id>
		<!-- class attributes -->
		<property name="title" type="java.lang.String" column="title" length="80"/>
		<property name="description" type="java.lang.String" column="description"/>
		<property name="creationTime" type="java.util.Calendar" column="creationTime" not-null="true" length="10"/>		
		<property name="creationType" type="java.lang.String" column="name" length="30"/>		
	</class>
</hibernate-mapping>

Rich Cawley
Powered by
ViewCVS 0.9.2