接口 ColumnMapper

  • 所有已知实现类:
    Template.NoOpColumnMapper

    public interface ColumnMapper
    Contract for mapping a (an assumed) property reference to its columns.
    作者:
    Steve Ebersole
    • 方法详细资料

      • 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.