uk.co.kimble.cobra
Class DataDictionary

java.lang.Object
  |
  +--uk.co.kimble.cobra.DataDictionary

public final class DataDictionary
extends java.lang.Object


Method Summary
 uk.co.kimble.cobra.ClassDictionary getClassDictionary(java.lang.String FQCN)
          Returns a reference to the class dictionary for the given classname.
static DataDictionary getDataDictionary()
          Return the single instance of the data dictionary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDataDictionary

public static DataDictionary getDataDictionary()
Return the single instance of the data dictionary

getClassDictionary

public uk.co.kimble.cobra.ClassDictionary getClassDictionary(java.lang.String FQCN)
                                                      throws PersistentException
Returns a reference to the class dictionary for the given classname. Class dictionaries are loaded on demand.
Parameters:
FQCN - Fully qualified class name... from class.getName();
Throws:
PersistentException - if a new Class Dictionary can't be created.