public interface

ColumnMapper

org.hibernate.sql.ordering.antlr.ColumnMapper
Known Indirect Subclasses

Class Overview

Contract for mapping a (an assumed) property reference to its columns.

Summary

Public Methods
abstract String[] map(String reference)
Resolve the property reference to its underlying columns.

Public Methods

public abstract String[] map (String reference)

Resolve the property reference to its underlying columns.

Parameters
reference The property reference name.
Returns
  • The underlying columns, or null if the property reference is unknown.
Throws
HibernateException Generally indicates that the property reference is unkown; interpretation is the same as a null return.