@Override public Product save(Product p) { Long id = p.getId(); if (id == null) { id = populate(queryFactory.insert(product), p).executeWithKey(product.id); ...
確定! 回上一頁