Class ExternalOrderMapStore

java.lang.Object
edu.yu.marketmaker.persistence.ExternalOrderMapStore
All Implemented Interfaces:
com.hazelcast.map.MapLoader<UUID,ExternalOrder>, com.hazelcast.map.MapStore<UUID,ExternalOrder>

public class ExternalOrderMapStore extends Object implements com.hazelcast.map.MapStore<UUID,ExternalOrder>
Hazelcast MapStore implementation for ExternalOrder records. This class bridges the Hazelcast IMap with PostgreSQL persistence by converting between ExternalOrder records and ExternalOrderEntity objects.