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:
Id
property used if it hasUUID
type andJmixGeneratedValue
annotation,- 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
-