@Service @CacheConfig(cacheNames="process-config") public class ProcessDefineConfigServiceImpl extends EnableCacheGenericEntityService<ProcessDefineConfigEntity,String> implements ProcessDefineConfigService
eventPublisherentityFactory, entityType, logger, logicPrimaryKeyValidator, primaryKeyType, validator| 构造器和说明 |
|---|
ProcessDefineConfigServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProcessDefineConfigEntity |
deleteByPk(String id) |
org.hswebframework.web.dao.CrudDao<ProcessDefineConfigEntity,String> |
getDao() |
protected org.hswebframework.web.id.IDGenerator<String> |
getIDGenerator() |
String |
insert(ProcessDefineConfigEntity entity) |
String |
saveOrUpdate(ProcessDefineConfigEntity entity) |
ProcessDefineConfigEntity |
selectByLatestProcessDefineKey(String processDefineKey) |
ProcessDefineConfigEntity |
selectByProcessDefineId(String processDefineId) |
protected int |
updateByPk(ProcessDefineConfigEntity entity) |
int |
updateByPk(String id,
ProcessDefineConfigEntity entity) |
count, select, selectByPk, updateByPkdataExisted, init, physicalDeleteByPk, pushCreatedEvent, pushModifyEvent, selectByPk, setEventPublisherassertNotNull, assertNotNull, createEntity, entityFactoryIsEnabled, getEntityInstanceType, getEntityType, getPrimaryKeyType, setEntityFactory, setLogicPrimaryKeyValidator, setValidator, tryValidate, tryValidate, tryValidate, tryValidateProperty, tryValidateProperty, tryValidatePropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, select, selectPager, selectSingleupdateByPkcreateEntity, getEntityInstanceTypecount, select, selectByPk, selectByPkcreateQuery, createQuerycount, select, selectPager, selectSinglecreateUpdate, createUpdate, createUpdate, createUpdatecreateDelete, createDelete, createDeleteprotected org.hswebframework.web.id.IDGenerator<String> getIDGenerator()
public org.hswebframework.web.dao.CrudDao<ProcessDefineConfigEntity,String> getDao()
getDao 在接口中 DefaultDSLDeleteService<ProcessDefineConfigEntity,String>getDao 在接口中 DefaultDSLUpdateService<ProcessDefineConfigEntity,String>getDao 在接口中 DefaultQueryByEntityService<ProcessDefineConfigEntity>getDao 在接口中 GenericService<ProcessDefineConfigEntity,String>@CacheEvict(key="\'define-id:\'+#entity.processDefineId") @CacheEvict(key="\'define-key-latest:\'+#entity.processDefineKey") public String insert(ProcessDefineConfigEntity entity)
@CacheEvict(key="\'define-id:\'+#entity.processDefineId") @CacheEvict(key="\'define-key-latest:\'+#entity.processDefineKey") public int updateByPk(String id, ProcessDefineConfigEntity entity)
@CacheEvict(key="\'define-id:\'+#entity.processDefineId") @CacheEvict(key="\'define-key-latest:\'+#entity.processDefineKey") protected int updateByPk(ProcessDefineConfigEntity entity)
@CacheEvict(key="\'define-id:\'+#entity.processDefineId") @CacheEvict(key="\'define-key-latest:\'+#entity.processDefineKey") public String saveOrUpdate(ProcessDefineConfigEntity entity)
@CacheEvict(key="\'define-id:\'+#result.processDefineId") @CacheEvict(key="\'define-key-latest:\'+#result.processDefineKey") public ProcessDefineConfigEntity deleteByPk(String id)
@Cacheable(key="\'define-id:\'+#processDefineId") public ProcessDefineConfigEntity selectByProcessDefineId(String processDefineId)
@Cacheable(key="\'define-key-latest:\'+#processDefineKey") public ProcessDefineConfigEntity selectByLatestProcessDefineKey(String processDefineKey)
Copyright © 2016–2019. All rights reserved.