public class FriendLogServiceImpl extends Object implements FriendLogService
| 构造器和说明 |
|---|
FriendLogServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
attachClean(FriendLog instance) |
void |
attachDirty(FriendLog instance) |
void |
delete(FriendLog persistentInstance) |
List |
findAll() |
List<FriendLog> |
findByExample(FriendLog instance) |
FriendLog |
findById(Integer id) |
List<FriendLog> |
findByIp(Object ip) |
List<FriendLog> |
findByOther(Object other) |
List |
findByProperty(String propertyName,
Object value) |
List<FriendLog> |
findBySelf(Object self) |
List<FriendLog> |
findByState(Object state) |
List<FriendLog> |
findByTime(Object time) |
FriendLogDAO |
getFriendLogDAO() |
FriendLog |
merge(FriendLog detachedInstance) |
void |
save(FriendLog transientInstance) |
void |
setFriendLogDAO(FriendLogDAO friendLogDAO) |
public FriendLogDAO getFriendLogDAO()
public void setFriendLogDAO(FriendLogDAO friendLogDAO)
public void save(FriendLog transientInstance)
save 在接口中 FriendLogServicepublic void delete(FriendLog persistentInstance)
delete 在接口中 FriendLogServicepublic FriendLog findById(Integer id)
findById 在接口中 FriendLogServicepublic List<FriendLog> findByExample(FriendLog instance)
findByExample 在接口中 FriendLogServicepublic List findByProperty(String propertyName, Object value)
findByProperty 在接口中 FriendLogServicepublic List<FriendLog> findBySelf(Object self)
findBySelf 在接口中 FriendLogServicepublic List<FriendLog> findByOther(Object other)
findByOther 在接口中 FriendLogServicepublic List<FriendLog> findByTime(Object time)
findByTime 在接口中 FriendLogServicepublic List<FriendLog> findByState(Object state)
findByState 在接口中 FriendLogServicepublic List<FriendLog> findByIp(Object ip)
findByIp 在接口中 FriendLogServicepublic List findAll()
findAll 在接口中 FriendLogServicepublic FriendLog merge(FriendLog detachedInstance)
merge 在接口中 FriendLogServicepublic void attachDirty(FriendLog instance)
attachDirty 在接口中 FriendLogServicepublic void attachClean(FriendLog instance)
attachClean 在接口中 FriendLogService