Uses of Class
com.anasoft.os.daofusion.bitemporal.BitemporalWrapper

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

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

Classes in com.anasoft.os.daofusion.bitemporal with type parameters of type BitemporalWrapper
 class WrappedBitemporalProperty<V,T extends BitemporalWrapper<V>>
          BitemporalProperty implementation that uses BitemporalWrapper as the Bitemporal object type.
 class WrappedValueAccessor<V,T extends BitemporalWrapper<V>>
          ValueAccessor adapter for use with BitemporalWrapper.
 

Methods in com.anasoft.os.daofusion.bitemporal with type parameters of type BitemporalWrapper
static
<V,T extends BitemporalWrapper<V>>
WrappedValueAccessor<V,T>
WrappedValueAccessor.create(java.lang.Class<T> clazz)
          Creates an instance of WrappedValueAccessor for the given BitemporalWrapper type.
 



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