Package org.apache.ignite.table.mapper


package org.apache.ignite.table.mapper
Contains user classes, mapping API classes, and mapper builders.
See Also:
  • Class
    Description
    Mapper interface defines marshaller methods for mapping class field names to table columns.
    Mapper builder provides methods for mapping object fields to columns.
    Maps the entire object of a natively supported type to a single column.
    Maps fields of objects of type PojoMapper to columns by name.
    TypeConverter<ObjectT,ColumnT>
    Type converter interface provides methods for additional data transformation of the field type to a type compatible with the column type, and vice versa.