| Modifier and Type | Class and Description |
|---|---|
class |
CategoryCustomPersistenceHandler |
class |
ChildCategoriesCustomPersistenceHandler |
class |
CustomerCustomPersistenceHandler |
class |
CustomerPasswordCustomPersistenceHandler |
class |
ISOCountryPersistenceHandler
By default, we will filter all ISOCountries to return only those that have names.
|
class |
ProductCustomPersistenceHandler |
class |
SkuBundleItemCustomPersistenceHandler
Overridden to provide the option values field on the SkuBundleItem list
|
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 |
SearchFacetRangeCustomPersistenceHandler |
| 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.
|
class |
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).
|
| 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.