org.hibernate.validator
Interface PersistentClassConstraint


public interface PersistentClassConstraint

Interface implemented by the validator when a constraint may be represented in the hibernate metadata

Author:
Gavin King

Method Summary
 void apply(org.hibernate.mapping.PersistentClass persistentClass)
          Apply the constraint in the hibernate metadata
 

Method Detail

apply

void apply(org.hibernate.mapping.PersistentClass persistentClass)
Apply the constraint in the hibernate metadata

Parameters:
persistentClass -