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