public interface HibernateContentQueryFactory
Modifier and Type | Method and Description |
---|---|
net.sf.hibernate.Query |
getQuery(net.sf.hibernate.Session session,
Object... parameters)
Get the hibernate implementation of the query this factory wishes to generate.
|
net.sf.hibernate.Query getQuery(net.sf.hibernate.Session session, Object... parameters) throws net.sf.hibernate.HibernateException
session
- the hibernate session in which to create the queryparameters
- the parameters to be set on the querynet.sf.hibernate.HibernateException
Copyright © 2003–2016 Atlassian. All rights reserved.