source: ether_eccad/trunk/ECCAD_INTERFACE/WEB-INF/classes/org/medias/eccad/persistance/hibernate/domaine/References.hbm.xml

Last change on this file was 68, checked in by cbipsl, 14 years ago

commit v1 eccad

  • Property svn:executable set to *
File size: 2.0 KB
Line 
1<?xml version="1.0"?>
2<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
3"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
4<!-- Generated 1 Juin 2007 15:03:29 by Hibernate Tools 3.2.0.beta7 -->
5<hibernate-mapping>
6    <class name="org.medias.eccad.persistance.hibernate.domaine.References" table="referencesproduit" schema="public">
7        <id name="idReferences" type="int">
8            <column name="id_references" />
9            <generator class="assigned" />
10        </id>
11        <property name="pubtitleReferences" type="string">
12            <column name="pubtitle_references" length="512" not-null="true" />
13        </property>
14        <property name="puburlReferences" type="string">
15            <column name="puburl_references" length="512" />
16        </property>
17        <property name="pubeditorReferences" type="string">
18            <column name="pubeditor_references" length="512" />
19        </property>
20        <property name="pubyearReferences" type="string">
21            <column name="pubyear_references" length="512" />
22        </property>
23        <property name="pubauthorsReferences" type="string">
24            <column name="pubauthors_references" length="512" />
25        </property>
26        <property name="journalReferences" type="string">
27            <column name="journal_references" length="512" />
28        </property>
29        <property name="volumReferences" type="string">
30            <column name="volum_references" length="512" />
31        </property>
32        <property name="pageReferences" type="string">
33            <column name="page_references" length="512" />
34        </property>
35        <property name="statusReferences" type="string">
36            <column name="status_references" length="512" />
37        </property>
38        <property name="abstractReferences" type="string">
39            <column name="abstract_references" />
40        </property>
41        <property name="numberReferences" type="string">
42            <column name="number_references" length="512" />
43        </property>
44    </class>
45</hibernate-mapping>
Note: See TracBrowser for help on using the repository browser.