public class HibernateQueryFactory extends Object implements QueryFactory<HibernateQuery,HibernateSubQuery>
| 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) |
HibernateQuery |
from(EntityPath<?> from) |
HibernateQuery |
query()
Create a new Query
|
HibernateSubQuery |
subQuery()
Create a new Sub query
|
HibernateUpdateClause |
update(EntityPath<?> path) |
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)
public HibernateQuery from(EntityPath<?> from)
public HibernateUpdateClause update(EntityPath<?> path)
public HibernateQuery query()
QueryFactoryquery in interface QueryFactory<HibernateQuery,HibernateSubQuery>public HibernateSubQuery subQuery()
QueryFactorysubQuery in interface QueryFactory<HibernateQuery,HibernateSubQuery>Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.