Package org.hibernate.sql.ordering.antlr
Interface ColumnReference
-
- All Superinterfaces:
SqlValueReference
public interface ColumnReference extends SqlValueReference
Reference to a column name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getColumnName()
Retrieve the column name.
-