@Service(value="dictionaryService") @CacheConfig(cacheNames="dictionary") public class SimpleDictionaryService extends GenericEntityService<DictionaryEntity,String> implements DictionaryService
entityFactory, entityType, logger, logicPrimaryKeyValidator, primaryKeyType, validator| 构造器和说明 |
|---|
SimpleDictionaryService() |
| 限定符和类型 | 方法和说明 |
|---|---|
DictionaryEntity |
deleteByPk(String id) |
DictionaryDao |
getDao() |
protected org.hswebframework.web.id.IDGenerator<String> |
getIDGenerator() |
String |
insert(DictionaryEntity entity) |
int |
updateByPk(String id,
DictionaryEntity entity) |
dataExisted, init, physicalDeleteByPk, pushCreatedEvent, pushModifyEvent, saveOrUpdate, selectByPk, selectByPk, setEventPublisher, updateByPk, updateByPkassertNotNull, 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, selectSinglesaveOrUpdate, updateByPkcreateEntity, getEntityInstanceTypecount, select, selectByPk, selectByPkcount, createQuery, createQuery, selectcount, select, selectPager, selectSinglecreateUpdate, createUpdate, createUpdate, createUpdatecreateDelete, createDelete, createDeleteprotected org.hswebframework.web.id.IDGenerator<String> getIDGenerator()
public DictionaryDao getDao()
getDao 在接口中 DefaultDSLDeleteService<DictionaryEntity,String>getDao 在接口中 DefaultDSLUpdateService<DictionaryEntity,String>getDao 在接口中 DefaultQueryByEntityService<DictionaryEntity>getDao 在接口中 GenericService<DictionaryEntity,String>public String insert(DictionaryEntity entity)
insert 在接口中 InsertService<DictionaryEntity,String>insert 在类中 GenericEntityService<DictionaryEntity,String>public int updateByPk(String id, DictionaryEntity entity)
updateByPk 在接口中 UpdateService<DictionaryEntity,String>updateByPk 在类中 GenericEntityService<DictionaryEntity,String>public DictionaryEntity deleteByPk(String id)
deleteByPk 在接口中 DefaultDeleteService<DictionaryEntity,String>deleteByPk 在接口中 DeleteService<DictionaryEntity,String>deleteByPk 在类中 GenericEntityService<DictionaryEntity,String>Copyright © 2016–2019. All rights reserved.