Interface SearchFieldResolver
- All Known Implementing Classes:
SearchFieldResolverImpl
public interface SearchFieldResolver
Resolves which field of an entity should be used for searching when targeting
an entity directly and not a specific field on that entity.
- Author:
- Andre Azzolini (apazzolini)
-
Method Summary
Modifier and TypeMethodDescriptionresolveField
(String className) Returns the name of the field to use for searching for the given entity classname.
-
Method Details
-
resolveField
Returns the name of the field to use for searching for the given entity classname.- Parameters:
className
-- Returns:
- the field name
- Throws:
ServiceException
-