@Status(stage=PRODUCTION) @Review(by="Kees Schotanus", at="2009-09-28") public interface Persistable
| Modifier and Type | Method and Description |
|---|---|
Long |
getPrimaryKey()
Gets the primary key of this persistable entity.
|
Integer |
getVersion()
Gets the version (number of times this Entity has been updated) of this
Entity.
|
Long getPrimaryKey()
Integer getVersion()
Copyright © 2008–2017. All rights reserved.