Package org.hibernate.validator.engine.resolver

Various implementations of the TraversableResolver interface.

See:
          Description

Class Summary
DefaultTraversableResolver A JPA 2 aware TraversableResolver.
JPATraversableResolver An implementation of TraversableResolver which is aware of JPA 2 and utilizes PersistenceUtil to get query the reachability of a property.
SingleThreadCachedTraversableResolver Cache results of a delegated traversable resovler to optimize calls It works only for a single validate* call and should not be used if the TraversableResolver is accessed concurrently
 

Package org.hibernate.validator.engine.resolver Description

Various implementations of the TraversableResolver interface.



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved