Skip navigation links
C D F G H I J L O Q R S U W 

C

com.holonplatform.datastore.jpa.querydsl - package com.holonplatform.datastore.jpa.querydsl
 
count() - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
Shorter for count(*) on selected entity path.

D

delete(EntityPath<?>) - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDsl
Create a new DELETE clause.
distinct() - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery

F

fetchAll() - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
fetchJoin() - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
from(EntityPath<?>...) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
from(CollectionExpression<?, P>, Path<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
from(EntityPath<?>) - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDsl
Create a new JpaQuery with the given source.
from(EntityPath<?>...) - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDsl
Create a new JpaQuery with the given sources.

G

getDataPath() - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDslTarget
 
getEntityPath() - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDslTarget
Get the EntityPath to be used as query target
getPath() - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDslProperty
Get the QueryDSL property path
groupBy(Expression<?>...) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery

H

having(Predicate...) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery

I

innerJoin(EntityPath<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
innerJoin(EntityPath<P>, Path<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
innerJoin(CollectionExpression<?, P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
innerJoin(CollectionExpression<?, P>, Path<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
innerJoin(MapExpression<?, P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
innerJoin(MapExpression<?, P>, Path<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery

J

join(EntityPath<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
join(EntityPath<P>, Path<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
join(CollectionExpression<?, P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
join(CollectionExpression<?, P>, Path<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
join(MapExpression<?, P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
join(MapExpression<?, P>, Path<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
JpaDeleteClause - Interface in com.holonplatform.datastore.jpa.querydsl
QueryDSL JPA DeleteClause extension to be used with the QueryDsl Datastore commodity.
JpaQuery<T> - Interface in com.holonplatform.datastore.jpa.querydsl
QueryDSL JPA query interface.
JpaUpdateClause - Interface in com.holonplatform.datastore.jpa.querydsl
QueryDSL JPA UpdateClause extension to be used with the QueryDsl Datastore commodity.

L

leftJoin(EntityPath<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
leftJoin(EntityPath<P>, Path<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
leftJoin(CollectionExpression<?, P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
leftJoin(CollectionExpression<?, P>, Path<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
leftJoin(MapExpression<?, P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
leftJoin(MapExpression<?, P>, Path<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
limit(long) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
list(Expression<RT>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
Convenience method to execute the query and return results as List.

O

of(Path<T>) - Static method in interface com.holonplatform.datastore.jpa.querydsl.QueryDslProperty
Create a QueryDslProperty using given QueryDSL Path.
of(EntityPath<T>) - Static method in interface com.holonplatform.datastore.jpa.querydsl.QueryDslTarget
Create a QueryDslTarget using given entityPath.
offset(long) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
on(Predicate...) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
orderBy(OrderSpecifier<?>...) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery

Q

query() - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDsl
Create a new query.
QueryDsl - Interface in com.holonplatform.datastore.jpa.querydsl
A DatastoreCommodity for JPA Datastore QueryDSL integration.
QueryDslProperty<T> - Interface in com.holonplatform.datastore.jpa.querydsl
A PathProperty bound to a QueryDSL Path.
QueryDslProperty.QueryDslPropertyBuilder<T> - Interface in com.holonplatform.datastore.jpa.querydsl
QueryDslTarget<T> - Interface in com.holonplatform.datastore.jpa.querydsl
A DataTarget using QueryDSL EntityPath to identify target data structure.

R

restrict(QueryModifiers) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
rightJoin(EntityPath<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
rightJoin(EntityPath<P>, Path<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
rightJoin(CollectionExpression<?, P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
rightJoin(CollectionExpression<?, P>, Path<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
rightJoin(MapExpression<?, P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
rightJoin(MapExpression<?, P>, Path<P>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery

S

select(Expression<U>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
select(Expression<?>...) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
select(Expression<T>) - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDsl
Create a new JpaQuery instance with the given projection.
select(Expression<?>...) - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDsl
Create a new JpaQuery instance with the given projection.
selectDistinct(Expression<T>) - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDsl
Create a new JpaQuery instance with the given distinct projection.
selectDistinct(Expression<?>...) - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDsl
Create a new JpaQuery instance with the given distinct projection.
selectFrom(EntityPath<T>) - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDsl
Create a new JpaQuery instance with the given source and projection.
selectOne() - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDsl
Create a new JpaQuery instance with the projection one.
selectZero() - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDsl
Create a new JpaQuery instance with the projection zero.
set(ParamExpression<P>, P) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
setFlushMode(FlushModeType) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
Set the query FlushModeType.
setHint(String, Object) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
Add a query hint.
setLockMode(LockModeType) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
Set the query LockModeType.
singleResult(Expression<RT>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
Convenience method to execute the query and return a single result.

U

uniqueResult(Expression<RT>) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
Convenience method to execute the query and return the result, which is expected to be unique.
update(EntityPath<?>) - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDsl
Create a new UPDATE clause.

W

where(Predicate...) - Method in interface com.holonplatform.datastore.jpa.querydsl.JpaQuery
C D F G H I J L O Q R S U W 
Skip navigation links

Copyright © 2019 The Holon Platform. All rights reserved.