public interface CustomPersistenceHandler
Boolean canHandleInspect(PersistencePackage persistencePackage)
Boolean canHandleFetch(PersistencePackage persistencePackage)
Boolean canHandleAdd(PersistencePackage persistencePackage)
Boolean canHandleRemove(PersistencePackage persistencePackage)
Boolean canHandleUpdate(PersistencePackage persistencePackage)
Boolean willHandleSecurity(PersistencePackage persistencePackage)
DynamicResultSet inspect(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, InspectHelper helper) throws ServiceException
ServiceException
DynamicResultSet fetch(PersistencePackage persistencePackage, com.anasoft.os.daofusion.cto.client.CriteriaTransferObject cto, DynamicEntityDao dynamicEntityDao, RecordHelper helper) throws ServiceException
ServiceException
Entity add(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper) throws ServiceException
ServiceException
void remove(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper) throws ServiceException
ServiceException
Entity update(PersistencePackage persistencePackage, DynamicEntityDao dynamicEntityDao, RecordHelper helper) throws ServiceException
ServiceException
Copyright © 2013. All rights reserved.