[jboss-user] [JBoss Tools (users)] - Re: Hibernate Code Generation

kvudaykumar do-not-reply at jboss.com
Tue Jan 6 09:34:20 EST 2009


Thanks for the quick response

pasting the hibernate.reveng.xml content generated :

Is there any place where I can find the log / is there any window where need to check for the logs to proceed?

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-reverse-engineering PUBLIC "-//Hibernate/Hibernate Reverse Engineering DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-reverse-engineering-3.0.dtd" >
<hibernate-reverse-engineering>
	<type-mapping>
		<sql-type jdbc-type="VARCHAR" hibernate-type="string"
			length="50" not-null="true">
		</sql-type>
		<sql-type jdbc-type="INTEGER" hibernate-type="int"
			not-null="true">
		</sql-type>
		<sql-type jdbc-type="VARCHAR" hibernate-type="string"
			length="250" not-null="true">
		</sql-type>
		<sql-type jdbc-type="VARCHAR" hibernate-type="string"
			length="100" not-null="true">
		</sql-type>
	</type-mapping>
	<table-filter match-schema="struts-hibernate" match-name=".*" />
	
		<primary-key></primary-key>
		<column name="shortdesc" jdbc-type=''>
		<column name="longdesc" jdbc-type=''>
		<column name="pageurl" jdbc-type=''>
	
</hibernate-reverse-engineering>



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199798#4199798

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199798



More information about the jboss-user mailing list