net.sourceforge.squirrel_sql.plugins.hibernate.server
Class HqlQueryResult

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.hibernate.server.HqlQueryResult
All Implemented Interfaces:
Serializable

public class HqlQueryResult
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
HqlQueryResult()
           
 
Method Summary
 Throwable getExceptionOccuredWhenExecutingQuery()
           
 String getMessagePanelInfoText()
           
 List<ObjectSubstituteRoot> getQueryResultList()
           
 HashMap<String,Throwable> getSessionAdminExceptions()
           
 Integer getUpdateCount()
           
 void putSessionAdminException(String msgKey, Throwable t)
           
 void setExceptionOccuredWhenExecutingQuery(Throwable exceptionOccuredWhenExecutingQuery)
           
 void setMessagePanelInfoText(String messagePanelInfoText)
           
 void setQueryResultList(List<ObjectSubstituteRoot> list)
           
 void setUpdateCount(int updateCount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HqlQueryResult

public HqlQueryResult()
Method Detail

putSessionAdminException

public void putSessionAdminException(String msgKey,
                                     Throwable t)

setQueryResultList

public void setQueryResultList(List<ObjectSubstituteRoot> list)

getQueryResultList

public List<ObjectSubstituteRoot> getQueryResultList()

setExceptionOccuredWhenExecutingQuery

public void setExceptionOccuredWhenExecutingQuery(Throwable exceptionOccuredWhenExecutingQuery)

getExceptionOccuredWhenExecutingQuery

public Throwable getExceptionOccuredWhenExecutingQuery()

getSessionAdminExceptions

public HashMap<String,Throwable> getSessionAdminExceptions()

setUpdateCount

public void setUpdateCount(int updateCount)

getUpdateCount

public Integer getUpdateCount()

setMessagePanelInfoText

public void setMessagePanelInfoText(String messagePanelInfoText)

getMessagePanelInfoText

public String getMessagePanelInfoText()


Copyright © 2001-2012. All Rights Reserved.