Interface EntityDecorator<T>

    • Method Detail

      • getEntityType

        Class<T> getEntityType()
        Gets the entity type of the decorator.
        Returns:
        the entity type
      • getIdField

        EntityId getIdField()
        Gets id field declaration.
        Returns:
        the id field
      • getIndexFields

        List<EntityIndex> getIndexFields()
        Gets index fields declaration.
        Returns:
        the index fields
      • getEntityName

        default String getEntityName()
        Gets entity name.
        Returns:
        the entity name