Interface EntityChangelogClient
-
- All Superinterfaces:
FeignQuerySupport<EntityChangelog>
public interface EntityChangelogClient extends FeignQuerySupport<EntityChangelog>
Feing declarative service interface for consuming EntityChangelog service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<EntityChangelog>
findAll(java.lang.String condition)
Searching for multiple values.
-
-
-
Method Detail
-
findAll
java.util.Set<EntityChangelog> findAll(java.lang.String condition)
Description copied from interface:FeignQuerySupport
Searching for multiple values.- Specified by:
findAll
in interfaceFeignQuerySupport<EntityChangelog>
- Returns:
-
-