[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: %%%% Error Creating SessionFactory %%%%
waq
do-not-reply at jboss.com
Wed May 27 09:48:35 EDT 2009
| <?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#4233619
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233619
More information about the jboss-user
mailing list