public class HibernateQueryFactory extends Object implements JPQLQueryFactory
| Constructor and Description | 
|---|
| HibernateQueryFactory(JPQLTemplates templates,
                     javax.inject.Provider<org.hibernate.Session> session) | 
| HibernateQueryFactory(javax.inject.Provider<org.hibernate.Session> session) | 
| Modifier and Type | Method and Description | 
|---|---|
| HibernateDeleteClause | delete(EntityPath<?> path)Create a new DELETE clause | 
| HibernateQuery | from(EntityPath<?> from)Create a new Query with the given source | 
| HibernateQuery | query()Create a new Query | 
| HibernateSubQuery | subQuery()Create a new Sub query | 
| HibernateUpdateClause | update(EntityPath<?> path)Create a new UPDATE clause | 
public HibernateQueryFactory(javax.inject.Provider<org.hibernate.Session> session)
public HibernateQueryFactory(JPQLTemplates templates, javax.inject.Provider<org.hibernate.Session> session)
public HibernateDeleteClause delete(EntityPath<?> path)
JPQLQueryFactorydelete in interface JPQLQueryFactorypublic HibernateQuery from(EntityPath<?> from)
JPQLQueryFactoryfrom in interface JPQLQueryFactorypublic HibernateUpdateClause update(EntityPath<?> path)
JPQLQueryFactoryupdate in interface JPQLQueryFactorypublic HibernateQuery query()
QueryFactoryquery in interface QueryFactory<JPQLQuery,JPQLSubQuery>public HibernateSubQuery subQuery()
QueryFactorysubQuery in interface QueryFactory<JPQLQuery,JPQLSubQuery>Copyright © 2007–2015 Querydsl. All rights reserved.