Package ibspan.tss.dao

Set of Data Access Objects providing nice interface to underlying ontological models, especially in situation when use of Jastor-generated beans cannot support in solving particular problem.

See:
          Description

Class Summary
HistoryDAO Data Access Object providing nice interface to model with history.
ProfileDAO Data Access Object providing nice interface to model with user profiles.
RestaurantDAO Data Access Object providing nice interface to model with restaurants descriptions.
UsersDAO Data Access Object providing nice interface to model with users accounts.
 

Exception Summary
DAOException Returns when there is a problem with intializing or accessing particular Data Access Object.
UserAlreadyKnownException Thrown when trying to create account for the user with existing name or login name.
 

Package ibspan.tss.dao Description

Set of Data Access Objects providing nice interface to underlying ontological models, especially in situation when use of Jastor-generated beans cannot support in solving particular problem.