org.hibernate.sql.ordering.antlr
public interface: ColumnMapper [javadoc |
source]
Contract for mapping a (an assumed) property reference to its columns.
| Method from org.hibernate.sql.ordering.antlr.ColumnMapper Summary: |
|---|
|
map |
| Method from org.hibernate.sql.ordering.antlr.ColumnMapper Detail: |
public String[] map(String reference) throws HibernateException
Resolve the property reference to its underlying columns. |