Konstantin 

Can I replace within the Login.hbm.xml integer instead of in? What about my 
special date class? 

        <id name="id" column="id" type="integer" unsaved-value="null">
            <generator class="native"/>
        </id>
        
        <property name="userId" column="user_id" type="integer" length="10" />

Can these have DateIII instead of date? That is a class I made and put into my 
commons package.

        <property name="insertDate" column="insert_date" type="date" />
        <property name="modifyDate" column="modify_date" type="date" />

David

-- 
___________________________________________________
Play 100s of games for FREE! http://games.mail.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to