Skip to content

Conversation

@Hchanghyeon
Copy link
Member

🥇 요구 사항 및 구현 내용

미션2

  • customer 엔티티를 이용하여 영속성 컨텍스트의 엔티티 생명주기를 실습해본다.
    • 고객을 영속 상태로 만들 수 있다.(persist)
    • 고객을 준영속 상태로 만들 수 있다.(detach)
    • 고객을 비영속 상태로 만들 수 있다.
    • 고객을 영속성 컨텍스트에서 삭제할 수 있다.(remove)

private String streetAddress;
@Column(name = "detailed_address", nullable = false)
private String detailedAddress;
@Column(name = "zip_code", nullable = false)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

각 필드마다 한 줄 띄어보는 건 어떨까요? 가독성 향상 될 것 같습니다~

@jay-so jay-so merged commit acedb9b into 창현,현호-mission1 Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants