@MappedSuperclass public abstract class VersionedEntity<I extends Comparable<I> & Serializable> extends TimestampedEntity<I> implements Versioned
ID
Constructor and Description |
---|
VersionedEntity() |
Modifier and Type | Method and Description |
---|---|
Long |
getVersion() |
getCreated, getLastModified, onPrePersist, onPreUpdate, setCreated, setLastModified, skipAdjustLastModified
public Long getVersion()
getVersion
in interface Versioned
Copyright © 2015–2017 OmniFaces. All rights reserved.