Interface AutoKey<K>

  • Type Parameters:
    K - key type (String, Long, etc)

    public interface AutoKey<K>
    Bound the key(s) to a entity model.
    Since:
    0.6.0
    Author:
    Alisson Gomes
    • Method Detail

      • getUId

        String getUId()
        Get a unique identifier
        Returns:
        unique identifier
      • getId

        K getId()
        Get a identifier
        Returns:
        identifier
      • hasItem

        boolean hasItem()
      • isEmpty

        boolean isEmpty()
      • size

        int size()