@MappedSuperclass public class DbBaseEntity extends Object
| Constructor and Description |
|---|
DbBaseEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Date |
getCreationDate() |
Long |
getId() |
Integer |
getVersion() |
int |
hashCode() |
void |
setCreationDate(Date aCreation) |
void |
setId(Long id) |
void |
setVersion(Integer aVersion) |
String |
toString() |
protected String |
toString(String suffix) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.