https://issues.apache.org/bugzilla/show_bug.cgi?id=50691

--- Comment #2 from ravi parekh <raviparekh...@yahoo.co.in> 2011-01-31 07:07:26 
EST ---
sorry , coould not attach Attachement.

<hibernate-mapping package="data" >
    <class name="Ratecodeparam" table="ratecodeparam" >
        <id name="id" type="java.lang.Integer">
            <column name="id" />
            <generator class="identity" />
        </id>
        <many-to-one name="ratecodes" class="data.Ratecodes" fetch="select">
            <column name="p_id" />
        </many-to-one>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to