Interface Mapper<T>

Type Parameters:
T - object type
All Known Implementing Classes:
AbstractMapper, AnnotationMapper, BeanMapper, DefaultMapper

public interface Mapper<T>
Create a Map of updates for a given domain object
Author:
tiwe
  • Method Summary

    Modifier and Type
    Method
    Description
    createMap(RelationalPath<?> path, T object)
    Create a map of updates for the given path and instance
  • Method Details

    • createMap

      Map<Path<?>,Object> createMap(RelationalPath<?> path, T object)
      Create a map of updates for the given path and instance
      Parameters:
      path - path
      object - instance
      Returns:
      bindings