Uses of Class
com.activequant.domainmodel.PersistentEntity

Packages that use PersistentEntity
com.activequant.dao These classes contain the interfaces for the DAO layer. 
com.activequant.dao.mybatis   
com.activequant.domainmodel   
com.activequant.tools.streaming   
com.activequant.transport Use an instance of an ITransportFactory to receive publisher and receivers in your application. 
com.activequant.transport.memory   
com.activequant.utils   
 

Uses of PersistentEntity in com.activequant.dao
 

Classes in com.activequant.dao with type parameters of type PersistentEntity
 interface IEntityDao<T extends PersistentEntity>
           
 

Methods in com.activequant.dao that return PersistentEntity
 T[] IEntityDao.loadAll()
           
 

Uses of PersistentEntity in com.activequant.dao.mybatis
 

Classes in com.activequant.dao.mybatis with type parameters of type PersistentEntity
 class EntityDao<T extends PersistentEntity>
           
 class GenericMapperDao<T extends PersistentEntity>
           
 

Methods in com.activequant.dao.mybatis that return PersistentEntity
abstract  T[] EntityDao.loadAll()
           
 T[] GenericMapperDao.loadAll()
          First sentence: Use with care.
 

Constructor parameters in com.activequant.dao.mybatis with type arguments of type PersistentEntity
GenericMapperDao(GenericRowMapper mapper, Class<? extends PersistentEntity> clazz, String table)
           
 

Uses of PersistentEntity in com.activequant.domainmodel
 

Subclasses of PersistentEntity in com.activequant.domainmodel
 class Country
          Just mark all properties as @Property.
 class Derivative
           
 class Exchange
          Holds all parameters for an exchange.
 class Future
           
 class FX
           
 class Instrument
           
 class InstrumentChain
           
 class ListedInstrument
           
 class MarketDataInstrument
          key for this is an aim hedge instrument ID.
 class OTCCounterparty
           
 class Portfolio
           
 class Position
           
 class Region
          Just mark all properties as @Property.
 class SecurityChain
           
 class SecurityChainByDate
           
 class Stock
           
 class TradeableInstrument
           
 class Venue
           
 

Uses of PersistentEntity in com.activequant.tools.streaming
 

Subclasses of PersistentEntity in com.activequant.tools.streaming
 class BBOEvent
           
 class MarketDataEvent
           
 class ReferenceDataEvent
           
 class StreamEvent
           
 class TimeStreamEvent
           
 class TradingDataEvent
           
 

Uses of PersistentEntity in com.activequant.transport
 

Methods in com.activequant.transport that return types with arguments of type PersistentEntity
 IEventSource<PersistentEntity> IReceiver.getMsgRecEvent()
           
 

Methods in com.activequant.transport with parameters of type PersistentEntity
 void IPublisher.send(PersistentEntity entity)
           
 

Uses of PersistentEntity in com.activequant.transport.memory
 

Methods in com.activequant.transport.memory that return types with arguments of type PersistentEntity
 IEventSource<PersistentEntity> InMemoryReceiver.getMsgRecEvent()
           
 

Methods in com.activequant.transport.memory with parameters of type PersistentEntity
 void InMemoryPublisher.send(PersistentEntity entity)
           
 

Uses of PersistentEntity in com.activequant.utils
 

Classes in com.activequant.utils with type parameters of type PersistentEntity
 class InstanceFromMapInstantiator<T extends PersistentEntity>
           
 



Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.