Module storm
Package st.orm.spi

Interface ORMConverter


public interface ORMConverter
Interface for converting ORM parameters to SQL parameters.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Interface for resolving names of record components.
  • Method Summary

    Modifier and Type
    Method
    Description
    fromDatabase(Object[] values)
    Converts the given values to an object that is used in the object model.
    Returns the names of the columns that will be used in the SQL template.
    default int
    Returns the number of parameters in the SQL template.
    Returns the types of the parameters in the SQL template.
    Converts the given record to a list of values that can be used in the SQL template.