Package cz.encircled.joiner.core
Interface AliasResolver
- All Known Implementing Classes:
DefaultAliasResolver
public interface AliasResolver
Implementation is responsible for aliases lookup in a query
- Author:
- Vlad on 16-Aug-16.
-
Method Summary
Modifier and TypeMethodDescriptionvoidresolveFieldPathForJoinAlias(JoinDescription join, com.querydsl.core.types.EntityPath<?> root) Find and set the path to field (collection or single) for the givenjoin
-
Method Details
-
resolveFieldPathForJoinAlias
Find and set the path to field (collection or single) for the givenjoin- Parameters:
join-root-
-