@ProviderType
public interface EntryFinder
Modifier and Type | Method and Description |
---|---|
java.util.List<Entry> |
findByEmptyContent(long fromUserId,
long toUserId,
int start,
int end) |
java.util.List<Entry> |
findByNew(long userId,
long createDate,
int start,
int end) |
java.util.List<Entry> |
findByOld(long createDate,
int start,
int end) |