public class SystemServiceImpl extends Object implements SystemService
| 构造器和说明 |
|---|
SystemServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
delete(System persistentInstance) |
List |
findAll() |
List<System> |
findByExample(System instance) |
System |
findById(Integer id) |
List<System> |
findByListshow(Object listshow) |
System |
findByName(Object name) |
List |
findByProperty(String propertyName,
Object value) |
SystemDAO |
getSystemDao() |
void |
save(System transientInstance) |
void |
setSystemDao(SystemDAO systemDao) |
public SystemDAO getSystemDao()
public void setSystemDao(SystemDAO systemDao)
public void save(System transientInstance)
save 在接口中 SystemServicepublic void delete(System persistentInstance)
delete 在接口中 SystemServicepublic System findById(Integer id)
findById 在接口中 SystemServicepublic List findByProperty(String propertyName, Object value)
findByProperty 在接口中 SystemServicepublic List<System> findByExample(System instance)
findByExample 在接口中 SystemServicepublic System findByName(Object name)
findByName 在接口中 SystemServicepublic List findAll()
findAll 在接口中 SystemServicepublic List<System> findByListshow(Object listshow)
findByListshow 在接口中 SystemService