| Modifier and Type | Class and Description |
|---|---|
class |
CategoryCustomPersistenceHandler |
class |
ChildCategoriesCustomPersistenceHandler |
class |
CustomerCustomPersistenceHandler |
class |
CustomerPasswordCustomPersistenceHandler |
class |
ProductCustomPersistenceHandler |
class |
SkuCustomPersistenceHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
PageTemplateCustomPersistenceHandler
Created by jfischer
|
class |
RequestDTOCustomPersistenceHandler |
class |
StructuredContentTypeCustomPersistenceHandler
Created by jfischer
|
class |
TimeDTOCustomPersistenceHandler
Created by IntelliJ IDEA.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdminPermissionCustomPersistenceHandler |
class |
AdminUserCustomPersistenceHandler |
| Modifier and Type | Class and Description |
|---|---|
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 © 2017. All rights reserved.