Package com.activequant.dao

These classes contain the interfaces for the DAO layer.

See:
          Description

Interface Summary
ICountryDao  
IDaoFactory  
IEntityDao<T extends PersistentEntity>  
IInstrumentDao  
IMarketDataInstrumentDao  
IPortfolioDao  
IPositionDao  
IRegionDao  
ISecurityChainDao  
ITradeableInstrumentDao  
IVenueDao  
 

Exception Summary
DaoException plain dao exception.
 

Package com.activequant.dao Description

These classes contain the interfaces for the DAO layer. The various domain model objects must be accessed and loaded through the DAO layer. Note that the underlying DAO implementation is shielded from the user (and vice versa) and may change without notice. Use the IDaoFactory interface to receive instances of classes that implement for example IMarketDataInstrumentDao, ICountryDao, etc.



Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.