A B C D E F G H I J L M N O P Q R S T U V W 

A

AbstractHibernateQuery<Q extends AbstractHibernateQuery<Q>> - Class in com.mysema.query.jpa.hibernate
Abstract base class for Hibernate API based implementations of the JPQL interface
AbstractHibernateQuery(Session) - Constructor for class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
AbstractHibernateQuery(SessionHolder, JPQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
AbstractHibernateSQLQuery<Q extends AbstractHibernateSQLQuery<Q> & Query> - Class in com.mysema.query.jpa.hibernate.sql
AbstractHibernateSQLQuery is the base class for Hibernate Native SQL queries
AbstractHibernateSQLQuery(Session, Configuration) - Constructor for class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
AbstractHibernateSQLQuery(StatelessSession, Configuration) - Constructor for class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
AbstractHibernateSQLQuery(SessionHolder, Configuration, QueryMetadata) - Constructor for class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
AbstractJPAQuery<Q extends AbstractJPAQuery<Q>> - Class in com.mysema.query.jpa.impl
Abstract base class for JPA API based implementations of the JPQLQuery interface
AbstractJPAQuery(EntityManager) - Constructor for class com.mysema.query.jpa.impl.AbstractJPAQuery
 
AbstractJPAQuery(EntityManager, JPQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.jpa.impl.AbstractJPAQuery
 
AbstractJPASQLQuery<Q extends AbstractJPASQLQuery<Q> & Query> - Class in com.mysema.query.jpa.sql
AbstractJPASQLQuery is the base class for JPA Native SQL queries
AbstractJPASQLQuery(EntityManager, Configuration) - Constructor for class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
AbstractJPASQLQuery(EntityManager, Configuration, QueryMetadata) - Constructor for class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
AbstractJPASubQuery<Q extends AbstractJPASubQuery<Q>> - Class in com.mysema.query.jpa
Abstract superclass for SubQuery implementations
AbstractJPASubQuery() - Constructor for class com.mysema.query.jpa.AbstractJPASubQuery
 
AbstractJPASubQuery(QueryMetadata) - Constructor for class com.mysema.query.jpa.AbstractJPASubQuery
 
AbstractSQLQuery<T extends AbstractSQLQuery<T> & Query> - Class in com.mysema.query.jpa
Abstract super class for SQLQuery implementation for JPA and Hibernate
AbstractSQLQuery(QueryMetadata) - Constructor for class com.mysema.query.jpa.AbstractSQLQuery
 
addFlag(QueryFlag.Position, String, Expression<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
addJoinFlag(String) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
addJoinFlag(String, JoinFlag.Position) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
avg(CollectionExpression<?, A>) - Static method in class com.mysema.query.jpa.JPAExpressions
Get the avg(col) expression

B

BatooTemplates - Class in com.mysema.query.jpa
 
BatooTemplates() - Constructor for class com.mysema.query.jpa.BatooTemplates
 
BatooTemplates(char) - Constructor for class com.mysema.query.jpa.BatooTemplates
 
buildQueryString(boolean) - Method in class com.mysema.query.jpa.JPAQueryBase
 

C

cacheable - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
cacheable - Variable in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
cacheRegion - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
cacheRegion - Variable in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
CAST - Static variable in class com.mysema.query.jpa.JPQLTemplates
 
clone(Session) - Method in class com.mysema.query.jpa.hibernate.HibernateQuery
Clone the state of this query to a new HibernateQuery instance with the given Session
clone(Session) - Method in class com.mysema.query.jpa.hibernate.sql.HibernateSQLQuery
 
clone(EntityManager) - Method in class com.mysema.query.jpa.impl.JPAQuery
Clone the state of this query to a new JPAQuery instance with the given EntityManager
clone(EntityManager) - Method in class com.mysema.query.jpa.sql.JPASQLQuery
 
close() - Method in class com.mysema.query.jpa.ScrollableResultsIterator
 
close() - Method in class com.mysema.query.jpa.TransformingIterator
 
com.mysema.query.jpa - package com.mysema.query.jpa
Query implementations for HQL and JPAQL
com.mysema.query.jpa.hibernate - package com.mysema.query.jpa.hibernate
JPQL for Hibernate
com.mysema.query.jpa.hibernate.sql - package com.mysema.query.jpa.hibernate.sql
 
com.mysema.query.jpa.impl - package com.mysema.query.jpa.impl
JPQL for JPA
com.mysema.query.jpa.sql - package com.mysema.query.jpa.sql
 
comment - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
configuration - Variable in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
configuration - Variable in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
Conversions - Class in com.mysema.query.jpa
Conversions provides module specific projection conversion functionality
convert(Expression<RT>) - Static method in class com.mysema.query.jpa.Conversions
 
convert(Expression<RT>) - Method in class com.mysema.query.jpa.JPAQueryMixin
 
convertForNativeQuery(Expression<RT>) - Static method in class com.mysema.query.jpa.Conversions
 
count() - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
count() - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
count() - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
count() - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
createQuery(Expression<?>) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Expose the original Hibernate query for the given projection
createQuery(Expression<?>, Expression<?>, Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Expose the original Hibernate query for the given projection
createQuery(Expression<?>[]) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Expose the original Hibernate query for the given projection
createQuery(String) - Method in class com.mysema.query.jpa.hibernate.DefaultSessionHolder
 
createQuery(String) - Method in class com.mysema.query.jpa.hibernate.NoSessionHolder
 
createQuery(String) - Method in interface com.mysema.query.jpa.hibernate.SessionHolder
Create a JPQL query for the given query string
createQuery(Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
createQuery(String) - Method in class com.mysema.query.jpa.hibernate.StatelessSessionHolder
 
createQuery(Expression<?>) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
Expose the original JPA query for the given projection
createQuery(Expression<?>, Expression<?>, Expression<?>...) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
Expose the original JPA query for the given projection
createQuery(Expression<?>[]) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
Expose the original JPA query for the given projection
createQuery(Expression<?>...) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
createSQLQuery(String) - Method in class com.mysema.query.jpa.hibernate.DefaultSessionHolder
 
createSQLQuery(String) - Method in class com.mysema.query.jpa.hibernate.NoSessionHolder
 
createSQLQuery(String) - Method in interface com.mysema.query.jpa.hibernate.SessionHolder
Create an SQL query for the given query string
createSQLQuery(String) - Method in class com.mysema.query.jpa.hibernate.StatelessSessionHolder
 

D

DataNucleusTemplates - Class in com.mysema.query.jpa
 
DataNucleusTemplates() - Constructor for class com.mysema.query.jpa.DataNucleusTemplates
 
DataNucleusTemplates(char) - Constructor for class com.mysema.query.jpa.DataNucleusTemplates
 
DEFAULT - Static variable in class com.mysema.query.jpa.BatooTemplates
 
DEFAULT - Static variable in class com.mysema.query.jpa.DataNucleusTemplates
 
DEFAULT - Static variable in class com.mysema.query.jpa.DefaultQueryHandler
 
DEFAULT - Static variable in class com.mysema.query.jpa.EclipseLinkTemplates
 
DEFAULT - Static variable in class com.mysema.query.jpa.hibernate.NoSessionHolder
 
DEFAULT - Static variable in class com.mysema.query.jpa.HQLTemplates
 
DEFAULT - Static variable in class com.mysema.query.jpa.JPACollectionAnyVisitor
 
DEFAULT - Static variable in class com.mysema.query.jpa.JPQLTemplates
 
DEFAULT - Static variable in class com.mysema.query.jpa.OpenJPATemplates
 
DEFAULT_ESCAPE - Static variable in class com.mysema.query.jpa.JPQLTemplates
 
DefaultQueryHandler - Class in com.mysema.query.jpa
 
DefaultSessionHolder - Class in com.mysema.query.jpa.hibernate
DefaultSessionHolder is the default implementation of the SessionHolder interface
DefaultSessionHolder(Session) - Constructor for class com.mysema.query.jpa.hibernate.DefaultSessionHolder
 
delete(EntityPath<?>) - Method in class com.mysema.query.jpa.hibernate.HibernateQueryFactory
 
delete(EntityPath<?>) - Method in class com.mysema.query.jpa.impl.JPAQueryFactory
 
delete(EntityPath<?>) - Method in interface com.mysema.query.jpa.JPQLQueryFactory
Create a new DELETE clause

E

EclipseLinkHandler - Class in com.mysema.query.jpa
 
EclipseLinkHandler() - Constructor for class com.mysema.query.jpa.EclipseLinkHandler
 
EclipseLinkTemplates - Class in com.mysema.query.jpa
EclipseLinkTemplates extends JPQLTemplates with EclipseLink specific extensions
EclipseLinkTemplates() - Constructor for class com.mysema.query.jpa.EclipseLinkTemplates
 
EclipseLinkTemplates(char) - Constructor for class com.mysema.query.jpa.EclipseLinkTemplates
 
entityManager - Variable in class com.mysema.query.jpa.JPAQueryBase
 
execute() - Method in class com.mysema.query.jpa.hibernate.HibernateDeleteClause
 
execute() - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
 
execute() - Method in class com.mysema.query.jpa.impl.JPADeleteClause
 
execute() - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
 
exists() - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
exists(Context, Predicate) - Method in class com.mysema.query.jpa.JPACollectionAnyVisitor
 
exists() - Method in class com.mysema.query.jpa.JPAQueryBase
 

F

FactoryExpressionTransformer - Class in com.mysema.query.jpa
FactoryExpressionTransformer is a ResultTransformer implementation using FactoryExpression for transformation
FactoryExpressionTransformer(FactoryExpression<?>) - Constructor for class com.mysema.query.jpa.FactoryExpressionTransformer
 
fetch() - Method in class com.mysema.query.jpa.JPAQueryBase
 
FETCH - Static variable in class com.mysema.query.jpa.JPAQueryMixin
 
fetch() - Method in class com.mysema.query.jpa.JPAQueryMixin
 
fetch() - Method in interface com.mysema.query.jpa.JPQLQuery
Add the "fetch" flag to the last defined join
FETCH_ALL_PROPERTIES - Static variable in class com.mysema.query.jpa.JPAQueryMixin
 
fetchAll() - Method in class com.mysema.query.jpa.JPAQueryBase
 
fetchAll() - Method in class com.mysema.query.jpa.JPAQueryMixin
 
fetchAll() - Method in interface com.mysema.query.jpa.JPQLQuery
Add the "fetch all properties" flag to the last defined join.
fetchSize - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
fetchSize - Variable in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
flushMode - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
flushMode - Variable in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
flushMode - Variable in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
from(EntityPath<?>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
from(EntityPath<?>...) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
from(Expression<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
from(Expression<?>...) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
from(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
from(EntityPath<?>) - Method in class com.mysema.query.jpa.hibernate.HibernateQueryFactory
 
from(EntityPath<?>) - Method in class com.mysema.query.jpa.impl.JPAQueryFactory
 
from(EntityPath<?>...) - Method in interface com.mysema.query.jpa.JPACommonQuery
Set the sources of this query
from(EntityPath<?>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
from(EntityPath<?>...) - Method in class com.mysema.query.jpa.JPAQueryBase
 
from(EntityPath<?>) - Method in interface com.mysema.query.jpa.JPQLQueryFactory
Create a new Query with the given source
fullJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
fullJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
fullJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
fullJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
fullJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
fullJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
fullJoin(RelationalPath<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
fullJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
fullJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
fullJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
fullJoin(EntityPath<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a full join with the given target.
fullJoin(EntityPath<P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a full join with the given target and alias.
fullJoin(CollectionExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a full join with the given target.
fullJoin(CollectionExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a full join with the given target and alias.
fullJoin(MapExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a full join with the given target.
fullJoin(MapExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a full join with the given target and alias.
fullJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
fullJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
fullJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
fullJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
fullJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
fullJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 

G

getConstants() - Method in class com.mysema.query.jpa.JPAQueryBase
 
getExistsProjection() - Method in class com.mysema.query.jpa.HQLTemplates
 
getExistsProjection() - Method in class com.mysema.query.jpa.JPQLTemplates
 
getMetadata() - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
getMetadata() - Method in class com.mysema.query.jpa.JPAQueryBase
 
getQueryHandler() - Method in class com.mysema.query.jpa.JPQLTemplates
 
getTemplates(EntityManager) - Static method in class com.mysema.query.jpa.impl.JPAProvider
 
getTemplates() - Method in class com.mysema.query.jpa.JPAQueryBase
 

H

hasNext() - Method in class com.mysema.query.jpa.ScrollableResultsIterator
 
hasNext() - Method in class com.mysema.query.jpa.TransformingIterator
 
HibernateDeleteClause - Class in com.mysema.query.jpa.hibernate
DeleteClause implementation for Hibernate
HibernateDeleteClause(Session, EntityPath<?>) - Constructor for class com.mysema.query.jpa.hibernate.HibernateDeleteClause
 
HibernateDeleteClause(StatelessSession, EntityPath<?>) - Constructor for class com.mysema.query.jpa.hibernate.HibernateDeleteClause
 
HibernateDeleteClause(Session, EntityPath<?>, JPQLTemplates) - Constructor for class com.mysema.query.jpa.hibernate.HibernateDeleteClause
 
HibernateDeleteClause(SessionHolder, EntityPath<?>, JPQLTemplates) - Constructor for class com.mysema.query.jpa.hibernate.HibernateDeleteClause
 
HibernateHandler - Class in com.mysema.query.jpa
 
HibernateHandler() - Constructor for class com.mysema.query.jpa.HibernateHandler
 
HibernateQuery - Class in com.mysema.query.jpa.hibernate
HibernateQuery is the default implementation of the JPQLQuery interface for Hibernate
HibernateQuery() - Constructor for class com.mysema.query.jpa.hibernate.HibernateQuery
Creates a detached query The query can be attached via the clone method
HibernateQuery(Session) - Constructor for class com.mysema.query.jpa.hibernate.HibernateQuery
Creates a new Session bound query
HibernateQuery(Session, QueryMetadata) - Constructor for class com.mysema.query.jpa.hibernate.HibernateQuery
Creates a new Session bound query
HibernateQuery(Session, JPQLTemplates) - Constructor for class com.mysema.query.jpa.hibernate.HibernateQuery
Creates a new Session bound query
HibernateQuery(StatelessSession) - Constructor for class com.mysema.query.jpa.hibernate.HibernateQuery
Creates a new Stateless session bound query
HibernateQuery(SessionHolder, JPQLTemplates) - Constructor for class com.mysema.query.jpa.hibernate.HibernateQuery
Creates a new Session bound query
HibernateQuery(SessionHolder, JPQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.jpa.hibernate.HibernateQuery
Creates a new Session bound query
HibernateQueryFactory - Class in com.mysema.query.jpa.hibernate
Factory class for query and DML clause creation
HibernateQueryFactory(Provider<Session>) - Constructor for class com.mysema.query.jpa.hibernate.HibernateQueryFactory
 
HibernateQueryFactory(JPQLTemplates, Provider<Session>) - Constructor for class com.mysema.query.jpa.hibernate.HibernateQueryFactory
 
HibernateSQLQuery - Class in com.mysema.query.jpa.hibernate.sql
HibernateSQLQuery is an SQLQuery implementation that uses Hibernate's Native SQL functionality to execute queries
HibernateSQLQuery(Session, SQLTemplates) - Constructor for class com.mysema.query.jpa.hibernate.sql.HibernateSQLQuery
 
HibernateSQLQuery(Session, Configuration) - Constructor for class com.mysema.query.jpa.hibernate.sql.HibernateSQLQuery
 
HibernateSQLQuery(StatelessSession, SQLTemplates) - Constructor for class com.mysema.query.jpa.hibernate.sql.HibernateSQLQuery
 
HibernateSQLQuery(StatelessSession, Configuration) - Constructor for class com.mysema.query.jpa.hibernate.sql.HibernateSQLQuery
 
HibernateSQLQuery(SessionHolder, SQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.jpa.hibernate.sql.HibernateSQLQuery
 
HibernateSQLQuery(SessionHolder, Configuration, QueryMetadata) - Constructor for class com.mysema.query.jpa.hibernate.sql.HibernateSQLQuery
 
HibernateSubQuery - Class in com.mysema.query.jpa.hibernate
HibernateSubQuery is a subquery class for Hibernate
HibernateSubQuery() - Constructor for class com.mysema.query.jpa.hibernate.HibernateSubQuery
 
HibernateSubQuery(QueryMetadata) - Constructor for class com.mysema.query.jpa.hibernate.HibernateSubQuery
 
HibernateUpdateClause - Class in com.mysema.query.jpa.hibernate
UpdateClause implementation for Hibernate
HibernateUpdateClause(Session, EntityPath<?>) - Constructor for class com.mysema.query.jpa.hibernate.HibernateUpdateClause
 
HibernateUpdateClause(StatelessSession, EntityPath<?>) - Constructor for class com.mysema.query.jpa.hibernate.HibernateUpdateClause
 
HibernateUpdateClause(Session, EntityPath<?>, JPQLTemplates) - Constructor for class com.mysema.query.jpa.hibernate.HibernateUpdateClause
 
HibernateUpdateClause(SessionHolder, EntityPath<?>, JPQLTemplates) - Constructor for class com.mysema.query.jpa.hibernate.HibernateUpdateClause
 
HibernateUtil - Class in com.mysema.query.jpa.hibernate
HibernateUtil provides static utility methods for Hibernate
hints - Variable in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
hints - Variable in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
HQLTemplates - Class in com.mysema.query.jpa
HQLTemplates extends JPQLTemplates with Hibernate specific extensions
HQLTemplates() - Constructor for class com.mysema.query.jpa.HQLTemplates
 
HQLTemplates(char) - Constructor for class com.mysema.query.jpa.HQLTemplates
 

I

INDEX - Static variable in class com.mysema.query.jpa.JPQLTemplates
 
innerJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
innerJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
innerJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
innerJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
innerJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
innerJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
innerJoin(RelationalPath<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
innerJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
innerJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
innerJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
innerJoin(EntityPath<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a inner join with the given target.
innerJoin(EntityPath<P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a inner join with the given target and alias.
innerJoin(CollectionExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a inner join with the given target.
innerJoin(CollectionExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a inner join with the given target and alias.
innerJoin(MapExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a inner join with the given target.
innerJoin(MapExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a inner join with the given target and alias.
innerJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
innerJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
innerJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
innerJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
innerJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
innerJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
innerUnion(SubQueryExpression<?>...) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
isEmpty() - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
 
isEmpty() - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
 
isEnumInPathSupported() - Method in class com.mysema.query.jpa.HQLTemplates
 
isEnumInPathSupported() - Method in class com.mysema.query.jpa.JPQLTemplates
 
isPathInEntitiesSupported() - Method in class com.mysema.query.jpa.EclipseLinkTemplates
 
isPathInEntitiesSupported() - Method in class com.mysema.query.jpa.JPQLTemplates
 
isSelect1Supported() - Method in class com.mysema.query.jpa.EclipseLinkTemplates
 
isSelect1Supported() - Method in class com.mysema.query.jpa.HQLTemplates
 
isSelect1Supported() - Method in class com.mysema.query.jpa.JPQLTemplates
 
isTypeAsString() - Method in class com.mysema.query.jpa.HQLTemplates
 
isTypeAsString() - Method in class com.mysema.query.jpa.JPQLTemplates
 
isWithForOn() - Method in class com.mysema.query.jpa.HQLTemplates
 
isWithForOn() - Method in class com.mysema.query.jpa.JPQLTemplates
 
iterate(Query, FactoryExpression<?>) - Method in class com.mysema.query.jpa.DefaultQueryHandler
 
iterate(Query, FactoryExpression<?>) - Method in class com.mysema.query.jpa.EclipseLinkHandler
 
iterate(Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Return the query results as an Iterator.

Entities returned as results are initialized on demand.
iterate(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Return the query results as an Iterator.
iterate(Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
iterate(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
iterate(Query, FactoryExpression<?>) - Method in class com.mysema.query.jpa.HibernateHandler
 
iterate(Expression<?>...) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
iterate(Expression<RT>) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
iterate(Query, FactoryExpression<?>) - Method in interface com.mysema.query.jpa.QueryHandler
 
iterate(Expression<?>...) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
iterate(Expression<RT>) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 

J

join(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
join(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
join(EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
join(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
join(MapExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
join(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
join(RelationalPath<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
join(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
join(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
join(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
join(EntityPath<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a join with the given target.
join(EntityPath<P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a join with the given target and alias.
join(CollectionExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a join with the given target.
join(CollectionExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
 
join(MapExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a join with the given target.
join(MapExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a join with the given target and alias.
join(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
join(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
join(EntityPath<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
join(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
join(MapExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
join(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
JPACollectionAnyVisitor - Class in com.mysema.query.jpa
JPACollectionAnyVisitor extends the CollectionAnyVisitor class with module specific extensions
JPACommonQuery<Q extends JPACommonQuery<Q>> - Interface in com.mysema.query.jpa
JPACommonQuery is a common interface for queries and subqueries of this module
JPADeleteClause - Class in com.mysema.query.jpa.impl
DeleteClause implementation for JPA
JPADeleteClause(EntityManager, EntityPath<?>) - Constructor for class com.mysema.query.jpa.impl.JPADeleteClause
 
JPADeleteClause(EntityManager, EntityPath<?>, JPQLTemplates) - Constructor for class com.mysema.query.jpa.impl.JPADeleteClause
 
JPAExpressions - Class in com.mysema.query.jpa
JPAExpressions provides factory methods for JPQL specific operations elements.
JPAProvider - Class in com.mysema.query.jpa.impl
JPAProvider provides detection of the JPA provider based on the EntityManager instance
JPAQuery - Class in com.mysema.query.jpa.impl
JPAQuery is the default implementation of the JPQLQuery interface for JPA
JPAQuery() - Constructor for class com.mysema.query.jpa.impl.JPAQuery
Creates a new detached query The query can be attached via the clone method
JPAQuery(EntityManager) - Constructor for class com.mysema.query.jpa.impl.JPAQuery
Creates a new EntityManager bound query
JPAQuery(EntityManager, QueryMetadata) - Constructor for class com.mysema.query.jpa.impl.JPAQuery
Creates a new EntityManager bound query
JPAQuery(EntityManager, JPQLTemplates) - Constructor for class com.mysema.query.jpa.impl.JPAQuery
Creates a new query
JPAQuery(EntityManager, JPQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.jpa.impl.JPAQuery
Creates a new query
JPAQueryBase<Q extends JPAQueryBase<Q>> - Class in com.mysema.query.jpa
JPAQueryBase is a base Query class for JPA queries
JPAQueryBase(QueryMetadata, JPQLTemplates, EntityManager) - Constructor for class com.mysema.query.jpa.JPAQueryBase
 
JPAQueryFactory - Class in com.mysema.query.jpa.impl
Factory class for query and DML clause creation
JPAQueryFactory(Provider<EntityManager>) - Constructor for class com.mysema.query.jpa.impl.JPAQueryFactory
 
JPAQueryFactory(JPQLTemplates, Provider<EntityManager>) - Constructor for class com.mysema.query.jpa.impl.JPAQueryFactory
 
JPAQueryMixin<T> - Class in com.mysema.query.jpa
JPAQueryMixin extends QueryMixin to support JPQL join construction
JPAQueryMixin() - Constructor for class com.mysema.query.jpa.JPAQueryMixin
 
JPAQueryMixin(QueryMetadata) - Constructor for class com.mysema.query.jpa.JPAQueryMixin
 
JPAQueryMixin(T, QueryMetadata) - Constructor for class com.mysema.query.jpa.JPAQueryMixin
 
JPASQLQuery - Class in com.mysema.query.jpa.sql
JPASQLQuery is an SQLQuery implementation that uses JPA Native SQL functionality to execute queries
JPASQLQuery(EntityManager, SQLTemplates) - Constructor for class com.mysema.query.jpa.sql.JPASQLQuery
 
JPASQLQuery(EntityManager, Configuration) - Constructor for class com.mysema.query.jpa.sql.JPASQLQuery
 
JPASQLQuery(EntityManager, SQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.jpa.sql.JPASQLQuery
 
JPASQLQuery(EntityManager, Configuration, QueryMetadata) - Constructor for class com.mysema.query.jpa.sql.JPASQLQuery
 
JPASubQuery - Class in com.mysema.query.jpa
JPASubQuery is a subquery class for JPA
JPASubQuery() - Constructor for class com.mysema.query.jpa.JPASubQuery
 
JPASubQuery(QueryMetadata) - Constructor for class com.mysema.query.jpa.JPASubQuery
 
JPAUpdateClause - Class in com.mysema.query.jpa.impl
UpdateClause implementation for JPA
JPAUpdateClause(EntityManager, EntityPath<?>) - Constructor for class com.mysema.query.jpa.impl.JPAUpdateClause
 
JPAUpdateClause(EntityManager, EntityPath<?>, JPQLTemplates) - Constructor for class com.mysema.query.jpa.impl.JPAUpdateClause
 
JPAUtil - Class in com.mysema.query.jpa.impl
JPAUtil provides static utility methods for JPA
JPQLQuery - Interface in com.mysema.query.jpa
Query interface for JPQL queries
JPQLQueryFactory - Interface in com.mysema.query.jpa
Common interface for JPA related QueryFactory implementations
JPQLSerializer - Class in com.mysema.query.jpa
JPQLSerializer serializes Querydsl expressions into JPQL syntax.
JPQLSerializer(JPQLTemplates) - Constructor for class com.mysema.query.jpa.JPQLSerializer
 
JPQLSerializer(JPQLTemplates, EntityManager) - Constructor for class com.mysema.query.jpa.JPQLSerializer
 
JPQLSubQuery - Interface in com.mysema.query.jpa
 
JPQLTemplates - Class in com.mysema.query.jpa
JPQLTemplates extends Templates to provide operator patterns for JPQL serialization
JPQLTemplates() - Constructor for class com.mysema.query.jpa.JPQLTemplates
 
JPQLTemplates(char) - Constructor for class com.mysema.query.jpa.JPQLTemplates
 
JPQLTemplates(char, QueryHandler) - Constructor for class com.mysema.query.jpa.JPQLTemplates
 

L

leftJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
leftJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
leftJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
leftJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
leftJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
leftJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
leftJoin(RelationalPath<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
leftJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
leftJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
leftJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
leftJoin(EntityPath<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a left join with the given target.
leftJoin(EntityPath<P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a left join with the given target and alias.
leftJoin(CollectionExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a left join with the given target.
leftJoin(CollectionExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a left join with the given target and alias.
leftJoin(MapExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a left join with the given target.
leftJoin(MapExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a left join with the given target and alias.
leftJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
leftJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
leftJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
leftJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
leftJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
leftJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
limit(long) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
list(Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
list(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
list(Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
list(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
list(Expression<?>...) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
list(Expression<RT>) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
list(Expression<?>...) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
list(Expression<RT>) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
listResults(Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
listResults(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
listResults(Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
listResults(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
listResults(Expression<?>...) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
listResults(Expression<RT>) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
listResults(Expression<?>...) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
listResults(Expression<RT>) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
lockMode - Variable in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
lockMode - Variable in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
lockModes - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
logQuery(String) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
logQuery(String) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
logQuery(String) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
logQuery(String) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 

M

max(CollectionExpression<?, A>) - Static method in class com.mysema.query.jpa.JPAExpressions
Get the max(col) expression
MEMBER_OF - Static variable in class com.mysema.query.jpa.JPQLTemplates
 
min(CollectionExpression<?, A>) - Static method in class com.mysema.query.jpa.JPAExpressions
Get the min(col) expression

N

NativeSQLSerializer - Class in com.mysema.query.jpa
NativeSQLSerializer extends the SQLSerializer class to extract referenced entity paths and change some serialization formats
NativeSQLSerializer(Configuration) - Constructor for class com.mysema.query.jpa.NativeSQLSerializer
 
next() - Method in class com.mysema.query.jpa.ScrollableResultsIterator
 
next() - Method in class com.mysema.query.jpa.TransformingIterator
 
normalize(Predicate, boolean) - Method in class com.mysema.query.jpa.JPAQueryMixin
 
NoSessionHolder - Class in com.mysema.query.jpa.hibernate
NoSessionHolder is a session holder for detached HibernateQuery usage

O

offset(long) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
on(Predicate) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
on(Predicate...) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
on(Predicate) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
on(Predicate...) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
on(Predicate...) - Method in interface com.mysema.query.jpa.JPACommonQuery
Add join conditions to the last added join
on(Predicate) - Method in class com.mysema.query.jpa.JPAQueryBase
 
on(Predicate...) - Method in class com.mysema.query.jpa.JPAQueryBase
 
OpenJPATemplates - Class in com.mysema.query.jpa
OpenJPATemplates extends JPQLTemplates with OpenJPA specific extensions
OpenJPATemplates() - Constructor for class com.mysema.query.jpa.OpenJPATemplates
 
OpenJPATemplates(char) - Constructor for class com.mysema.query.jpa.OpenJPATemplates
 

P

projection - Variable in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
projection - Variable in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 

Q

query() - Method in class com.mysema.query.jpa.hibernate.HibernateQueryFactory
 
query() - Method in class com.mysema.query.jpa.impl.JPAQueryFactory
 
queryHandler - Variable in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
QueryHandler - Interface in com.mysema.query.jpa
QueryHandler provides injection of provider specific functionality into the query logic
queryHandler - Variable in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
queryMixin - Variable in class com.mysema.query.jpa.AbstractSQLQuery
 
queryMixin - Variable in class com.mysema.query.jpa.JPAQueryBase
 

R

readOnly - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
readOnly - Variable in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
remove() - Method in class com.mysema.query.jpa.ScrollableResultsIterator
 
remove() - Method in class com.mysema.query.jpa.TransformingIterator
 
reset() - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
reset() - Method in class com.mysema.query.jpa.JPAQueryBase
 
reset() - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
rightJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
rightJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
rightJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
rightJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
rightJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
rightJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
rightJoin(RelationalPath<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
rightJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
rightJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
rightJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
rightJoin(EntityPath<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a right join with the given target.
rightJoin(EntityPath<P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a right join with the given target and alias.
rightJoin(CollectionExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a right join with the given target.
rightJoin(CollectionExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a right join with the given target and alias.
rightJoin(MapExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a right join with the given target.
rightJoin(MapExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
Create a right join with the given target and alias.
rightJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
rightJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
rightJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
rightJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
rightJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
rightJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
 

S

scroll(ScrollMode, Expression<?>) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Return the query results as ScrollableResults.
scroll(ScrollMode, Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Return the query results as ScrollableResults.
ScrollableResultsIterator<T> - Class in com.mysema.query.jpa
ScrollableResultsIterator is an CloseableIterator adapter for ScrollableResults
ScrollableResultsIterator(ScrollableResults) - Constructor for class com.mysema.query.jpa.ScrollableResultsIterator
 
ScrollableResultsIterator(ScrollableResults, boolean) - Constructor for class com.mysema.query.jpa.ScrollableResultsIterator
 
serialize(QueryMetadata, boolean, String) - Method in class com.mysema.query.jpa.JPQLSerializer
 
serialize(QueryMetadata, boolean) - Method in class com.mysema.query.jpa.NativeSQLSerializer
 
serializeForDelete(QueryMetadata) - Method in class com.mysema.query.jpa.JPQLSerializer
 
serializeForUpdate(QueryMetadata) - Method in class com.mysema.query.jpa.JPQLSerializer
 
SessionHolder - Interface in com.mysema.query.jpa.hibernate
Abstraction for different Hibernate Session signatures
set(Path<T>, T) - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
 
set(Path<T>, Expression<? extends T>) - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
 
set(List<? extends Path<?>>, List<?>) - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
 
set(Path<T>, T) - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
 
set(Path<T>, Expression<? extends T>) - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
 
set(List<? extends Path<?>>, List<?>) - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
 
setCacheable(boolean) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Enable caching of this query result set.
setCacheable(boolean) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
Enable caching of this query result set.
setCacheRegion(String) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Set the name of the cache region.
setCacheRegion(String) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
Set the name of the cache region.
setComment(String) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Add a comment to the generated SQL.
setConstants(Query, Map<Object, String>, Map<ParamExpression<?>, Object>) - Static method in class com.mysema.query.jpa.hibernate.HibernateUtil
 
setConstants(Query, Map<Object, String>, Map<ParamExpression<?>, Object>) - Static method in class com.mysema.query.jpa.impl.JPAUtil
 
setConstants(Map<Object, String>) - Method in class com.mysema.query.jpa.JPAQueryBase
 
setFetchSize(int) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Set a fetch size for the underlying JDBC query.
setFetchSize(int) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
Set a fetch size for the underlying JDBC query.
setFlushMode(FlushMode) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Override the current session flush mode, just for this query.
setFlushMode(FlushModeType) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
setFlushMode(FlushModeType) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
setHint(String, Object) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
setHint(String, Object) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
setLockMode(Path<?>, LockMode) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Set the lock mode for the given path.
setLockMode(LockModeType) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
setLockMode(LockModeType) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
setNull(Path<T>) - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
 
setNull(Path<T>) - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
 
setReadOnly(boolean) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Entities retrieved by this query will be loaded in a read-only mode where Hibernate will never dirty-check them or make changes persistent.
setReadOnly(boolean) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
Entities retrieved by this query will be loaded in a read-only mode where Hibernate will never dirty-check them or make changes persistent.
setTimeout(int) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Set a timeout for the underlying JDBC query.
setTimeout(int) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
Set a timeout for the underlying JDBC query.
StatelessSessionHolder - Class in com.mysema.query.jpa.hibernate
SessionHolder implementation using StatelessSession
StatelessSessionHolder(StatelessSession) - Constructor for class com.mysema.query.jpa.hibernate.StatelessSessionHolder
 
subQuery() - Method in class com.mysema.query.jpa.hibernate.HibernateQueryFactory
 
subQuery() - Method in class com.mysema.query.jpa.impl.JPAQueryFactory
 

T

timeout - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
timeout - Variable in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
toCountRowsString() - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
toCountRowsString() - Method in class com.mysema.query.jpa.JPAQueryBase
 
toCountRowsString() - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
toQueryString() - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
toQueryString() - Method in class com.mysema.query.jpa.JPAQueryBase
 
toQueryString() - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
toString() - Method in class com.mysema.query.jpa.AbstractJPASubQuery
 
toString() - Method in class com.mysema.query.jpa.hibernate.HibernateDeleteClause
 
toString() - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
 
toString() - Method in class com.mysema.query.jpa.impl.JPADeleteClause
 
toString() - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
 
toString() - Method in class com.mysema.query.jpa.JPAQueryBase
 
transform(Query, FactoryExpression<?>) - Method in class com.mysema.query.jpa.DefaultQueryHandler
 
transform(Query, FactoryExpression<?>) - Method in class com.mysema.query.jpa.EclipseLinkHandler
 
transform(Query, FactoryExpression<?>) - Method in class com.mysema.query.jpa.HibernateHandler
 
transform(Query, FactoryExpression<?>) - Method in interface com.mysema.query.jpa.QueryHandler
 
TransformingIterator<T> - Class in com.mysema.query.jpa
 
TransformingIterator(Iterator<T>, FactoryExpression<?>) - Constructor for class com.mysema.query.jpa.TransformingIterator
 
TransformingIterator(Iterator<T>, Closeable, FactoryExpression<?>) - Constructor for class com.mysema.query.jpa.TransformingIterator
 
transformList(List) - Method in class com.mysema.query.jpa.FactoryExpressionTransformer
 
transformTuple(Object[], String[]) - Method in class com.mysema.query.jpa.FactoryExpressionTransformer
 
type(EntityPath<?>) - Static method in class com.mysema.query.jpa.JPAExpressions
Get the type(path) expression
TYPE - Static variable in class com.mysema.query.jpa.JPQLTemplates
 

U

union - Variable in class com.mysema.query.jpa.AbstractSQLQuery
 
union(ListSubQuery<RT>...) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
union(SubQueryExpression<RT>...) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
union(Path<?>, ListSubQuery<RT>...) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
union(Path<?>, SubQueryExpression<RT>...) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
unionAll - Variable in class com.mysema.query.jpa.AbstractSQLQuery
 
unionAll(ListSubQuery<RT>...) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
unionAll(SubQueryExpression<RT>...) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
unionAll(Path<?>, ListSubQuery<RT>...) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
unionAll(Path<?>, SubQueryExpression<RT>...) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
uniqueResult(Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
uniqueResult(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
uniqueResult(Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
uniqueResult(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
uniqueResult(Expression<RT>) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
uniqueResult(Expression<?>...) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
uniqueResult(Expression<?>...) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
uniqueResult(Expression<RT>) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
update(EntityPath<?>) - Method in class com.mysema.query.jpa.hibernate.HibernateQueryFactory
 
update(EntityPath<?>) - Method in class com.mysema.query.jpa.impl.JPAQueryFactory
 
update(EntityPath<?>) - Method in interface com.mysema.query.jpa.JPQLQueryFactory
Create a new UPDATE clause

V

visit(ParamExpression<?>, Void) - Method in class com.mysema.query.jpa.JPQLSerializer
 
visit(SubQueryExpression<?>, Void) - Method in class com.mysema.query.jpa.JPQLSerializer
 
visit(Path<?>, Void) - Method in class com.mysema.query.jpa.JPQLSerializer
 
visit(FactoryExpression<?>, Void) - Method in class com.mysema.query.jpa.JPQLSerializer
 
visitConstant(Object) - Method in class com.mysema.query.jpa.JPQLSerializer
 
visitConstant(Object) - Method in class com.mysema.query.jpa.NativeSQLSerializer
 
visitOperation(Class<?>, Operator<?>, List<? extends Expression<?>>) - Method in class com.mysema.query.jpa.JPQLSerializer
 

W

where(Predicate...) - Method in class com.mysema.query.jpa.hibernate.HibernateDeleteClause
 
where(Predicate...) - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
 
where(Predicate...) - Method in class com.mysema.query.jpa.impl.JPADeleteClause
 
where(Predicate...) - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
 
wrapConstant(Object) - Method in class com.mysema.query.jpa.HQLTemplates
 
wrapConstant(Object) - Method in class com.mysema.query.jpa.JPQLTemplates
 
wrapElements(Operator<?>) - Method in class com.mysema.query.jpa.HQLTemplates
 
wrapElements(Operator<?>) - Method in class com.mysema.query.jpa.JPQLTemplates
 
A B C D E F G H I J L M N O P Q R S T U V W 

Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.