@MappedSuperclass public class AbstractWsEntity extends Object implements Serializable
AbstractEntity but no auto generated id and no @Version. This enables the use of eclipselink
including weaving capabilities (speed).| Constructor and Description |
|---|
AbstractWsEntity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getId() |
int |
getVersion() |
int |
hashCode() |
void |
setId(Integer id) |
void |
setVersion(int version) |
Copyright © 2018 Fryske Akademy. All rights reserved.