libhibernate-validator-java 4.0.2.GA-6 source package in Ubuntu

Changelog

libhibernate-validator-java (4.0.2.GA-6) unstable; urgency=low


  * Team upload.
  * Add missing Build-Depends on testng. (Closes: #655774).

 -- Miguel Landaeta <email address hidden>  Sat, 14 Jan 2012 17:26:03 -0430

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libhibernate-validator-java_4.0.2.GA-6.dsc 2.3 KiB 6fa741d6cb6acff9088e3ac2a2e4db98d3e8466d46d67221f7b071db2ea26d00
libhibernate-validator-java_4.0.2.GA.orig.tar.gz 560.9 KiB ff1873d6b8be28ad9016f2de87e9ead4a5c8060542afc4df2447f891319fea89
libhibernate-validator-java_4.0.2.GA-6.debian.tar.gz 4.9 KiB 8dbe53a4375a311fb3ca47c54e825f3856c55e8d12f06829db4c154a79a89453

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.