public interface Versioned
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getVersion() |
void |
setVersion(java.lang.Integer version)
Do not set version if you are not sure - it must be null for a new entity or loaded from the database
for a persistent one.
|