Interface ManyToOneSuggestionRestService<T>
- Type Parameters:
T- type of entity
public interface ManyToOneSuggestionRestService<T>
interface for many to one reference suggestions rest reads.
-
Method Summary
Modifier and TypeMethodDescriptionread list of entities matching the key.getReferenceByKey(String key) read on entry with given key.
-
Method Details
-
getReferenceByKey
read on entry with given key.- Parameters:
key- to read with- Returns:
- entity
-
findByKeyContaining
read list of entities matching the key.- Parameters:
key- to read with- Returns:
- list of entities
-