A B C D E F G H I J L M N O 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, SQLTemplates) - Constructor for class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
AbstractHibernateSQLQuery(StatelessSession, SQLTemplates) - Constructor for class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
AbstractHibernateSQLQuery(SessionHolder, SQLTemplates, 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, SQLTemplates) - Constructor for class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
AbstractJPASQLQuery(EntityManager, SQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
AbstractJPQLSubQuery<Q extends AbstractJPQLSubQuery<Q>> - Class in com.mysema.query.jpa
Abstract superclass for SubQuery implementations
AbstractJPQLSubQuery() - Constructor for class com.mysema.query.jpa.AbstractJPQLSubQuery
 
AbstractJPQLSubQuery(QueryMetadata) - Constructor for class com.mysema.query.jpa.AbstractJPQLSubQuery
 
AbstractSQLQuery<T extends AbstractSQLQuery<T>> - 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.JPQLGrammar
 

B

buildQueryString(boolean) - Method in class com.mysema.query.jpa.JPQLQueryBase
 

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.hibernate.ScrollableResultsIterator
 
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
 
Conversions - Class in com.mysema.query.jpa
Conversions provides module specific projection conversion functionality
Conversions() - Constructor for class com.mysema.query.jpa.Conversions
 
convert(Expression<RT>) - Static method in class com.mysema.query.jpa.Conversions
 
convert(Expression<RT>) - Method in class com.mysema.query.jpa.JPQLQueryMixin
 
count() - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
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

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.JPQLCollectionAnyVisitor
 
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
 
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
 

E

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.JPQLQueryBase
 
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.JPQLCollectionAnyVisitor
 
exists() - Method in class com.mysema.query.jpa.JPQLQueryBase
 

F

FactoryExpressionTransformer - Class in com.mysema.query.jpa.hibernate
FactoryExpressionTransformer is a ResultTransformer implementation using the EConstructor for transformation
FactoryExpressionTransformer(FactoryExpression<?>) - Constructor for class com.mysema.query.jpa.hibernate.FactoryExpressionTransformer
 
factoryExpressionUsed - Variable in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
factoryExpressionUsed - Variable in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
fetch() - Method in interface com.mysema.query.jpa.JPQLQuery
Add the "fetch" flag to the last defined join
fetch() - Method in class com.mysema.query.jpa.JPQLQueryBase
 
FETCH - Static variable in class com.mysema.query.jpa.JPQLQueryMixin
 
fetch() - Method in class com.mysema.query.jpa.JPQLQueryMixin
 
FETCH_ALL_PROPERTIES - Static variable in class com.mysema.query.jpa.JPQLQueryMixin
 
fetchAll() - Method in interface com.mysema.query.jpa.JPQLQuery
Add the "fetch all properties" flag to the last defined join.
fetchAll() - Method in class com.mysema.query.jpa.JPQLQueryBase
 
fetchAll() - Method in class com.mysema.query.jpa.JPQLQueryMixin
 
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.AbstractJPQLSubQuery
 
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.JPQLCommonQuery
Set the sources of this query
from(EntityPath<?>...) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
fullJoin(Path<? extends Collection<P>>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
fullJoin(Path<? extends Collection<P>>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
fullJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
fullJoin(EntityPath<P>, EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
fullJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
fullJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
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.JPQLCommonQuery
Create a full join with the given target.
fullJoin(EntityPath<P>, EntityPath<P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a full join with the given target and alias.
fullJoin(Path<? extends Collection<P>>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a full join with the given target.
fullJoin(Path<? extends Collection<P>>, Path<P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a full join with the given target and alias.
fullJoin(MapExpression<?, P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a full join with the given target.
fullJoin(MapExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a full join with the given target and alias.
fullJoin(Path<? extends Collection<P>>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
fullJoin(Path<? extends Collection<P>>, Path<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
fullJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
fullJoin(EntityPath<P>, EntityPath<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
fullJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
fullJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 

G

get(EntityManager) - Static method in enum com.mysema.query.jpa.impl.JPAProvider
 
getConstants() - Method in class com.mysema.query.jpa.JPQLQueryBase
 
getEntityPaths() - Method in class com.mysema.query.jpa.NativeSQLSerializer
 
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.JPQLQueryBase
 
getQueryMixin() - Method in class com.mysema.query.jpa.JPQLQueryBase
 
getTemplates() - Method in enum com.mysema.query.jpa.impl.JPAProvider
 
getTemplates(EntityManager) - Static method in enum com.mysema.query.jpa.impl.JPAProvider
 
getTemplates() - Method in class com.mysema.query.jpa.JPQLQueryBase
 

H

hasNext() - Method in class com.mysema.query.jpa.hibernate.ScrollableResultsIterator
 
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
 
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
 
HibernateQueryTransformation - Class in com.mysema.query.jpa.impl
 
HibernateQueryTransformation(Query, FactoryExpression<?>) - Constructor for class com.mysema.query.jpa.impl.HibernateQueryTransformation
 
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(StatelessSession, SQLTemplates) - Constructor for class com.mysema.query.jpa.hibernate.sql.HibernateSQLQuery
 
HibernateSQLQuery(SessionHolder, SQLTemplates, 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

innerJoin(Path<? extends Collection<P>>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
innerJoin(Path<? extends Collection<P>>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
innerJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
innerJoin(EntityPath<P>, EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
innerJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
innerJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
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.JPQLCommonQuery
Create a inner join with the given target.
innerJoin(EntityPath<P>, EntityPath<P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a inner join with the given target and alias.
innerJoin(Path<? extends Collection<P>>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a inner join with the given target.
innerJoin(Path<? extends Collection<P>>, Path<P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a inner join with the given target and alias.
innerJoin(MapExpression<?, P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a inner join with the given target.
innerJoin(MapExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a inner join with the given target and alias.
innerJoin(Path<? extends Collection<P>>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
innerJoin(Path<? extends Collection<P>>, Path<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
innerJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
innerJoin(EntityPath<P>, EntityPath<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
innerJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
innerJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
isEnumInPathSupported() - Method in class com.mysema.query.jpa.HQLTemplates
 
isEnumInPathSupported() - 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(Expression<?>[]) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Return the query results as an Iterator.
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(Expression<?>[]) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
iterate(Expression<RT>) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
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(Path<? extends Collection<P>>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
join(Path<? extends Collection<P>>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
join(EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
join(EntityPath<P>, EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
join(MapExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
join(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
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.JPQLCommonQuery
Create a join with the given target.
join(EntityPath<P>, EntityPath<P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a join with the given target and alias.
join(Path<? extends Collection<P>>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a join with the given target.
join(Path<? extends Collection<P>>, Path<P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
 
join(MapExpression<?, P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a join with the given target.
join(MapExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a join with the given target and alias.
join(Path<? extends Collection<P>>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
join(Path<? extends Collection<P>>, Path<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
join(EntityPath<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
join(EntityPath<P>, EntityPath<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
join(MapExpression<?, P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
join(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
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
 
JPAProvider - Enum in com.mysema.query.jpa.impl
JPAProvider provides an enumeration of supported JPA providers
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
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
 
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, SQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.jpa.sql.JPASQLQuery
 
JPASubQuery - Class in com.mysema.query.jpa.impl
JPASubQuery is a subquery class for JPA
JPASubQuery() - Constructor for class com.mysema.query.jpa.impl.JPASubQuery
 
JPASubQuery(QueryMetadata) - Constructor for class com.mysema.query.jpa.impl.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
JPQLCollectionAnyVisitor - Class in com.mysema.query.jpa
JPQLCollectionAnyVisitor extends the CollectionAnyVisitor class with module specific extensions
JPQLCommonQuery<Q extends JPQLCommonQuery<Q>> - Interface in com.mysema.query.jpa
JPQLCommonQuery is a common interface for queries and subqueries of this module
JPQLGrammar - Class in com.mysema.query.jpa
JPQLGrammar provides factory methods for JPQL specific operations elements.
JPQLQuery - Interface in com.mysema.query.jpa
Query interface for JPQL queries
JPQLQueryBase<Q extends JPQLQueryBase<Q>> - Class in com.mysema.query.jpa
JPQLQueryBase is a base Query class for JPQL queries
JPQLQueryBase(QueryMetadata, JPQLTemplates, EntityManager) - Constructor for class com.mysema.query.jpa.JPQLQueryBase
 
JPQLQueryMixin<T> - Class in com.mysema.query.jpa
JPQLQueryMixin extends QueryMixin to support JPQL join construction
JPQLQueryMixin() - Constructor for class com.mysema.query.jpa.JPQLQueryMixin
 
JPQLQueryMixin(QueryMetadata) - Constructor for class com.mysema.query.jpa.JPQLQueryMixin
 
JPQLQueryMixin(T, QueryMetadata) - Constructor for class com.mysema.query.jpa.JPQLQueryMixin
 
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 - Class in com.mysema.query.jpa
JPQLSubQuery is a subquery class for JPQL
JPQLSubQuery() - Constructor for class com.mysema.query.jpa.JPQLSubQuery
 
JPQLSubQuery(QueryMetadata) - Constructor for class com.mysema.query.jpa.JPQLSubQuery
 
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
 

L

leftJoin(Path<? extends Collection<P>>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
leftJoin(Path<? extends Collection<P>>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
leftJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
leftJoin(EntityPath<P>, EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
leftJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
leftJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
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.JPQLCommonQuery
Create a left join with the given target.
leftJoin(EntityPath<P>, EntityPath<P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a left join with the given target and alias.
leftJoin(Path<? extends Collection<P>>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a left join with the given target.
leftJoin(Path<? extends Collection<P>>, Path<P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a left join with the given target and alias.
leftJoin(MapExpression<?, P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a left join with the given target.
leftJoin(MapExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a left join with the given target and alias.
leftJoin(Path<? extends Collection<P>>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
leftJoin(Path<? extends Collection<P>>, Path<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
leftJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
leftJoin(EntityPath<P>, EntityPath<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
leftJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
leftJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
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<RT>) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
listResults(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
listResults(Expression<RT>) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
 
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.JPQLGrammar
 
MEMBER_OF - Static variable in class com.mysema.query.jpa.JPQLTemplates
 
min(CollectionExpression<?, A>) - Static method in class com.mysema.query.jpa.JPQLGrammar
 

N

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

O

on(Predicate...) - Method in class com.mysema.query.jpa.AbstractSQLQuery
 
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
 

Q

query() - Method in class com.mysema.query.jpa.hibernate.HibernateQueryFactory
 
query() - Method in class com.mysema.query.jpa.impl.JPAQueryFactory
 
queryMixin - Variable in class com.mysema.query.jpa.AbstractSQLQuery
 

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.hibernate.ScrollableResultsIterator
 
reset() - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
reset() - Method in class com.mysema.query.jpa.JPQLQueryBase
 
reset() - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
rightJoin(Path<? extends Collection<P>>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
rightJoin(Path<? extends Collection<P>>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
rightJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
rightJoin(EntityPath<P>, EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
rightJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
rightJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
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.JPQLCommonQuery
Create a right join with the given target.
rightJoin(EntityPath<P>, EntityPath<P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a right join with the given target and alias.
rightJoin(Path<? extends Collection<P>>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a right join with the given target.
rightJoin(Path<? extends Collection<P>>, Path<P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a right join with the given target and alias.
rightJoin(MapExpression<?, P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a right join with the given target.
rightJoin(MapExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Create a right join with the given target and alias.
rightJoin(Path<? extends Collection<P>>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
rightJoin(Path<? extends Collection<P>>, Path<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
rightJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
rightJoin(EntityPath<P>, EntityPath<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
rightJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
rightJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPQLQueryBase
 

S

scroll(ScrollMode, Expression<?>) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
Return the query results as ScrollableResults.
scroll(ScrollMode, Expression<?>, Expression<?>, 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.hibernate
ScrollableResultsIterator is an CloseableIterator adapter for ScrollableResults
ScrollableResultsIterator(ScrollableResults) - Constructor for class com.mysema.query.jpa.hibernate.ScrollableResultsIterator
 
ScrollableResultsIterator(ScrollableResults, boolean) - Constructor for class com.mysema.query.jpa.hibernate.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.JPQLQueryBase
 
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

templates - Variable in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
templates - Variable in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
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.JPQLQueryBase
 
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.JPQLQueryBase
 
toQueryString() - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
toString() - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
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.JPQLQueryBase
 
transformList(List) - Method in class com.mysema.query.jpa.hibernate.FactoryExpressionTransformer
 
transformTuple(Object[], String[]) - Method in class com.mysema.query.jpa.hibernate.FactoryExpressionTransformer
 
type(EntityPath<?>) - Static method in class com.mysema.query.jpa.JPQLGrammar
 
TYPE - Static variable in class com.mysema.query.jpa.JPQLTemplates
 

U

union - Variable in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
union(ListSubQuery<RT>...) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
union(SubQueryExpression<RT>...) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
union(Path<?>, ListSubQuery<RT>...) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
union(Path<?>, SubQueryExpression<RT>...) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
union - Variable in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
union(ListSubQuery<RT>...) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
union(SubQueryExpression<RT>...) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
union(Path<?>, ListSubQuery<RT>...) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
union(Path<?>, SubQueryExpression<RT>...) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
unionAll(ListSubQuery<RT>...) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
unionAll(SubQueryExpression<RT>...) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
unionAll(Path<?>, ListSubQuery<RT>...) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
unionAll(Path<?>, SubQueryExpression<RT>...) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
 
unionAll(ListSubQuery<RT>...) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
unionAll(SubQueryExpression<RT>...) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
unionAll(Path<?>, ListSubQuery<RT>...) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
unionAll(Path<?>, SubQueryExpression<RT>...) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
uniqueResult(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
 
uniqueResult(Expression<?>[]) - 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<RT>) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
 
uniqueResult(Expression<?>[]) - 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
 

V

valueOf(String) - Static method in enum com.mysema.query.jpa.impl.JPAProvider
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mysema.query.jpa.impl.JPAProvider
Returns an array containing the constants of this enum type, in the order they are declared.
visit(Constant<?>, Void) - Method in class com.mysema.query.jpa.JPQLSerializer
 
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
 
visit(Constant<?>, Void) - Method in class com.mysema.query.jpa.NativeSQLSerializer
 
visit(Path<?>, Void) - 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
 
with(Predicate...) - Method in class com.mysema.query.jpa.AbstractJPQLSubQuery
 
with(Predicate...) - Method in interface com.mysema.query.jpa.JPQLCommonQuery
Add join conditions to the last added join
with(Predicate...) - Method in class com.mysema.query.jpa.JPQLQueryBase
 
with(Predicate...) - Method in class com.mysema.query.jpa.JPQLQueryMixin
 
wrapConstant(Constant<?>) - Method in class com.mysema.query.jpa.HQLTemplates
 
wrapConstant(Constant<?>) - 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 Q R S T U V W

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