public interface

MergeFunction

vars.integration.MergeFunction<T>
Known Indirect Subclasses

Summary

Nested Classes
enum MergeFunction.MergeType  
Public Methods
abstract T apply(MergeFunction.MergeType mergeType)
Combines coallate and update into a single step
abstract T coallate(MergeFunction.MergeType mergeType)
Coallates the data.
abstract void update(T data, MergeFunction.MergeType mergeType)
Commits the merged data to the database based on the mergetype

Public Methods

public abstract T apply (MergeFunction.MergeType mergeType)

Combines coallate and update into a single step

public abstract T coallate (MergeFunction.MergeType mergeType)

Coallates the data. Associating the source data with other info. No values are changed anywhere!

public abstract void update (T data, MergeFunction.MergeType mergeType)

Commits the merged data to the database based on the mergetype