@Repository public interface CompanyRepository extends JpaRepository<Company, Integer> { @Query("SELECT CASE WHEN COUNT(c) > 0 THEN true ...
確定! 回上一頁