Uses of Interface
com.anasoft.os.daofusion.bitemporal.ValueAccessor

Packages that use ValueAccessor
com.anasoft.os.daofusion.bitemporal Bitemporal pattern implementation that integrates with the standard persistent entity model. 
 

Uses of ValueAccessor in com.anasoft.os.daofusion.bitemporal
 

Classes in com.anasoft.os.daofusion.bitemporal that implement ValueAccessor
 class WrappedValueAccessor<V,T extends BitemporalWrapper<V>>
          ValueAccessor adapter for use with BitemporalWrapper.
 

Constructors in com.anasoft.os.daofusion.bitemporal with parameters of type ValueAccessor
BitemporalProperty(BitemporalTrace trace, ValueAccessor<V,T> accessor)
          Create a new bitemporal property wrapping the given trace and using the given value accessor.
BitemporalProperty(java.util.Collection<? extends Bitemporal> data, ValueAccessor<V,T> accessor)
          Create a new bitemporal property on top of given data collection and using the given value accessor.
WrappedBitemporalProperty(java.util.Collection<? extends Bitemporal> data, ValueAccessor<V,T> valueAccessor)
          Create a new bitemporal property on top of given data collection and using the given value accessor.
 



Copyright © 2008-2009 ANASOFT and contributors. All Rights Reserved.