Package org.apache.ignite.table.mapper
package org.apache.ignite.table.mapper
Contains user classes, mapping API classes, and mapper builders.
-
ClassDescriptionMapper<T>Mapper interface defines marshaller methods for mapping class field names to table columns.Mapper builder provides methods for mapping object fields to columns.OneColumnMapper<ObjectT>Maps the entire object of a natively supported type to a single column.PojoMapper<T>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.