database « Validation « JPA Q&A





1. DB-Validate for Chinese Data Input    forum.hibernate.org

Hello all, i hope that the stones will not be thrown from all side... but my question is some kind of abstract. We implement a business-app (J2EE) on MSSQL 2008 and use the actual hibernate-possibilities. Now we have some free-text fields (textareas) where the user can inout remarks. This will then be stored. As our mayor users will be chinese companies ...

2. database ip address validation    forum.hibernate.org

Hi Techies, I am new to hibernate, trying to learn, It has been a good experience to learn it. I am struck at one problem. how can i catch an invalid ipaddress when connecting to database through hibernate. We use Configuration class to connect to database and set other properties. How we can catch the invalid database exceptions. any help will ...

3. validating database    forum.hibernate.org

Author Message gilm Post subject: validating database Posted: Thu Dec 08, 2005 4:42 am Newbie Joined: Sun Nov 21, 2004 5:21 am Posts: 14 i use the following code for validating the schema of the DB against the hibernate mapping. it notifies if a column/sequence/table that hibernate excpected is missing when my server is started. Code: public class MyConfiguration ...