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.
|
org.datanucleus.validation |
Package providing support for the JSR0303 validation framework within a persistence context.
|
Modifier and Type | Method and Description |
---|---|
CallbackHandler |
ExecutionContext.getCallbackHandler()
Retrieve the callback handler for this ExecutionContext.
|
CallbackHandler |
ExecutionContextImpl.getCallbackHandler()
Retrieve the callback handler for this context.
|
CallbackHandler |
PersistenceNucleusContext.getValidationHandler(ExecutionContext ec)
Method to return a handler for validation (JSR303).
|
CallbackHandler |
PersistenceNucleusContextImpl.getValidationHandler(ExecutionContext ec) |
Modifier and Type | Class and Description |
---|---|
class |
NullCallbackHandler
Callback handler that does nothing.
|
Modifier and Type | Method and Description |
---|---|
protected CallbackHandler |
AbstractStateManager.getCallbackHandler()
returns the handler for callback events.
|
Modifier and Type | Method and Description |
---|---|
void |
CallbackHandler.setValidationListener(CallbackHandler handler)
Method to set the listener for validation callbacks.
|
void |
NullCallbackHandler.setValidationListener(CallbackHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
BeanValidatorHandler
Handles the integration of "javax.validation".
|
Modifier and Type | Method and Description |
---|---|
void |
BeanValidatorHandler.setValidationListener(CallbackHandler handler) |
Copyright © 2017. All rights reserved.