| <?xml version="1.0" encoding="utf-8"?>
| <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD
3.0//EN"
| "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
| <!--
| Mapping file autogenerated by MyEclipse Persistence Tools
| -->
| <hibernate-mapping>
| <class name="table.suggestion.Suggestion"
table="SUGGESTION" schema="DICTIONARY">
| <composite-id name="id"
class="table.suggestion.SuggestionId">
| <key-property name="word"
type="java.lang.String">
| <column name="WORD" length="100" />
| </key-property>
| <key-property name="description"
type="java.lang.String">
| <column name="DESCRIPTION" length="1000" />
| </key-property>
| </composite-id>
| </class>
| </hibernate-mapping>
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233619#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...