net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects
Class ResultsController

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.viewobjects.ResultsController

public class ResultsController
extends Object


Constructor Summary
ResultsController(JPanel pnlResults, String hqlQuery, ArrayList<MappedClassInfo> allMappedClassInfos, ISession session)
           
 
Method Summary
 void clear()
           
 void typeChanged(Object type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultsController

public ResultsController(JPanel pnlResults,
                         String hqlQuery,
                         ArrayList<MappedClassInfo> allMappedClassInfos,
                         ISession session)
Method Detail

typeChanged

public void typeChanged(Object type)

clear

public void clear()


Copyright © 2001-2012. All Rights Reserved.