Interface MultiIndexFieldMapper<T>

All Known Implementing Classes:
CollectionIndexFieldMapper, SingleIndexFieldMapper

public interface MultiIndexFieldMapper<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getSize(T value)
     
    int
    map(PreparedStatement ps, T value, int columnIndex, org.simpleflatmapper.converter.Context context)
     
  • Method Details