Package equip.data.sql

Interface Summary
IDataKeyAllocate interface for generating a new SQL primary key.
IDataKeyMap interface for mapping SQL primary key to GUID.
 

Class Summary
CustomTableDataStore Implementation of IDataStore interface which holds data for one specific (run-time configured) tuple type in a single JDBC table.
DataKeyAllocateMax class for generating a new SQL primary key as MAX in column+1 (assumes int).
DataKeyMapGetUnique class for mapping SQL primary key to new unique GUID.
TestCustomTableDataStore test app for CustomTableDataStore, when configured as per javadocs.