public interface HibernateContentQueryFactory
Modifier and Type | Method and Description |
---|---|
default net.sf.hibernate.Query |
getQuery(net.sf.hibernate.Session session,
Object... parameters)
Deprecated.
since 6.1.0 consider implementing the hibernate 5 overload of getQuery as an alternative
|
default org.hibernate.query.Query |
getQuery(org.hibernate.Session session,
Object... parameters)
Get the hibernate 5 implementation of the query this factory wishes to generate.
|
@Deprecated default 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
default org.hibernate.query.Query getQuery(org.hibernate.Session session, Object... parameters) throws javax.persistence.PersistenceException
session
- the hibernate session in which to create the queryparameters
- the parameters to be set on the queryjavax.persistence.PersistenceException
Copyright © 2003–2017 Atlassian. All rights reserved.