Uses of Class
com.anasoft.os.daofusion.entity.PersistentEntity

Packages that use PersistentEntity
com.anasoft.os.daofusion.bitemporal Bitemporal pattern implementation that integrates with the standard persistent entity model. 
com.anasoft.os.daofusion.entity Persistent entity model as a foundation for custom domain models. 
 

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

Subclasses of PersistentEntity in com.anasoft.os.daofusion.bitemporal
 class BitemporalWrapper<V>
          Decorates a value with bitemporal information, making it possible to bitemporally track the value in a BitemporalTrace.
 

Uses of PersistentEntity in com.anasoft.os.daofusion.entity
 

Subclasses of PersistentEntity in com.anasoft.os.daofusion.entity
 class ImmutablePersistentEntity
          Base class for immutable persistent entities which use Long as the primary key column type.
 class MutablePersistentEntity
          Base class for mutable persistent entities which use Long as the primary key column type.
 class PersistentEnumeration
          Base class for persistent enumerations managed within the JPA / Hibernate persistence context.
 



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