public interface ColumnMapper
Contract for mapping a (an assumed) property reference to its columns.
| Modifier and Type | Method and Description |
|---|---|
SqlValueReference[] |
map(String reference)
Resolve the property reference to its underlying columns.
|
SqlValueReference[] map(String reference) throws HibernateException
Resolve the property reference to its underlying columns.
reference - The property reference name.HibernateException - Generally indicates that the property reference is unknown; interpretation
should be the same as a null return.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.