libhibernate-validator-java 4.2.1-2 source package in Ubuntu

Changelog

libhibernate-validator-java (4.2.1-2) unstable; urgency=medium

  * Team upload.
  * Upload to unstable

 -- Emmanuel Bourg <email address hidden>  Mon, 27 Apr 2015 21:28:53 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe libs

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhibernate-validator-java_4.2.1-2.dsc 2.4 KiB 3fff888f4bef2bb7a01177f370b0fa4f34c3a39d41ebf669cac560b57166e66a
libhibernate-validator-java_4.2.1.orig.tar.gz 1.6 MiB 5111a81b4b7a1118459c7f20bc470db6266926b0fc099a0e917c489d6b6bb194
libhibernate-validator-java_4.2.1-2.debian.tar.xz 5.0 KiB cdd4b6461a57fc8c85fea0996c4727665ed81ec24a58a3e2709808e9b53e57b1

Available diffs

No changes file available.

Binary packages built by this source

libhibernate-validator-java: 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.