Interface | Description |
---|---|
CustomPersistenceHandler |
Custom Persistence Handlers provide a hook to override the normal persistence
behavior of the admin application.
|
CustomPersistenceHandlerFilter | |
DynamicEntityRetriever |
Class | Description |
---|---|
ClassCustomPersistenceHandlerAdapter |
Convenience passthrough for
CustomPersistenceHandlerAdapter that provides a method for class detection
based on the provided constructor. |
CustomPersistenceHandlerAdapter |
Convenience class for those
CustomPersistenceHandler implementations
that do not wish to implement all the methods of the interface. |
DefaultCustomPersistenceHandlerFilter | |
SystemPropertyCustomPersistenceHandler |
Custom persistence handler for SystemProperty to ensure that the value is validated against the type appropriately.
|
TranslationCustomPersistenceHandler |
Custom persistence handler for Translations, it verifies on "add" that the combination of the 4 "key" fields
is not repeated (as in a software-enforced unique index, which is not utilized because of sandboxing and multitenancy concerns).
|
Copyright © 2022. All rights reserved.