예제 #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);
 }