All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.validator.Environment Maven / Gradle / Ivy

There is a newer version: 3.5.6-Final
Show newest version
//$Id: $
package org.hibernate.validator;

/**
 * Hibernate Validator Event properties
 * The properties are retrieved from Hibernate
 * (hibernate.properties, hibernate.cfg.xml, persistence.xml or Configuration API)
 *
 * @author Emmanuel Bernard
 */
public class Environment {
	/**
	 * Message interpolator class used. The same instance is shared across all ClassValidators
	 */
	public static final String MESSAGE_INTERPOLATOR_CLASS = "hibernate.validator.message_interpolator_class";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy