public interface FriendLogService
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
FriendLog |
merge(FriendLog detachedInstance) |
void |
save(FriendLog transientInstance) |