Save This Page
Home » hibernate-distribution-3.3.1.GA-dist » org.hibernate.sql.ordering » antlr » [javadoc | source]
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.