Uses of Class
pl.kernelpanic.dbmonster.schema.Key

Packages that use Key
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 Key in pl.kernelpanic.dbmonster.generator
 

Methods in pl.kernelpanic.dbmonster.generator that return Key
 Key KeyGenerator.getKey()
          Returns the key
 Key MaxKeyGenerator.getKey()
           
 Key StringKeyGenerator.getKey()
           
 

Methods in pl.kernelpanic.dbmonster.generator with parameters of type Key
 void KeyGenerator.setKey(Key key)
          Sets the key.
 void MaxKeyGenerator.setKey(Key k)
          Sets the key.
 void StringKeyGenerator.setKey(Key k)
          Sets the key.
 

Uses of Key in pl.kernelpanic.dbmonster.schema
 

Methods in pl.kernelpanic.dbmonster.schema that return Key
 Key Table.getKey()
          Returns a key.
 

Methods in pl.kernelpanic.dbmonster.schema with parameters of type Key
static List SchemaUtil.validateKey(Key key)
          Validates key.
static void SchemaUtil.serializeKey(Writer writer, Key key)
          Dumps a key to XML representation.
 void Table.setKey(Key k)
          Sets the key.
 



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