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