| Modifier and Type | Class and Description |
|---|---|
class |
AdminPermissionCustomPersistenceHandler |
class |
AdminUserCustomPersistenceHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassCustomPersistenceHandlerAdapter
Convenience passthrough for
CustomPersistenceHandlerAdapter that provides a method for class detection
based on the provided constructor. |
class |
CustomPersistenceHandlerAdapter
Convenience class for those
CustomPersistenceHandler implementations
that do not wish to implement all the methods of the interface. |
class |
SystemPropertyCustomPersistenceHandler
Custom persistence handler for SystemProperty to ensure that the value is validated against the type appropriately.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomPersistenceHandler> |
PersistenceManagerImpl.customPersistenceHandlers |
| Modifier and Type | Method and Description |
|---|---|
List<CustomPersistenceHandler> |
PersistenceManagerImpl.getCustomPersistenceHandlers() |
List<CustomPersistenceHandler> |
PersistenceManager.getCustomPersistenceHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceManagerImpl.setCustomPersistenceHandlers(List<CustomPersistenceHandler> customPersistenceHandlers) |
void |
PersistenceManager.setCustomPersistenceHandlers(List<CustomPersistenceHandler> customPersistenceHandlers) |
Copyright © 2015. All rights reserved.