Hibernate has the concept of entity state (transient, persistent, and detached). Is there a similar concept is in Spring Data JPA also?
I have gone through official Spring Data Jpa doc. This document talks about the checking of entity states but there is no discussion about how many entity state Spring Data JPA supports.
My question is: Does Spring Data JPA support multiple entity states? If yes, how many entity states are there?