Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe
Tagged

Process-scoped identity

A collection of 1 post

DB identity

The Scope of Object Identity

특징 Java identity: a==b Database identity: x.getId().equals(y.getId()) Scope of object identity: Java Identity와 Database identity모두 보장되는 상태. Scope of object identity 종류 No identity scope: 하나의 DB 레코드가 같은 자바 객체로 여러번 애플리케이션으로 반환되든지 말든지 신경 안 쓴다. 문제가 생긴다. (만약에 두 개의 객체가 하나의

  • 백기선
백기선 Feb 24, 2008 • 2 min read
Whiteship © 2021
Powered by Ghost