接口 ColumnMapper
-
- 所有已知实现类:
Template.NoOpColumnMapper
public interface ColumnMapperContract for mapping a (an assumed) property reference to its columns.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 SqlValueReference[]map(String reference)Resolve the property reference to its underlying columns.
-
-
-
方法详细资料
-
map
SqlValueReference[] map(String reference) throws HibernateException
Resolve the property reference to its underlying columns.- 参数:
reference- The property reference name.- 返回:
- References to the columns/formulas that define the value mapping for the given property, or null if the property reference is unknown.
- 抛出:
HibernateException- Generally indicates that the property reference is unknown; interpretation should be the same as a null return.
-
-