Package io.jmix.core.entity
Interface EntityEntryHasUuid
public interface EntityEntryHasUuid
Used to clearly identify entity.
Property selection performs as follows:
Property selection performs as follows:
- Idproperty used if it has- UUIDtype and- JmixGeneratedValueannotation,
- any other UUID @JmixGeneratedValue property chosen if @Id property doesn't satisfy conditions above,
- interface isn't applied otherwise.
- 
Method Summary
- 
Method Details- 
getUuidUUID getUuid()
- 
setUuid
 
-