File: readme.txt

package info (click to toggle)
libhibernate-validator-java 4.0.2.GA-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,784 kB
  • ctags: 2,599
  • sloc: java: 14,915; xml: 4,470; sh: 13; makefile: 5
file content (48 lines) | stat: -rw-r--r-- 1,224 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Hibernate Validator
==================================================
Version: 3.1.0.GA, 10.09.2008

Description
-----------

Hibernate Validator aims at defining and checking a domain model level constraints.
It supports custom constraints definitions as well as full internationalization.
Annotations are used to define constraints on object level.
The validation mechanism can be executed in different layers in your application
without having to duplicate any of these rules (presentation layer,
data access layer, Database schema).

Hibernate Requires Hibernate Core 3.2 and above.
This version runs well with Hibernate Annotations 3.3.x and Hibernate EntityManager 3.3.x


Instructions
------------

Unzip to installation directory, read doc/reference


Contact
------------

Latest Documentation:

   http://www.hibernate.org

Bug Reports:

   Hibernate JIRA (preferred)
   hibernate-devel@lists.sourceforge.net

Free Technical Support:

   http://forum.hibernate.org (http://forum.hibernate.org/viewforum.php?f=9)


Notes
-----------

If you want to contribute, go to http://www.hibernate.org/

This software and its documentation are distributed under the terms of the
FSF Lesser Gnu Public License (see lgpl.txt).