SayanSTR / spring-in-action

Learning Spring Basics
GNU General Public License v3.0
2 stars 0 forks source link

Possible fix for issue #1 #2

Closed SayanSTR closed 2 months ago

SayanSTR commented 2 months ago

Possible fix for issue #1 : Implemented Persistable Interface and implemented isNew() so that all objects are considered as new entry. Need better logic as per use case.