반응형 #JPA1 [Spring] JPA Specification Example Spring JPA Specification Simple Example 스프링 JPA Specification 예제 - Extended 'JpaSpecificationExecuter' class Repository 인터페이스에 JpaSpecificationExecutor 클래스를 extend 시켜주었다. public interface UserRepository extends CrudRepository, JpaSpecificationExecutor { } - Created methods for criteria API Specification 객체를 리턴하는 메소드를 따로 구현하였다. userId가 인자로 받은 id인 경우와 name이 인자로 받은 name인 경우(동등비교 equal)이다. public st.. 2019. 4. 2. 이전 1 다음 반응형