| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.server.service.handler | |
| org.broadleafcommerce.openadmin.server.service.persistence |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,FieldMetadata> |
CustomPersistenceHandlerAdapter.getMetadata(PersistencePackage persistencePackage,
InspectHelper helper)
This is a helper method that can be invoked as a first step in a custom inspect phase
|
protected DynamicResultSet |
CustomPersistenceHandlerAdapter.getResultSet(PersistencePackage persistencePackage,
InspectHelper helper,
Map<String,FieldMetadata> metadata)
This is a helper method that can be invoked as the last step in a custom inspect phase.
|
DynamicResultSet |
CustomPersistenceHandler.inspect(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
InspectHelper helper) |
DynamicResultSet |
CustomPersistenceHandlerAdapter.inspect(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
InspectHelper helper) |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistenceManagerImpl |
Copyright © 2017. All rights reserved.