org.smartcomps.twister.util.db
Class SchemaCreator

java.lang.Object
  |
  +--org.smartcomps.twister.util.db.SchemaCreator

public class SchemaCreator
extends java.lang.Object

A simple utility that creates the database schema with all tables necessary to Twister.


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

Constructor Detail

SchemaCreator

public SchemaCreator()
Method Detail

createSchema

public static void createSchema()
                         throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException

main

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


Copyright © 2003 SmartComps. All Rights Reserved.