com.atlassian.confluence.mail.archive.content.hibernate
Class FindPreviousInSpaceHibernateQueryFactory

java.lang.Object
  extended by com.atlassian.confluence.mail.archive.content.hibernate.FindPreviousInSpaceHibernateQueryFactory
All Implemented Interfaces:
HibernateContentQueryFactory

public class FindPreviousInSpaceHibernateQueryFactory
extends Object
implements HibernateContentQueryFactory


Constructor Summary
FindPreviousInSpaceHibernateQueryFactory()
           
 
Method Summary
 net.sf.hibernate.Query getQuery(net.sf.hibernate.Session session, Object... parameters)
          Get the hibernate implementation of the query this factory wishes to generate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindPreviousInSpaceHibernateQueryFactory

public FindPreviousInSpaceHibernateQueryFactory()
Method Detail

getQuery

public net.sf.hibernate.Query getQuery(net.sf.hibernate.Session session,
                                       Object... parameters)
                                throws net.sf.hibernate.HibernateException
Description copied from interface: HibernateContentQueryFactory
Get the hibernate implementation of the query this factory wishes to generate. Any parameters for the query should be set, as should whether the query is cacheable or not. Limits (offset/max results) will be set by the DAO.

Specified by:
getQuery in interface HibernateContentQueryFactory
Parameters:
session - the hibernate session in which to create the query
parameters - the parameters to be set on the query
Returns:
the hibernate implementation of the query
Throws:
net.sf.hibernate.HibernateException


Copyright © 2003-2012 Atlassian. All Rights Reserved.