-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Generating validation code
PostPosted: Mon Mar 07, 2005 3:09 pm 
Newbie

Joined: Mon Mar 07, 2005 2:02 pm
Posts: 1
Hibernate version: 2.1.4

Is there any way to add validation to the automatically created java classes based on the type and length fields? Currently the problem is that the values persisted to the database are being truncated to 2 characters but the cached objects are not truncated.

If there is not a way to automatically create this validation, where is this generally added?

This is in relation to the xml code snippit from the hbm.xml file:

- <property name="countryOfIssue" column="country_of_issue" type="string" length="2" not-null="false" unique="false" update="true" insert="true">
<meta attribute="use-in-tostring" inherit="true">true</meta>
</property>


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.