Package | Description |
---|---|
org.datanucleus |
This package provides classes that are typically externally called, whether that means by developers
or by other DataNucleus plugins.
|
org.datanucleus.state |
Provides classes relating to the life cycle state of a persistable object.
|
Modifier and Type | Method and Description |
---|---|
BeanValidationHandler |
PersistenceNucleusContext.getBeanValidationHandler(ExecutionContext ec)
Method to return a handler for bean validation (JSR303).
|
BeanValidationHandler |
PersistenceNucleusContextImpl.getBeanValidationHandler(ExecutionContext ec) |
Modifier and Type | Method and Description |
---|---|
void |
CallbackHandler.setBeanValidationHandler(BeanValidationHandler handler)
Method to set the handler for bean validation.
|
void |
NullCallbackHandler.setBeanValidationHandler(BeanValidationHandler handler) |
Copyright © 2019. All rights reserved.