org.hibernate.validator
Class Environment

java.lang.Object
  extended by org.hibernate.validator.Environment

public class Environment
extends Object

Hibernate Validator Event properties The properties are retrieved from Hibernate (hibernate.properties, hibernate.cfg.xml, persistence.xml or Configuration API)

Author:
Emmanuel Bernard

Field Summary
static String MESSAGE_INTERPOLATOR_CLASS
          Message interpolator class used.
 
Constructor Summary
Environment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_INTERPOLATOR_CLASS

public static final String MESSAGE_INTERPOLATOR_CLASS
Message interpolator class used. The same instance is shared across all ClassValidators

See Also:
Constant Field Values
Constructor Detail

Environment

public Environment()