|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Validator | |
|---|---|
| com.jpattern.orm | |
| com.jpattern.orm.session | |
| com.jpattern.orm.validator | |
| Uses of Validator in com.jpattern.orm |
|---|
| Methods in com.jpattern.orm with parameters of type Validator | |
|---|---|
void |
JPOrm.setValidator(Validator validator)
|
void |
JPO.setValidator(Validator validator)
Set the default validator to be used to validate beans before update and save actions |
| Uses of Validator in com.jpattern.orm.session |
|---|
| Constructors in com.jpattern.orm.session with parameters of type Validator | |
|---|---|
OrmSession(IOrmClassToolMap ormClassToolMap,
SessionStrategy sessionStrategy,
TypeFactory typeFactory,
Validator validator)
|
|
| Uses of Validator in com.jpattern.orm.validator |
|---|
| Classes in com.jpattern.orm.validator that implement Validator | |
|---|---|
class |
JSR303Validator
A validator for the JSR303 |
class |
NullValidator
A no-op implementation of a Validator |
class |
OvalValidator
A Validator that uses Oval validator framework |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||