Interface EntityEntryHasUuid


public interface EntityEntryHasUuid
Used to clearly identify entity.
Property selection performs as follows:
  1. Id property used if it has UUID type and JmixGeneratedValue annotation,
  2. any other UUID @JmixGeneratedValue property chosen if @Id property doesn't satisfy conditions above,
  3. interface isn't applied otherwise.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setUuid(UUID uuid)
     
  • Method Details

    • getUuid

      UUID getUuid()
    • setUuid

      void setUuid(UUID uuid)