public interface ColumnMapper
Modifier and Type | Method and Description |
---|---|
String[] |
map(String reference)
Resolve the property reference to its underlying columns.
|
String[] map(String reference) throws HibernateException
reference
- The property reference name.HibernateException
- Generally indicates that the property reference is unkown; interpretation is the
same as a null return.Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved