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