Deprecated API


Contents
Deprecated Interfaces
org.hibernate.validator.group.DefaultGroupSequenceProvider
          Will be removed in a future release. Use DefaultGroupSequenceProvider instead. 
org.hibernate.validator.method.MethodConstraintViolation
          Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5. 
org.hibernate.validator.method.metadata.MethodDescriptor
          Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5. 
org.hibernate.validator.method.MethodValidator
          Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5. 
org.hibernate.validator.method.metadata.ParameterDescriptor
          Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5. 
org.hibernate.validator.resourceloading.ResourceBundleLocator
          Will be removed in a future release. Use ResourceBundleLocator instead. 
org.hibernate.validator.method.metadata.TypeDescriptor
          Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5. 
 

Deprecated Classes
org.hibernate.validator.internal.util.LazyValidatorFactory
          Will be removed in a future release. 
 

Deprecated Enums
org.hibernate.validator.method.MethodConstraintViolation.Kind
          Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5. 
 

Deprecated Exceptions
org.hibernate.validator.method.MethodConstraintViolationException
          Will by replaced by equivalent functionality defined by the Bean Validation 1.1 API as of Hibernate Validator 5. 
 

Deprecated Fields
org.hibernate.validator.cfg.ConstraintMapping.context
          Will be removed in a future release. 
 

Deprecated Methods
org.hibernate.validator.cfg.context.TypeConstraintMappingContext.defaultGroupSequenceProvider(Class)
          Will be removed in a future release. Use TypeConstraintMappingContext.defaultGroupSequenceProviderClass(Class) instead. 
 

Deprecated Constructors
org.hibernate.validator.resourceloading.AggregateResourceBundleLocator(List, ResourceBundleLocator)
          Will be removed in a future release. Use AggregateResourceBundleLocator.AggregateResourceBundleLocator(List, ResourceBundleLocator) instead. 
org.hibernate.validator.resourceloading.CachingResourceBundleLocator(ResourceBundleLocator)
          Will be removed in a future release. Use CachingResourceBundleLocator.CachingResourceBundleLocator(ResourceBundleLocator) instead. 
org.hibernate.validator.cfg.ConstraintMapping()
          This class will be converted into an interface in a future release. Use HibernateValidatorConfiguration.createConstraintMapping() instead to create new constraint mappings. 
org.hibernate.validator.cfg.ConstraintMapping(ConstraintMapping)
          This class will be converted into an interface in a future release. Use HibernateValidatorConfiguration.createConstraintMapping() instead to create new constraint mappings. 
org.hibernate.validator.resourceloading.DelegatingResourceBundleLocator(ResourceBundleLocator)
          Will be removed in a future release. Use DelegatingResourceBundleLocator.DelegatingResourceBundleLocator(org.hibernate.validator.spi.resourceloading.ResourceBundleLocator) instead. 
org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator(ResourceBundleLocator)
          Will be removed in a future release. Use ResourceBundleMessageInterpolator.ResourceBundleMessageInterpolator(ResourceBundleLocator) instead. 
org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator(ResourceBundleLocator, boolean)
          Will be removed in a future release. Use ResourceBundleMessageInterpolator.ResourceBundleMessageInterpolator(ResourceBundleLocator, boolean) instead. 
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.