Collection<User> findAllActiveUsers();. 2. JPQL Native Query @Query( value = “SELECT * FROM USERS u WHERE u.status = 1”, nativeQuery = true)
確定! 回上一頁