Package io.jmix.core.entity
Interface EntityEntryVersioned
public interface EntityEntryVersioned
Interface to be implemented by optimistically locked entities.
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetVersion(Object 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.
- 
Method Details- 
getVersionObject getVersion()
- 
setVersionDo 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.
 
-