MySQLRetrieveVersionHistory

public class MySQLRetrieveVersionHistory extends MySQLTransaction implements RetrieveVersionHistoryImpl

Transaction to retrieve all versions of an entity.

Creates a mapping ID :: (VersionHistoryItem)

Fields

VERSION_HISTORY_STMT

public static final String VERSION_HISTORY_STMT

Constructors

MySQLRetrieveVersionHistory

public MySQLRetrieveVersionHistory(Access access)

Methods

execute

public HashMap<String, VersionHistoryItem> execute(EntityID entityId)