コード例 #1
0
ファイル: PedidoTask.java プロジェクト: thatyliz/sapataria
 @Transactional
 public List<Pedido> findAll() {
   return repository.listAll();
 }