ProgramixGenericLib v5.0.1

Package com.programix.da

Framework for using the "DataAccess Interface Design Pattern".

See:
          Description

Interface Summary
DataAccess Used to implementation the very useful "Data Access Layer" abstraction.
 

Class Summary
DataAccessFactory Used to construct and initialize instances of DataAccess using reflection.
 

Exception Summary
DataAccessException Thrown to indicate a technical problem with the 'Data Access Layer' inner workings.
NotFoundException  
StaleDataException Used with Optimistic Concurrency Control to indicate that there has been an attempt to update a record with a stale version.
 

Package com.programix.da Description

Framework for using the "DataAccess Interface Design Pattern". Start with DataAccess and DataAccessFactory.


ProgramixGenericLib v5.0.1

Copyright © 2001-2009 Programix Incorporated. All rights reserved. ProgramixGenericLib is free and is OSI Certified Open Source Software under the BSD license.