public interface Entity
EntityBean
but for legacy technologies such as JPA you have to use standard Java Beans that
can directly implement this interface without implementing EntityBean
. Each such Entity
can
be identified uniquely by its primary key
.Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_NAME_ID
Property name of ID . |
Modifier and Type | Method and Description |
---|---|
Id<?> |
getId() |
void |
setId(Id<?> id) |
static final String PROPERTY_NAME_ID
Property name
of ID
.Copyright © 2001–2016 mmm-Team. All rights reserved.