File: control

package info (click to toggle)
libhibernate-validator-java 4.3.3-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,404 kB
  • sloc: java: 31,882; xml: 6,027; sh: 90; makefile: 28
file content (50 lines) | stat: -rw-r--r-- 2,209 bytes parent folder | download
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
49
50
Source: libhibernate-validator-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>, Varun Hiremath <varun@debian.org>
Build-Depends: debhelper (>= 10),
               default-jdk,
               glassfish-javaee,
               groovy,
               libgeronimo-validation-1.0-spec-java,
               libgeronimo-jpa-2.0-spec-java,
               libhibernate3-java,
               libjavassist-java,
               libjaxb-java,
               libjboss-logging-java,
               libjboss-logging-tools-java,
               libjoda-time-java,
               libjtype-java,
               liblog4j1.2-java,
               libmaven-bundle-plugin-java,
               libmaven-processor-plugin-java,
               libmaven-reporting-impl-java,
               libmaven-shade-plugin-java,
               maven-debian-helper,
               testng (>= 6.8.7)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libhibernate-validator-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libhibernate-validator-java.git
Homepage: http://validator.hibernate.org

Package: libhibernate-validator-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Hibernate Validator
 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 Validator integrates with Hibernate by applying the
 constraints on the database schema (DDL generation) and by checking
 entity validity before Hibernate inserts or updates instances. You
 can use Hibernate Validator with any Java Persistence provider, not
 only Hibernate, although you will not be able to use automatic DDL
 alteration for constraint generation outside of Hibernate
 EntityManager.