@MappedSuperclass public abstract class AbstractEntity extends Object implements Serializable
| Constructor and Description |
|---|
AbstractEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getId() |
Long |
getVersion() |
int |
hashCode() |
void |
setId(Long id) |
void |
setVersion(Long version) |
String |
toString() |
Copyright © 2014–2016. All rights reserved.