Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jdbf.engine.keygen

Interface Summary
KeyGenerator KeyGenerator representes the interface for key generator.
KeyGeneratorFactory.KeyGeneratorCreator Interface that creates the KeyGenerator object
 

Class Summary
HighLowKeyGenerator This is not the HighLow approach described by Scott Ambler in Mapping Objects To Relational Databases.
IdentityKeyGenerator The idea for this and the class name are from Oleg Nitz's work for castor.
KeyGeneratorFactory Holds a list of key generators.
KeyGeneratorFactory.KeyGeneratorEntry Single entry of KeyGenerator
KeyKeeper This class provides generated keys.
KeyKeeperFactory Holds a list of key generators.
KeyKeeperFactory.KeyKeeperEntry Single entry of KeyKeeper
MaxKeyGenerator MaxKeyGenerator representes the key generator that creates OID Obtains a key by adding 1 to the highest key in the table.
SequenceKeyGenerator The idea for this, the class name, and much of the code are from Oleg Nitz's work for castor.