Uses of Interface
com.blazebit.persistence.spi.ExtendedQuerySupport.SqlFromInfo
Packages that use ExtendedQuerySupport.SqlFromInfo
-
Uses of ExtendedQuerySupport.SqlFromInfo in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return ExtendedQuerySupport.SqlFromInfoModifier and TypeMethodDescriptionExtendedQuerySupport.getSqlFromInfo(javax.persistence.EntityManager em, javax.persistence.Query query, String alias, int queryPartNumber) Returns the SQL table alias of the JPQL from node alias in the given query.