@MappedSuperclass public abstract class AbstractPersistable<PK extends Serializable> extends Object implements Serializable
| Constructor and Description |
|---|
AbstractPersistable() |
| Modifier and Type | Method and Description |
|---|---|
abstract PK |
getId() |
Long |
getVersion() |
boolean |
isNew() |
boolean |
notEquals(AbstractPersistable persistable) |
protected abstract void |
setId(PK id) |
String |
toString() |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.