net.sf.hibern8ide
Class Hibern8IDE

java.lang.Object
  |
  +--net.sf.hibern8ide.Hibern8IDE

public class Hibern8IDE
extends Object

Main class for Hibern8IDE. Either use directly by runing main() or do a Hibern8IDE.startWith(configuration);

Author:
max

Nested Class Summary
 class Hibern8IDE.ExecuteJava
           
 class Hibern8IDE.ExecuteQuery
           
 class Hibern8IDE.RunSchemaExport
           
 
Method Summary
static Map createBounds(int x, int y, Color c)
          Returns an attributeMap for the specified position and color.
protected  void executeQuery(String hql)
           
static void main(String[] args)
           
static void startWith(net.sf.hibernate.cfg.Configuration c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createBounds

public static Map createBounds(int x,
                               int y,
                               Color c)
Returns an attributeMap for the specified position and color.


startWith

public static void startWith(net.sf.hibernate.cfg.Configuration c)
                      throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException

main

public static void main(String[] args)
                 throws net.sf.hibernate.HibernateException,
                        FileNotFoundException,
                        IOException
net.sf.hibernate.HibernateException
FileNotFoundException
IOException

executeQuery

protected void executeQuery(String hql)