Interface ManyToOneSuggestionRestService<T>

Type Parameters:
T - type of entity

public interface ManyToOneSuggestionRestService<T>
interface for many to one reference suggestions rest reads.
  • Method Details

    • getReferenceByKey

      T getReferenceByKey(String key)
      read on entry with given key.
      Parameters:
      key - to read with
      Returns:
      entity
    • findByKeyContaining

      List<T> findByKeyContaining(String key)
      read list of entities matching the key.
      Parameters:
      key - to read with
      Returns:
      list of entities