Package net.toften.jlips.persist.db.pk

Interface Summary
PrimaryKeyHandler Interface used for providing handlers for primary keys.
 

Class Summary
IntegerPrimaryKeyHandler This is a primary key handler for a primary key of the type Integer For info about how the key is generated, see IntegerPrimaryKeyHandler.getNextPrimaryKey()
PrimaryKeyHandlerFactory This factory is used to manage the primary keys for the records in the database Each record must have a primary key field.