org.hibernate.sql.ordering.antlr
public interface ColumnMapper
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
map(java.lang.String reference)
Resolve the property reference to its underlying columns.
|
java.lang.String[] map(java.lang.String reference) throws HibernateException
reference
- The property reference name.HibernateException
- Generally indicates that the property reference is unkown; interpretation is the
same as a null return.Copyright © 2014. All Rights Reserved.