org.hibernate.sql.ordering.antlr
Interface OrderByAliasResolver


public interface OrderByAliasResolver

Given a column reference, resolve the table alias to apply to the column to qualify it.


Method Summary
 String resolveTableAlias(String columnReference)
          Given a column reference, resolve the table alias to apply to the column to qualify it.
 

Method Detail

resolveTableAlias

String resolveTableAlias(String columnReference)
Given a column reference, resolve the table alias to apply to the column to qualify it.



Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.