Package org.smartcomps.twister.common.persistence

Class Summary
DBSessionManager Manages transactions and sessions explicitly and makes the persistence accessible from any execution point.
PersistentDataAccess  
XMLDataAccess Utility class containing main methods to create, update, delete or find XML document in Xindice.
XMLSessionManager Please put some JavaDoc here.
 

Exception Summary
CreationException Thrown when an object cannot be created (persisted) for business meaningful reasons (i.e. an equivalent object already exists).
DBSessionException Thrown when an exception occurs when dealing with sessions and transactions.
FinderException Thrown when the result obtained after executing a finder is not consistent with the finder (i.e. a findById that returns no result or a findByName that returns many result when names are supposed to be unique).
XMLSessionException Thrown when a problem occurs with the XML persistent session.
 



Copyright © 2003 SmartComps. All Rights Reserved.