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 Type
    Method
    Description
    void
    resolveFieldPathForJoinAlias(JoinDescription join, com.querydsl.core.types.EntityPath<?> root)
    Find and set the path to field (collection or single) for the given join
  • Method Details

    • resolveFieldPathForJoinAlias

      void resolveFieldPathForJoinAlias(JoinDescription join, com.querydsl.core.types.EntityPath<?> root)
      Find and set the path to field (collection or single) for the given join
      Parameters:
      join -
      root -