|
Spring Data Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ID
- the type of the identifierpublic interface Persistable<ID extends Serializable>
Simple interface for entities.
Method Summary | |
---|---|
ID |
getId()
Returns the id of the entity. |
boolean |
isNew()
Returns if the Persistable is new or was persisted already. |
Method Detail |
---|
ID getId()
boolean isNew()
Persistable
is new or was persisted already.
|
Spring Data Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |