示例#1
0
 public static MappedWrapper findById(Long id) {
   return find.byId(id);
 }
示例#2
0
 public static Teacher getTeacher(Long id) {
   return finder.byId(id);
 }
示例#3
0
 public static Post_thread getById(Long id) {
   return find.byId(id);
 }
示例#4
0
 public static PullRequest findById(long id) {
   return finder.byId(id);
 }