Is your feature request related to a problem? Please describe.
DataFilterResolver resolves the result of a method e.g. the common function me() without considering additional entities that should be joined while returning the result of a method. This operation might be useful when the result of the method is an SQL value and should be returned after joining one or more entities instead of using "equal" or "in" statements, especially in large entities.
Is your feature request related to a problem? Please describe.
DataFilterResolverresolves the result of a method e.g. the common functionme()without considering additional entities that should be joined while returning the result of a method. This operation might be useful when the result of the method is an SQL value and should be returned after joining one or more entities instead of using "equal" or "in" statements, especially in large entities.