JPA 로 user id를 UUID로 설정하는 경우가 종종 있습니다. public class Users { @Id private UUID userId; }. 그리고 JPA로 findByUserId(); 메서드로 ...
確定! 回上一頁