Class | Description |
---|---|
JPALazyValidatorFactory |
This class lazily initialize the ValidatorFactory on the first usage
One benefit is that no domain class is loaded until the
ValidatorFactory is really needed.
|
SerializableValidatorFactory |
Serializable validator factory
TODO: clustering support is needed (readResolve should set delegate to already initialized validator factory)
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.