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 hasUUIDtype andJmixGeneratedValueannotation,- any other UUID @JmixGeneratedValue property chosen if @Id property doesn't satisfy conditions above,
- interface isn't applied otherwise.
-
Method Summary
-
Method Details
-
getUuid
UUID getUuid() -
setUuid
-