@Component(value="blCategoryCustomPersistenceHandler") public class CategoryCustomPersistenceHandler extends CustomPersistenceHandlerAdapter
DEFAULT_ORDER| Constructor and Description |
|---|
CategoryCustomPersistenceHandler() |
| Modifier and Type | Method and Description |
|---|---|
Entity |
add(PersistencePackage persistencePackage,
DynamicEntityDao dynamicEntityDao,
RecordHelper helper) |
Boolean |
canHandleAdd(PersistencePackage persistencePackage) |
protected Map<String,FieldMetadata> |
getMergedProperties(Class<?> ceilingEntityFullyQualifiedClass,
DynamicEntityDao dynamicEntityDao,
Boolean populateManyToOneFields,
String[] includeManyToOneFields,
String[] excludeManyToOneFields,
String configurationKey) |
canHandleFetch, canHandleInspect, canHandleRemove, canHandleUpdate, fetch, getMetadata, getOrder, getResultSet, inspect, remove, update, willHandleSecuritypublic Boolean canHandleAdd(PersistencePackage persistencePackage)
canHandleAdd in interface CustomPersistenceHandlercanHandleAdd in class CustomPersistenceHandlerAdapterpublic Entity add(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper) throws ServiceException
add in interface CustomPersistenceHandleradd in class CustomPersistenceHandlerAdapterServiceExceptionprotected Map<String,FieldMetadata> getMergedProperties(Class<?> ceilingEntityFullyQualifiedClass, DynamicEntityDao dynamicEntityDao, Boolean populateManyToOneFields, String[] includeManyToOneFields, String[] excludeManyToOneFields, String configurationKey) throws ClassNotFoundException, SecurityException, IllegalArgumentException, NoSuchMethodException, IllegalAccessException, InvocationTargetException, NoSuchFieldException
Copyright © 2014. All Rights Reserved.