쿼리 메서드

List findByNameAndAge(String name, int age);
List findByNameContaining(String name);
List findTop10ByOrderByCreatedAtDesc();