Skip navigation links
A C D F G J L O Q S U W 

A

aggregate(QueryAggregation) - Method in class com.holonplatform.datastore.jpa.querydsl.JpaQuery
 

C

clone(EntityManager, JPQLTemplates) - Method in class com.holonplatform.datastore.jpa.querydsl.JpaQuery
clone(EntityManager) - Method in class com.holonplatform.datastore.jpa.querydsl.JpaQuery
com.holonplatform.datastore.jpa.querydsl - package com.holonplatform.datastore.jpa.querydsl
 
count() - Method in class 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.

F

filter(QueryFilter) - Method in class com.holonplatform.datastore.jpa.querydsl.JpaQuery
 
from(EntityPath<?>) - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDsl
Create a new Query with the given source.
from(EntityPath<?>...) - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDsl
Create a new Query with the given sources.

G

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

J

JpaQuery<T> - Class in com.holonplatform.datastore.jpa.querydsl
A QueryDSL (www.querydsl.com) JPQLQuery extension that supports Query clauses and ExpressionResolvers.
JpaQuery(ExpressionResolver.ExpressionResolverSupport, EntityManager) - Constructor for class com.holonplatform.datastore.jpa.querydsl.JpaQuery
Constructor

L

list(Expression<RT>) - Method in class com.holonplatform.datastore.jpa.querydsl.JpaQuery
Convenience method for QueryDSL 3.x backward compatibility: execute query and returns results 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.

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.

S

select(Expression<U>) - Method in class com.holonplatform.datastore.jpa.querydsl.JpaQuery
Change the projection of this query
select(Expression<?>...) - Method in class com.holonplatform.datastore.jpa.querydsl.JpaQuery
Change the projection of this query
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.
singleResult(Expression<RT>) - Method in class com.holonplatform.datastore.jpa.querydsl.JpaQuery
Convenience method for QueryDSL 3.x backward compatibility: return a single result for the given projection or null if no result is found.
sort(QuerySort) - Method in class com.holonplatform.datastore.jpa.querydsl.JpaQuery
 

U

uniqueResult(Expression<RT>) - Method in class com.holonplatform.datastore.jpa.querydsl.JpaQuery
Convenience method for QueryDSL 3.x backward compatibility: return a unique result for the given projection or null if no result is found.
update(EntityPath<?>) - Method in interface com.holonplatform.datastore.jpa.querydsl.QueryDsl
Create a new UPDATE clause.

W

withExpressionResolver(ExpressionResolver<E, R>) - Method in class com.holonplatform.datastore.jpa.querydsl.JpaQuery
 
A C D F G J L O Q S U W 
Skip navigation links

Copyright © 2017 The Holon Platform. All rights reserved.