|
Spring Data Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IsNewStrategy
Strategy interface to determine whether a given entity is to be considered new.
Method Summary | |
---|---|
boolean |
isNew(Object entity)
Returns whether the given entity is new, i.e. has never been persisted before or not. |
Method Detail |
---|
boolean isNew(Object entity)
entity
- can be null.
|
Spring Data Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |