@MappedSuperclass public abstract class BaseEntity extends Object implements Serializable
| Constructor and Description |
|---|
BaseEntity() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
Long |
getId() |
Date |
getUpdatedAt() |
String |
getUuid() |
int |
getVersion() |
void |
setId(Long id) |
Copyright © 2015–2016 codecode. All rights reserved.