Module storm
Package st.orm.spi

Interface ORMConverter.NameResolver

Enclosing interface:
ORMConverter

public static interface ORMConverter.NameResolver
Interface for resolving names of record components.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the column name of the given record component.
  • Method Details

    • getName

      Name getName(@Nonnull RecordComponent component) throws SqlTemplateException
      Gets the column name of the given record component.
      Parameters:
      component - the record component to resolve.
      Returns:
      the name of the column.
      Throws:
      SqlTemplateException - if an error occurs while resolving the name.