Package net.toften.jlips.persist

This package provides the functionality to persist interfaces in the database.

See:
          Description

Interface Summary
PersistEntity The base interface that all the interfaces specifying the accessor methods should extend This interface provides common methods for all the persist interfaces as well as a number of database related methods.
 

Class Summary
EntityFactory Java Lightweight Interface Persistence System (jlips) Factory.
 

Exception Summary
BadDatabaseFormatException  
BadPrimaryKeyException  
EntityNotFoundException DOCUMENT ME!
 

Package net.toften.jlips.persist Description

This package provides the functionality to persist interfaces in the database. Of how to use jLips please see Geting started