Package org.hibernate.sql.ordering.antlr
Interface OrderByAliasResolver
-
public interface OrderByAliasResolverGiven a column reference, resolve the table alias to apply to the column to qualify it.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringresolveTableAlias(java.lang.String columnReference)Given a column reference, resolve the table alias to apply to the column to qualify it.
-