Class Template.NoOpColumnMapper

  • All Implemented Interfaces:
    ColumnMapper
    Enclosing class:
    Template

    public static class Template.NoOpColumnMapper
    extends java.lang.Object
    implements ColumnMapper
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SqlValueReference[] map​(java.lang.String reference)
      Resolve the property reference to its underlying columns.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NoOpColumnMapper

        public NoOpColumnMapper()
    • Method Detail

      • map

        public SqlValueReference[] map​(java.lang.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.