Keyword.hbm.xml
<?xml version="1.0"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> <hibernate-mapping package="de.botzenhart.bookcase.data"> <class name="Keyword"> <id name="id" type="int" column="KEYWORD_ID"> <meta attribute="scope-set">protected</meta> <generator class="native"/> </id> <property name="bezeichnung" type="string"> <meta attribute="use-in-tostring">true</meta> <column name="BEZEICHNUNG" not-null="true" index="KEYWORD_BEZEICHNUNG"/> </property> </class> </hibernate-mapping>
Date: 2011-02-11 Fr
HTML generated by org-mode 7.4 in emacs 22