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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)