@MappedSuperclass public abstract class BaseVersionedEntity extends BaseEntity implements Versioned
| Constructor and Description |
|---|
BaseVersionedEntity() |
BaseVersionedEntity(UUID uid) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getVersion()
The JPA persistence version identification.
|
equals, getId, hashCode, toStringpublic BaseVersionedEntity()
public BaseVersionedEntity(UUID uid)
public Long getVersion()
VersionedgetVersion in interface VersionedCopyright © 2014. All Rights Reserved.