public interface ColumnMapper
| Modifier and Type | Method and Description |
|---|---|
SqlValueReference[] |
map(String reference)
Resolve the property reference to its underlying columns.
|
SqlValueReference[] map(String reference) throws HibernateException
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-2022 Red Hat, Inc. All Rights Reserved.