You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
순수 자바 객체에만 비즈니스 로직을 넣고 JpaEntity는 DB 작업용으로만 사용해서, 예를 들어 받아온 JpaEntity 객체를 자바 객체로 변환하여 비즈니스 로직을 수행한 후, 다시 JpaEntity로 변환하여 저장하는 방식은 어떻게 생각하시나요? 이렇게 하면 JpaEntity에는 비즈니스 로직을 중복해서 넣지 않아도 될 것 같습니다.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
순수 자바 객체에만 비즈니스 로직을 넣고 JpaEntity는 DB 작업용으로만 사용해서, 예를 들어 받아온 JpaEntity 객체를 자바 객체로 변환하여 비즈니스 로직을 수행한 후, 다시 JpaEntity로 변환하여 저장하는 방식은 어떻게 생각하시나요? 이렇게 하면 JpaEntity에는 비즈니스 로직을 중복해서 넣지 않아도 될 것 같습니다.
Beta Was this translation helpful? Give feedback.
All reactions