Package com.anasoft.os.daofusion.entity

Persistent entity model as a foundation for custom domain models.

See:
          Description

Interface Summary
Persistable<ID extends Serializable> Generic persistent entity contract used by the PersistentEntityDao.
 

Class Summary
ImmutablePersistentEntity Base class for immutable persistent entities which use Long as the primary key column type.
MutablePersistentEntity Base class for mutable persistent entities which use Long as the primary key column type.
PersistentEntity<ID extends Serializable> Base class for persistent entities managed within the JPA persistence context.
PersistentEnumeration Base class for persistent enumerations managed within the JPA / Hibernate persistence context.
 

Package com.anasoft.os.daofusion.entity Description

Persistent entity model as a foundation for custom domain models.



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