|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ColumnMapper
Contract for mapping a (an assumed) property reference to its columns.
Method Summary | |
---|---|
String[] |
map(String reference)
Resolve the property reference to its underlying columns. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |