Uses of Interface
pl.kernelpanic.dbmonster.generator.KeyGenerator

Packages that use KeyGenerator
pl.kernelpanic.dbmonster.generator This package contains all key and data generators interfaces as well as implementation of the some basic generators.  
pl.kernelpanic.dbmonster.schema This package contains all database schema related classes.  
 

Uses of KeyGenerator in pl.kernelpanic.dbmonster.generator
 

Classes in pl.kernelpanic.dbmonster.generator that implement KeyGenerator
 class MaxKeyGenerator
          The max key generator.
 class StringKeyGenerator
          The string key generator uses sort of string magic known from Perl.
 

Uses of KeyGenerator in pl.kernelpanic.dbmonster.schema
 

Methods in pl.kernelpanic.dbmonster.schema that return KeyGenerator
 KeyGenerator Key.getGenerator()
          Returns a generator.
 

Methods in pl.kernelpanic.dbmonster.schema with parameters of type KeyGenerator
 void Key.setGenerator(KeyGenerator gen)
          Sets the generator.
 



Copyright © 2003-2005 .:. kernelpanic.pl .:.. All Rights Reserved.