Class Template.NoOpColumnMapper

    • Constructor Detail

      • NoOpColumnMapper

        public NoOpColumnMapper()
    • Method Detail

      • map

        public SqlValueReference[] map​(String reference)
        Description copied from interface: ColumnMapper
        Resolve the property reference to its underlying columns.
        Specified by:
        map in interface ColumnMapper
        Parameters:
        reference - The property reference name.
        Returns:
        References to the columns/formulas that define the value mapping for the given property, or null if the property reference is unknown.