Package org.apache.shale.usecases.model

This package contains interfaces that represent the model data objects required by the Use Cases example application, plus a Data Access Object (DAO) that may be utilized by business logic to manipulate these model data objects.

See:
          Description

Interface Summary
User Model interface representing a user of the Use Cases application system.
UsersDAO Data Access Object (DAO) for accessing model data about registered users and their profile information.
 

Package org.apache.shale.usecases.model Description

This package contains interfaces that represent the model data objects required by the Use Cases example application, plus a Data Access Object (DAO) that may be utilized by business logic to manipulate these model data objects. Subpackages of this package contain implementations for various persistence tier technologies.



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.