반응형 convert1 JPA with Springboot, @convert date type to string or reverse JPA with Springboot, @convert date type to string or reverse DB에 Date type인 컬럼을 원하는 포멧에 맞게 변경하는 방법을 알아보겠습니다. [Spec] DB : MariaDB 10.1.13 Framework : Springboot 2.3.2 데이터를 원한는 포멧으로 변경하기 위해서는 Entity column에 Convert Annotaion을 활용합니다. Convert는 AttributeConverter를 implements한 클래스를 구현하면 됩니다. 우선 Entity를 작성해보도록 하겠습니다. [Member.class] @Entity @Table(name="M_OP_MEMBER") @Data public class Member { @Id @Col.. Programing/JPA 2021. 5. 11. 이전 1 다음 💲 추천 글 반응형