PIP.IO.CreateJDODatabase
Class PersistEntries

java.lang.Object
  extended by PIP.IO.CreateJDODatabase.PersistEntries

public class PersistEntries
extends java.lang.Object

This class gets out all the relevant information from the MSD which needs to be querried in a fast manner and stores the info in the JDO database.

This class should be called after the data structure in the JDO database has been formed i.e. PIP.IO.CreateJDODatabase.PersistDatabase. This class connects to the MSD database and reads in all of the required information and stores it in the database. The class catches Exceptions where there is an error in a particular MSD Entry and does not include that Entry in the JDO database. There where several Entries which were found to be wrong in the MSD and so do not be concerned if the output of the class reports errors.


Constructor Summary
PersistEntries()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistEntries

public PersistEntries()
Method Detail

main

public static void main(java.lang.String[] args)