Class DefaultAliasResolver

    • Constructor Detail

      • DefaultAliasResolver

        public DefaultAliasResolver​(javax.persistence.EntityManager entityManager)
    • Method Detail

      • doFindPathOnParent

        protected com.querydsl.core.types.Path<?> doFindPathOnParent​(com.querydsl.core.types.Path<?> parent,
                                                                     Class<?> targetType,
                                                                     JoinDescription joinDescription)
        Parameters:
        parent - parent join or "from" element
        targetType - type of joined attribute
        joinDescription - join description
        Returns:
        path on parent Q class