示例#1
0
 public static ExpressionList<CompanyMessage> find(Company company) {
   return find.where().eq("company.id", company.getId());
 }