- abs() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a abs(this)
expression
- absolute(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- absolute(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- AbstractCollQuery<T,Q extends AbstractCollQuery<T,Q>> - Class in com.querydsl.collections
-
AbstractCollQuery
provides a base class for
Collection
query implementations.
- AbstractCollQuery(QueryMetadata, QueryEngine) - Constructor for class com.querydsl.collections.AbstractCollQuery
-
- AbstractDateTimeType<T> - Class in com.querydsl.sql.types
-
Common abstract superclass for Type implementations
- AbstractDateTimeType(int) - Constructor for class com.querydsl.sql.types.AbstractDateTimeType
-
- AbstractDomainExporter - Class in com.querydsl.jpa.codegen
-
AbstractDomainExporter
is a common supertype for domain exporters
- AbstractDomainExporter(String, String, File, SerializerConfig, Charset) - Constructor for class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- AbstractExporterMojo - Class in com.querydsl.maven
-
AbstractExporterMojo
calls
GenericExporter
using the
classpath of the module in which the plugin is invoked.
- AbstractExporterMojo() - Constructor for class com.querydsl.maven.AbstractExporterMojo
-
- AbstractGroupExpression<T,R> - Class in com.querydsl.core.group
-
A base class for GroupExpressions
- AbstractGroupExpression(Class<? super R>, Expression<T>) - Constructor for class com.querydsl.core.group.AbstractGroupExpression
-
- AbstractHibernateQuery<T,Q extends AbstractHibernateQuery<T,Q>> - Class in com.querydsl.jpa.hibernate
-
Abstract base class for Hibernate API based implementations of the JPQL interface
- AbstractHibernateQuery(Session) - Constructor for class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- AbstractHibernateQuery(SessionHolder, JPQLTemplates, QueryMetadata) - Constructor for class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- AbstractHibernateSQLQuery<T,Q extends AbstractHibernateSQLQuery<T,Q>> - Class in com.querydsl.jpa.hibernate.sql
-
AbstractHibernateSQLQuery
is the base class for Hibernate Native SQL queries
- AbstractHibernateSQLQuery(Session, Configuration) - Constructor for class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- AbstractHibernateSQLQuery(StatelessSession, Configuration) - Constructor for class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- AbstractHibernateSQLQuery(SessionHolder, Configuration, QueryMetadata) - Constructor for class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- AbstractJDOQuery<T,Q extends AbstractJDOQuery<T,Q>> - Class in com.querydsl.jdo
-
Abstract base class for custom implementations of the
JDOQLQuery
interface.
- AbstractJDOQuery(PersistenceManager) - Constructor for class com.querydsl.jdo.AbstractJDOQuery
-
- AbstractJDOQuery(PersistenceManager, JDOQLTemplates, QueryMetadata, boolean) - Constructor for class com.querydsl.jdo.AbstractJDOQuery
-
- AbstractJPAQuery<T,Q extends AbstractJPAQuery<T,Q>> - Class in com.querydsl.jpa.impl
-
Abstract base class for JPA API based implementations of the JPQLQuery interface
- AbstractJPAQuery(EntityManager) - Constructor for class com.querydsl.jpa.impl.AbstractJPAQuery
-
- AbstractJPAQuery(EntityManager, JPQLTemplates, QueryMetadata) - Constructor for class com.querydsl.jpa.impl.AbstractJPAQuery
-
- AbstractJPASQLQuery<T,Q extends AbstractJPASQLQuery<T,Q>> - Class in com.querydsl.jpa.sql
-
AbstractJPASQLQuery
is the base class for JPA Native SQL queries
- AbstractJPASQLQuery(EntityManager, Configuration) - Constructor for class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- AbstractJPASQLQuery(EntityManager, Configuration, QueryHandler) - Constructor for class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- AbstractJPASQLQuery(EntityManager, Configuration, QueryMetadata) - Constructor for class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- AbstractJPASQLQuery(EntityManager, Configuration, QueryHandler, QueryMetadata) - Constructor for class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- AbstractLuceneQuery<T,Q extends AbstractLuceneQuery<T,Q>> - Class in com.querydsl.lucene3
-
AbstractLuceneQuery is an abstract super class for Lucene query implementations
- AbstractLuceneQuery(LuceneSerializer, IndexSearcher, Function<Document, T>) - Constructor for class com.querydsl.lucene3.AbstractLuceneQuery
-
- AbstractLuceneQuery(IndexSearcher, Function<Document, T>) - Constructor for class com.querydsl.lucene3.AbstractLuceneQuery
-
- AbstractLuceneQuery<T,Q extends AbstractLuceneQuery<T,Q>> - Class in com.querydsl.lucene4
-
AbstractLuceneQuery is an abstract super class for Lucene query implementations
- AbstractLuceneQuery(LuceneSerializer, IndexSearcher, Function<Document, T>) - Constructor for class com.querydsl.lucene4.AbstractLuceneQuery
-
- AbstractLuceneQuery(IndexSearcher, Function<Document, T>) - Constructor for class com.querydsl.lucene4.AbstractLuceneQuery
-
- AbstractLuceneQuery<T,Q extends AbstractLuceneQuery<T,Q>> - Class in com.querydsl.lucene5
-
AbstractLuceneQuery is an abstract super class for Lucene query
implementations
- AbstractLuceneQuery(LuceneSerializer, IndexSearcher, Function<Document, T>) - Constructor for class com.querydsl.lucene5.AbstractLuceneQuery
-
- AbstractLuceneQuery(IndexSearcher, Function<Document, T>) - Constructor for class com.querydsl.lucene5.AbstractLuceneQuery
-
- AbstractMapper<T> - Class in com.querydsl.sql.dml
-
Abstract base class for Mapper implementations
- AbstractMapper() - Constructor for class com.querydsl.sql.dml.AbstractMapper
-
- AbstractMetaDataExportMojo - Class in com.querydsl.maven
-
- AbstractMetaDataExportMojo() - Constructor for class com.querydsl.maven.AbstractMetaDataExportMojo
-
- AbstractModule - Class in com.querydsl.codegen
-
AbstractModule
provides a base class for annotation based dependency injection
- AbstractModule() - Constructor for class com.querydsl.codegen.AbstractModule
-
- AbstractMongodbQuery<K,Q extends AbstractMongodbQuery<K,Q>> - Class in com.querydsl.mongodb
-
AbstractMongodbQuery
provides a base class for general Querydsl query implementation with a
pluggable DBObject to Bean transformation
- AbstractMongodbQuery(DBCollection, Function<DBObject, K>, MongodbSerializer) - Constructor for class com.querydsl.mongodb.AbstractMongodbQuery
-
Create a new MongodbQuery instance
- AbstractNamingStrategy - Class in com.querydsl.sql.codegen
-
AbstractNamingStrategy
is an abstract base class for
NamingStrategy
implementations
- AbstractNamingStrategy() - Constructor for class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- AbstractQuerydslProcessor - Class in com.querydsl.apt
-
AbstractQuerydslProcessor
is the base class for Querydsl annotation processors and
contains the main processing logic.
- AbstractQuerydslProcessor() - Constructor for class com.querydsl.apt.AbstractQuerydslProcessor
-
- AbstractSearchQuery<T,Q extends AbstractSearchQuery<T,Q>> - Class in com.querydsl.hibernate.search
-
Abstract base class for Hibernate Search query classes
- AbstractSearchQuery(FullTextSession, EntityPath<T>) - Constructor for class com.querydsl.hibernate.search.AbstractSearchQuery
-
- AbstractSearchQuery(Session, EntityPath<T>) - Constructor for class com.querydsl.hibernate.search.AbstractSearchQuery
-
- AbstractSQLClause<C extends AbstractSQLClause<C>> - Class in com.querydsl.sql.dml
-
AbstractSQLClause
is a superclass for SQL based DMLClause implementations
- AbstractSQLClause(Configuration) - Constructor for class com.querydsl.sql.dml.AbstractSQLClause
-
- AbstractSQLQuery<T,Q extends AbstractSQLQuery<T,Q>> - Class in com.querydsl.jdo.sql
-
Base class for JDO-based
SQLQuery
implementations
- AbstractSQLQuery(QueryMetadata, Configuration, PersistenceManager, boolean) - Constructor for class com.querydsl.jdo.sql.AbstractSQLQuery
-
- AbstractSQLQuery<T,Q extends AbstractSQLQuery<T,Q>> - Class in com.querydsl.jpa
-
Abstract super class for SQLQuery implementation for JPA and Hibernate
- AbstractSQLQuery(QueryMetadata, Configuration) - Constructor for class com.querydsl.jpa.AbstractSQLQuery
-
- AbstractSQLQuery<T,Q extends AbstractSQLQuery<T,Q>> - Class in com.querydsl.sql
-
AbstractSQLQuery
is the base type for SQL query implementations
- AbstractSQLQuery(Connection, Configuration) - Constructor for class com.querydsl.sql.AbstractSQLQuery
-
- AbstractSQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.AbstractSQLQuery
-
- AbstractSQLQueryFactory<Q extends SQLCommonQuery<?>> - Class in com.querydsl.sql
-
- AbstractSQLQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.querydsl.sql.AbstractSQLQueryFactory
-
- AbstractType<T> - Class in com.querydsl.sql.types
-
Common abstract superclass for Type implementations
- AbstractType(int) - Constructor for class com.querydsl.sql.types.AbstractType
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.BooleanBuilder
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.group.AbstractGroupExpression
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.support.EnumConversion
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.support.NumberConversion
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.support.NumberConversions
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.ArrayConstructorExpression
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.ConstantImpl
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.ConstructorExpression
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.ArrayPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.BeanPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.BooleanOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.BooleanPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.BooleanTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.Coalesce
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.CollectionOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.CollectionPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.ComparableOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.ComparablePath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.ComparableTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.DateOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.DatePath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.DateTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.DateTimeOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.DateTimePath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.DateTimeTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.DslOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.DslPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.DslTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.EnumOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.EnumPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.EnumTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.ListPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.MapPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.NumberOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.NumberPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.NumberTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.Param
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.SetPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.SimpleOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.SimplePath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.SimpleTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.StringOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.StringPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.StringTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.TimeOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.TimePath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.dsl.TimeTemplate
-
- accept(Visitor<R, C>, C) - Method in interface com.querydsl.core.types.Expression
-
Accept the visitor with the given context
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.FactoryExpressionUtils.FactoryExpressionAdapter
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.MappingProjection
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.OperationImpl
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.ParamExpressionImpl
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.PathImpl
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.QBean
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.QList
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.QMap
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.QTuple
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.SubQueryExpressionImpl
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.core.types.TemplateExpressionImpl
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.GeometryCollectionPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.GeometryOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.GeometryPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.jts.JTSGeometryCollectionPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.jts.JTSGeometryOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.jts.JTSGeometryPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.jts.JTSLinearRingPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.jts.JTSLineStringOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.jts.JTSLineStringPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.jts.JTSMultiLineStringPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.jts.JTSMultiPointPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.jts.JTSMultiPolygonPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.jts.JTSPointOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.jts.JTSPointPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.jts.JTSPolygonOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.jts.JTSPolygonPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.LinearRingPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.LineStringOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.LineStringPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.MultiLineStringPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.MultiPointPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.MultiPolygonPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.PointOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.PointPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.PolygonOperation
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.PolygonPath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.spatial.PolyhedralSurfacePath
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.sql.QBeans
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.sql.RelationalFunctionCall
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.sql.UnionImpl
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.sql.WindowFirstLast
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.sql.WindowFunction
-
- accept(Visitor<R, C>, C) - Method in class com.querydsl.sql.WithinGroup.OrderBy
-
- acos(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a acos(num)
expression
- add(T) - Method in interface com.querydsl.core.group.GroupCollector
-
Add given value to this group
- add(Path<?>, EntityPath<?>) - Method in class com.querydsl.core.support.Context
-
- add(Context) - Method in class com.querydsl.core.support.Context
-
- add(P) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Template method for tracking child path creation
- add(Expression<T>) - Method in class com.querydsl.core.types.dsl.Coalesce
-
- add(T) - Method in class com.querydsl.core.types.dsl.Coalesce
-
- add(Expression<N>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this + right
expression
- add(N) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this + right
expression
- add(Operator, String) - Method in class com.querydsl.core.types.Templates
-
- add(Operator, String, int) - Method in class com.querydsl.core.types.Templates
-
- add(Map<Operator, String>) - Method in class com.querydsl.core.types.Templates
-
- add(List<T>, T) - Static method in class com.querydsl.core.util.CollectionUtils
-
- add(Set<T>, T) - Static method in class com.querydsl.core.util.CollectionUtils
-
- add(String, String) - Method in class com.querydsl.sql.codegen.support.ForeignKeyData
-
- add(String, String) - Method in class com.querydsl.sql.codegen.support.InverseForeignKeyData
-
- add(String) - Method in class com.querydsl.sql.codegen.support.PrimaryKeyData
-
- add(P) - Method in class com.querydsl.sql.RelationalPathBase
-
- add(SQLListener) - Method in class com.querydsl.sql.SQLListeners
-
- addAnnotation(Annotation) - Method in class com.querydsl.codegen.EntityType
-
- addAnnotation(Annotation) - Method in class com.querydsl.codegen.Property
-
- addAnnotation(Annotation) - Method in class com.querydsl.core.util.Annotations
-
- addAnnotationHelper(AnnotationHelper) - Method in class com.querydsl.codegen.GenericExporter
-
Add a annotation helper object to process custom annotations
- addAnnotationHelper(AnnotationHelper) - Method in class com.querydsl.codegen.TypeFactory
-
- addBatch() - Method in class com.querydsl.sql.dml.SQLDeleteClause
-
Add current state of bindings as a batch item
- addBatch() - Method in class com.querydsl.sql.dml.SQLInsertClause
-
Add the current state of bindings as a batch item
- addBatch() - Method in class com.querydsl.sql.dml.SQLMergeClause
-
Add the current state of bindings as a batch item
- addBatch() - Method in class com.querydsl.sql.dml.SQLUpdateClause
-
Add the current state of bindings as a batch item
- addConfiguration(AntJPADomainExporter.Configuration) - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter
-
- addConfiguredProperty(AntJPADomainExporter.Property) - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter.Configuration
-
- addConstructor(Constructor) - Method in class com.querydsl.codegen.EntityType
-
- addCustomType(Class<T>, Class<? extends Expression<T>>) - Method in class com.querydsl.apt.DefaultConfiguration
-
- addCustomType(Type<?>) - Method in class com.querydsl.sql.SQLTemplates
-
- addDays(DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of days to the date
- addDays(DateExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of days to the date
- addDelegate(Delegate) - Method in class com.querydsl.codegen.EntityType
-
- addEmbeddableType(Class<?>) - Method in class com.querydsl.codegen.TypeFactory
-
- addEntity(Query, String, Class<?>) - Method in class com.querydsl.jpa.DefaultQueryHandler
-
- addEntity(Query, String, Class<?>) - Method in interface com.querydsl.jpa.QueryHandler
-
Add the given entity to the given native query
- addExcludedClass(String) - Method in interface com.querydsl.apt.Configuration
-
- addExcludedClass(String) - Method in class com.querydsl.apt.DefaultConfiguration
-
- addExcludedPackage(String) - Method in interface com.querydsl.apt.Configuration
-
- addExcludedPackage(String) - Method in class com.querydsl.apt.DefaultConfiguration
-
- addFetchGroup(String) - Method in class com.querydsl.jdo.AbstractJDOQuery
-
Add the fetch group to the set of active fetch groups.
- addFetchGroup(String) - Method in interface com.querydsl.jdo.JDOQLQuery
-
Add the fetch group to the set of active fetch groups.
- addFlag(QueryFlag) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- addFlag(QueryFlag) - Method in class com.querydsl.core.EmptyMetadata
-
- addFlag(QueryFlag) - Method in interface com.querydsl.core.QueryMetadata
-
Add the given query flag
- addFlag(QueryFlag) - Method in class com.querydsl.core.support.QueryMixin
-
- addFlag(QueryFlag.Position, String) - Method in class com.querydsl.sql.dml.SQLDeleteClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.querydsl.sql.dml.SQLDeleteClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.querydsl.sql.dml.SQLInsertClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.querydsl.sql.dml.SQLInsertClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.querydsl.sql.dml.SQLUpdateClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.querydsl.sql.dml.SQLUpdateClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, String, Expression<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Add the given prefix and expression as a general query flag
- addFlag(QueryFlag) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Add the given query flag
- addFlag(QueryFlag.Position, String) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Add the given String literal as query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Add the given Expression as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Add the given Expression as a query flag
- addFlag(QueryFlag.Position, String) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Add the given String literal as query flag
- addFlag(QueryFlag.Position, String, Expression<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Add the given prefix and expression as a general query flag
- addFullConstructor(EntityType, CodeWriter) - Method in class com.querydsl.codegen.BeanSerializer
-
- addGroupBy(Expression<?>) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- addGroupBy(Expression<?>) - Method in class com.querydsl.core.EmptyMetadata
-
- addGroupBy(Expression<?>) - Method in interface com.querydsl.core.QueryMetadata
-
Add the given group by expressions
- addHaving(Predicate) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- addHaving(Predicate) - Method in class com.querydsl.core.EmptyMetadata
-
- addHaving(Predicate) - Method in interface com.querydsl.core.QueryMetadata
-
Add the given having expressions
- addHours(DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of hours to the date
- addInterface(Class<?>) - Method in class com.querydsl.codegen.BeanSerializer
-
- addInterface(Type) - Method in class com.querydsl.codegen.BeanSerializer
-
- addJoin(JoinType, Expression<?>) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- addJoin(JoinType, Expression<?>) - Method in class com.querydsl.core.EmptyMetadata
-
- addJoin(JoinType, Expression<?>) - Method in interface com.querydsl.core.QueryMetadata
-
Add the given query join
- addJoin(JoinType, Expression<?>) - Method in class com.querydsl.core.support.OrderedQueryMetadata
-
- addJoin(JoinType, Expression<?>) - Method in class com.querydsl.core.support.QueryMixin
-
- addJoinCondition(Predicate) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- addJoinCondition(Predicate) - Method in class com.querydsl.core.EmptyMetadata
-
- addJoinCondition(Predicate) - Method in interface com.querydsl.core.QueryMetadata
-
Add the given join condition to the last given join
- addJoinFlag(JoinFlag) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- addJoinFlag(JoinFlag) - Method in class com.querydsl.core.EmptyMetadata
-
- addJoinFlag(JoinFlag) - Method in interface com.querydsl.core.QueryMetadata
-
Add the given join flag to the last given join
- addJoinFlag(JoinFlag) - Method in class com.querydsl.core.support.QueryMixin
-
- addJoinFlag(String) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Add the given String literal as a join flag to the last added join with the position
BEFORE_TARGET
- addJoinFlag(String, JoinFlag.Position) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Add the given String literal as a join flag to the last added join
- addJoinFlag(String) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Add the given String literal as a join flag to the last added join with the
position BEFORE_TARGET
- addJoinFlag(String, JoinFlag.Position) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Add the given String literal as a join flag to the last added join
- addListener(SQLListener) - Method in class com.querydsl.sql.AbstractSQLQuery
-
Add a listener
- addListener(SQLListener) - Method in class com.querydsl.sql.Configuration
-
Add a listener
- addListener(SQLListener) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
Add a listener
- addMetadata(P, ColumnMetadata) - Method in class com.querydsl.sql.RelationalPathBase
-
- addMetadata() - Method in class com.querydsl.sql.spatial.QSpatialRefSys
-
- addMinutes(DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of minutes to the date
- addMonths(DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of months to the date
- addMonths(DateExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of months to the date
- addOrderBy(OrderSpecifier<?>) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- addOrderBy(OrderSpecifier<?>) - Method in class com.querydsl.core.EmptyMetadata
-
- addOrderBy(OrderSpecifier<?>) - Method in interface com.querydsl.core.QueryMetadata
-
Add the given order specifiers
- addPreparedStatement(PreparedStatement) - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- addProperty(Property) - Method in class com.querydsl.codegen.EntityType
-
- addScalar(Query, String, Class<?>) - Method in class com.querydsl.jpa.DefaultQueryHandler
-
- addScalar(Query, String, Class<?>) - Method in interface com.querydsl.jpa.QueryHandler
-
Add the given scalar to the given native query
- addSeconds(DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of seconds to the date
- addSorted(Set<T>, T) - Static method in class com.querydsl.core.util.CollectionUtils
-
- addSQL(String) - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- addStopClass(Class<?>) - Method in class com.querydsl.codegen.GenericExporter
-
Add a stop class to be used (default Object.class and Enum.class)
- addSupertype(Supertype) - Method in class com.querydsl.codegen.EntityType
-
- addSupport(AbstractModule) - Static method in class com.querydsl.sql.codegen.SpatialSupport
-
Register spatial types to the given codegen module
- addTableOverride(SchemaAndTable, SchemaAndTable) - Method in class com.querydsl.sql.SQLTemplates
-
- addToString(EntityType, CodeWriter) - Method in class com.querydsl.codegen.BeanSerializer
-
- addTypeNameToCode(String, int, boolean) - Method in class com.querydsl.sql.SQLTemplates
-
- addTypeNameToCode(String, int) - Method in class com.querydsl.sql.SQLTemplates
-
- addWeeks(DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of weeks to the date
- addWeeks(DateExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of weeks to the date
- addWhere(Predicate) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- addWhere(Predicate) - Method in class com.querydsl.core.EmptyMetadata
-
- addWhere(Predicate) - Method in interface com.querydsl.core.QueryMetadata
-
Add the given where expressions
- addYears(DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of years to the date
- addYears(DateExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Add the given amount of years to the date
- after(T) - Method in class com.querydsl.core.types.dsl.TemporalExpression
-
Create a this > right
expression
- after(Expression<T>) - Method in class com.querydsl.core.types.dsl.TemporalExpression
-
Create a this > right
expression
- afterLast() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- afterLast() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- aggOps - Static variable in enum com.querydsl.core.types.Ops
-
- aggregate(Collection<Number>, Expression<?>, Operator) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- Alias - Class in com.querydsl.core.alias
-
Alias
provides alias factory methods
- alias(Class<A>) - Static method in class com.querydsl.core.alias.Alias
-
Create a new alias proxy of the given type
- alias(Class<A>, Expression<? extends A>) - Static method in class com.querydsl.core.alias.Alias
-
Create a new alias proxy of the given type for the given expression
- alias(Class<A>, String) - Static method in class com.querydsl.core.alias.Alias
-
Create a new alias proxy of the given type for the given variable
- all - Static variable in class com.querydsl.core.types.dsl.Wildcard
-
Wildcard expression (*) for all columns
- all(CollectionExpression<?, ? super T>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a all col
expression
- all(SubQueryExpression<? extends T>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a all col
expression
- all() - Method in class com.querydsl.sql.RelationalPathBase
-
- all - Static variable in class com.querydsl.sql.SQLExpressions
-
Wildcard expression
- all(BooleanExpression) - Static method in class com.querydsl.sql.SQLExpressions
-
Get an aggregate all expression for the given boolean expression
- allOf(BooleanExpression...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Get the intersection of the given Boolean expressions
- allOf(Collection<Predicate>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create the intersection of the given arguments
- allOf(Predicate...) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create the intersection of the given arguments
- ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS - Static variable in class com.querydsl.apt.AbstractQuerydslProcessor
-
- altEntityAnn - Variable in class com.querydsl.apt.DefaultConfiguration
-
- and(Predicate) - Method in class com.querydsl.core.BooleanBuilder
-
Create the intersection of this and the given predicate
- and(Predicate) - Method in class com.querydsl.core.types.dsl.BooleanExpression
-
Create a this && right
expression
- and(Predicate, Predicate) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create the intersection of the given arguments
- AND - Static variable in class com.querydsl.core.types.Templates.Precedence
-
- andAnyOf(Predicate...) - Method in class com.querydsl.core.BooleanBuilder
-
Create the intersection of this and the union of the given args
{@code (this && (arg1 || arg2 ...
- andAnyOf(Predicate...) - Method in class com.querydsl.core.types.dsl.BooleanExpression
-
Create a this && any(predicates)
expression
- andNot(Predicate) - Method in class com.querydsl.core.BooleanBuilder
-
Create the insertion of this and the negation of the given predicate
- AnnotationHelper - Interface in com.querydsl.codegen
-
AnnotationHelper
defines a interface to provide custom annotation processing
for
TypeFactory
.
- AnnotationMapper - Class in com.querydsl.sql.dml
-
Creates the mapping via @Column annotated fields in the object.
- AnnotationMapper() - Constructor for class com.querydsl.sql.dml.AnnotationMapper
-
- AnnotationMapper(boolean) - Constructor for class com.querydsl.sql.dml.AnnotationMapper
-
- Annotations - Class in com.querydsl.core.util
-
- Annotations(AnnotatedElement...) - Constructor for class com.querydsl.core.util.Annotations
-
- annotationType() - Method in class com.querydsl.apt.QueryTypeImpl
-
- annotationType() - Method in class com.querydsl.sql.codegen.support.NotNullImpl
-
- annotationType() - Method in class com.querydsl.sql.codegen.support.SizeImpl
-
- annotationType() - Method in class com.querydsl.sql.ColumnImpl
-
- AntJPADomainExporter - Class in com.querydsl.jpa.codegen.ant
-
AntJPADomainExporter
exports JPA 2 metamodels to Querydsl expression types
- AntJPADomainExporter() - Constructor for class com.querydsl.jpa.codegen.ant.AntJPADomainExporter
-
- AntJPADomainExporter.Configuration - Class in com.querydsl.jpa.codegen.ant
-
Set of additional properties to use when creating the JPA entity manager factory
- AntJPADomainExporter.Configuration() - Constructor for class com.querydsl.jpa.codegen.ant.AntJPADomainExporter.Configuration
-
- AntJPADomainExporter.Property - Class in com.querydsl.jpa.codegen.ant
-
Additional property to use when creating the JPA entity manager factory
- AntJPADomainExporter.Property() - Constructor for class com.querydsl.jpa.codegen.ant.AntJPADomainExporter.Property
-
- AntMetaDataExporter - Class in com.querydsl.sql.codegen.ant
-
AntMetaDataExporter
exports JDBC metadata to Querydsl query types
- AntMetaDataExporter() - Constructor for class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- any() - Method in class com.querydsl.core.types.dsl.CollectionPath
-
- any() - Method in class com.querydsl.core.types.dsl.CollectionPathBase
-
Create a path that matches any element in this collection
- any() - Method in class com.querydsl.core.types.dsl.ListPath
-
- any() - Method in class com.querydsl.core.types.dsl.SetPath
-
- any(CollectionExpression<?, ? super T>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a any col
expression
- any(SubQueryExpression<? extends T>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a any col
expression
- any(BooleanExpression) - Static method in class com.querydsl.sql.SQLExpressions
-
Get an aggregate any expression for the given boolean expression
- anyEmbedded(Path<? extends Collection<T>>, Path<T>) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
Define a constraint for an embedded object
- AnyEmbeddedBuilder<Q extends AbstractMongodbQuery<K,Q>,K> - Class in com.querydsl.mongodb
-
AnyEmbeddedBuilder
is a builder for constraints on embedded objects
- AnyEmbeddedBuilder(QueryMixin<Q>, Path<? extends Collection<?>>) - Constructor for class com.querydsl.mongodb.AnyEmbeddedBuilder
-
- anyOf(BooleanExpression...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Get the union of the given Boolean expressions
- anyOf(Collection<Predicate>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create the union of the given arguments
- anyOf(Predicate...) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create the union of the given arguments
- append(String) - Method in class com.querydsl.core.support.SerializerBase
-
- append(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a concat(this, str)
expression
- append(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a concat(this, str)
expression
- appendAsColumnName(Path<?>, boolean) - Method in class com.querydsl.jpa.NativeSQLSerializer
-
- appendAsColumnName(Path<?>, boolean) - Method in class com.querydsl.sql.SQLSerializer
-
- appending(Expression<T>, Expression<?>...) - Static method in class com.querydsl.core.types.Projections
-
Create an appending factory expression which serializes all the arguments but the uses
the base value as the return value
- appendSchema(String, String) - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- appendSchema(String, String) - Method in interface com.querydsl.sql.codegen.NamingStrategy
-
Normalizes and appends the given schema name to the package name
- appendSchemaName(String) - Method in class com.querydsl.sql.SQLSerializer
-
- appendTableName(String, boolean) - Method in class com.querydsl.sql.SQLSerializer
-
- apply(S) - Method in class com.querydsl.collections.EvaluatorFunction
-
- apply(Configuration) - Method in interface com.querydsl.maven.Mapping
-
Apply the customization to the passed in configuration.
- apply(Configuration) - Method in class com.querydsl.maven.NumericMapping
-
- apply(Configuration) - Method in class com.querydsl.maven.RenameMapping
-
- apply(Configuration) - Method in class com.querydsl.maven.TypeMapping
-
- APTOptions - Class in com.querydsl.apt
-
APT options supported by Querydsl
- area() - Method in class com.querydsl.spatial.jts.JTSMultiSurfaceExpression
-
The area of this MultiSurface, as measured in the spatial reference system of this MultiSurface.
- area() - Method in class com.querydsl.spatial.jts.JTSSurfaceExpression
-
The area of this Surface, as measured in the spatial reference system of this Surface.
- area() - Method in class com.querydsl.spatial.MultiSurfaceExpression
-
The area of this MultiSurface, as measured in the spatial reference system of this MultiSurface.
- area() - Method in class com.querydsl.spatial.SurfaceExpression
-
The area of this Surface, as measured in the spatial reference system of this Surface.
- ARITH_HIGH - Static variable in class com.querydsl.core.types.Templates.Precedence
-
- ARITH_LOW - Static variable in class com.querydsl.core.types.Templates.Precedence
-
- array(Class<T[]>, Expression<T>...) - Static method in class com.querydsl.core.types.Projections
-
Create a typed array projection for the given type and expressions
- ArrayConstructorExpression<T> - Class in com.querydsl.core.types
-
- ArrayConstructorExpression(Expression<?>...) - Constructor for class com.querydsl.core.types.ArrayConstructorExpression
-
- ArrayConstructorExpression(Class<T[]>, Expression<T>...) - Constructor for class com.querydsl.core.types.ArrayConstructorExpression
-
- ArrayExpression<A,T> - Interface in com.querydsl.core.types.dsl
-
ArrayExpression
defines an interface for array typed expression
- ArrayPath<A,E> - Class in com.querydsl.core.types.dsl
-
ArrayPath
represents an array typed path
- ArrayPath(Class<? super A>, String) - Constructor for class com.querydsl.core.types.dsl.ArrayPath
-
- ArrayPath(Class<? super A>, Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.ArrayPath
-
- ArrayPath(Class<? super A>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.ArrayPath
-
- arrayPath(Class<A>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- arrayPath(Class<A>, Path<?>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- arrayPath(Class<A>, PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- ArrayType<T> - Class in com.querydsl.sql.types
-
ArrayType
maps Java arrays to JDBC arrays
- ArrayType(Class<T>, String) - Constructor for class com.querydsl.sql.types.ArrayType
-
- ArrayUtils - Class in com.querydsl.core.util
-
ArrayUtils provides array related utility functionality
- as(TypeCategory) - Method in class com.querydsl.codegen.EntityType
-
- as(Path<R>) - Method in class com.querydsl.core.group.AbstractGroupExpression
-
Create an alias for the expression
- as(String) - Method in class com.querydsl.core.group.AbstractGroupExpression
-
Create an alias for the expression
- as(Expression<?>...) - Method in class com.querydsl.core.group.GroupByBuilder
-
Get the results as a map
- as(Expression<V>) - Method in class com.querydsl.core.group.GroupByBuilder
-
Get the results as a map
- as(FactoryExpression<V>) - Method in class com.querydsl.core.group.GroupByBuilder
-
Get the results as a map
- as(Path<T>) - Method in class com.querydsl.core.types.ConstructorExpression
-
Create an alias for the expression
- as(String) - Method in class com.querydsl.core.types.ConstructorExpression
-
Create an alias for the expression
- as(Class<U>) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Cast the path to a subtype querytype
- as(Path<Boolean>) - Method in class com.querydsl.core.types.dsl.BooleanExpression
-
- as(String) - Method in class com.querydsl.core.types.dsl.BooleanExpression
-
- as(Path<T>) - Method in class com.querydsl.core.types.dsl.Coalesce
-
Create an alias for the expression
- as(String) - Method in class com.querydsl.core.types.dsl.Coalesce
-
Create an alias for the expression
- as(EntityPath<E>) - Method in class com.querydsl.core.types.dsl.CollectionExpressionBase
-
- as(Path<T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
- as(String) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
- as(Path<T>) - Method in class com.querydsl.core.types.dsl.DateExpression
-
- as(String) - Method in class com.querydsl.core.types.dsl.DateExpression
-
- as(Path<T>) - Method in class com.querydsl.core.types.dsl.DateTimeExpression
-
- as(String) - Method in class com.querydsl.core.types.dsl.DateTimeExpression
-
- as(Path<T>) - Method in class com.querydsl.core.types.dsl.DslExpression
-
Create an alias for the expression
- as(String) - Method in class com.querydsl.core.types.dsl.DslExpression
-
Create an alias for the expression
- as(Path<T>) - Method in class com.querydsl.core.types.dsl.EnumExpression
-
- as(String) - Method in class com.querydsl.core.types.dsl.EnumExpression
-
- as(Expression<D>, Path<D>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a source as alias
expression
- as(Expression<D>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a source as alias
expression
- as(Path<T>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
- as(String) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
- as(Path<T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create an alias for the expression
- as(String) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create an alias for the expression
- as(Path<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
- as(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
- as(Path<T>) - Method in class com.querydsl.core.types.dsl.TimeExpression
-
- as(String) - Method in class com.querydsl.core.types.dsl.TimeExpression
-
- as(Expression<D>, Path<D>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create an alias expression with the given source and alias
- as(Expression<D>, String) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create an alias expression with the given source and alias
- as(Path<T>) - Method in class com.querydsl.core.types.QBean
-
Create an alias for the expression
- as(String) - Method in class com.querydsl.core.types.QBean
-
Create an alias for the expression
- as(String) - Method in class com.querydsl.sql.AbstractSQLQuery
-
Create an alias for the expression
- as(Path<?>) - Method in class com.querydsl.sql.AbstractSQLQuery
-
Create an alias for the expression
- as(String) - Method in interface com.querydsl.sql.Union
-
Create an alias for the expression
- as(Path<RT>) - Method in interface com.querydsl.sql.Union
-
Create an alias for the expression
- as(String) - Method in class com.querydsl.sql.UnionImpl
-
- as(Path<T>) - Method in class com.querydsl.sql.UnionImpl
-
- as(Expression<A>) - Method in class com.querydsl.sql.WindowFunction
-
- as(String) - Method in class com.querydsl.sql.WindowFunction
-
- as(Expression<?>) - Method in class com.querydsl.sql.WithBuilder
-
- asBinary() - Method in class com.querydsl.spatial.GeometryExpression
-
Exports this geometric object to a specific Well-known Binary Representation of
Geometry.
- asBinary() - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Exports this geometric object to a specific Well-known Binary Representation of
Geometry.
- asBoolean() - Method in class com.querydsl.core.types.dsl.Coalesce
-
- asc() - Method in class com.querydsl.core.types.dsl.Coalesce
-
- asc() - Method in class com.querydsl.core.types.dsl.ComparableExpressionBase
-
Create an OrderSpecifier for ascending order of this expression
- asCollection() - Method in class com.querydsl.spatial.GeometryPath
-
- asCollection() - Method in class com.querydsl.spatial.jts.JTSGeometryPath
-
- asDate() - Method in class com.querydsl.core.types.dsl.Coalesce
-
- asDateTime() - Method in class com.querydsl.core.types.dsl.Coalesce
-
- asDBObject(String, Object) - Method in class com.querydsl.mongodb.MongodbSerializer
-
- asEnum() - Method in class com.querydsl.core.types.dsl.Coalesce
-
- asEWKT(GeometryExpression<?>) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Return a specified ST_Geometry value from Extended Well-Known Text representation (EWKT).
- asEWKT(JTSGeometryExpression<?>) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Return a specified ST_Geometry value from Extended Well-Known Text representation (EWKT).
- asFilter() - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
Create a filter for constraints defined in this query
- asFilter() - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
Create a filter for constraints defined in this querydsl
- asFilter() - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
Create a filter for constraints defined in this querydsl
- asin(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a asin(num)
expression
- asLinearRing() - Method in class com.querydsl.spatial.GeometryPath
-
- asLinearRing() - Method in class com.querydsl.spatial.jts.JTSGeometryPath
-
- asLineString() - Method in class com.querydsl.spatial.GeometryPath
-
- asLineString() - Method in class com.querydsl.spatial.jts.JTSGeometryPath
-
- asLiteral(Object) - Method in class com.querydsl.sql.Configuration
-
Get the literal representation of the given constant
- asMultiLineString() - Method in class com.querydsl.spatial.GeometryPath
-
- asMultiLineString() - Method in class com.querydsl.spatial.jts.JTSGeometryPath
-
- asMultiPoint() - Method in class com.querydsl.spatial.GeometryPath
-
- asMultiPoint() - Method in class com.querydsl.spatial.jts.JTSGeometryPath
-
- asMultiPolygon() - Method in class com.querydsl.spatial.GeometryPath
-
- asMultiPolygon() - Method in class com.querydsl.spatial.jts.JTSGeometryPath
-
- asNumber() - Method in class com.querydsl.core.types.dsl.Coalesce
-
- asPoint() - Method in class com.querydsl.spatial.GeometryPath
-
- asPoint() - Method in class com.querydsl.spatial.jts.JTSGeometryPath
-
- asPolygon() - Method in class com.querydsl.spatial.GeometryPath
-
- asPolygon() - Method in class com.querydsl.spatial.jts.JTSGeometryPath
-
- asPolyHedralSurface() - Method in class com.querydsl.spatial.GeometryPath
-
- asReference(Operation<?>, int) - Method in class com.querydsl.mongodb.MongodbSerializer
-
- asReference(Object) - Method in class com.querydsl.mongodb.MongodbSerializer
-
- asReference(Object) - Method in class com.querydsl.mongodb.morphia.MorphiaSerializer
-
- asString() - Method in class com.querydsl.core.types.dsl.Coalesce
-
- asText() - Method in class com.querydsl.spatial.GeometryExpression
-
Exports this geometric object to a specific Well-known Text Representation of Geometry.
- asText() - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Exports this geometric object to a specific Well-known Text Representation of Geometry.
- asTime() - Method in class com.querydsl.core.types.dsl.Coalesce
-
- atan(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a atan(num)
expression
- authName - Variable in class com.querydsl.sql.spatial.QSpatialRefSys
-
- authSrid - Variable in class com.querydsl.sql.spatial.QSpatialRefSys
-
- avg(Expression<E>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating avg expression
- avg() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a avg(this)
expression
- avg(CollectionExpression<?, A>) - Static method in class com.querydsl.jpa.JPAExpressions
-
Create a avg(col) expression
- avg(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Start a window function expression
- BatooTemplates - Class in com.querydsl.jpa
-
BatooTemplates
extends
JPQLTemplates
with Batoo specific extensions
- BatooTemplates() - Constructor for class com.querydsl.jpa.BatooTemplates
-
- BatooTemplates(char) - Constructor for class com.querydsl.jpa.BatooTemplates
-
- bean(Class<? extends T>, Expression<?>...) - Static method in class com.querydsl.core.types.Projections
-
Create a Bean populating projection for the given type and expressions
- bean(Path<? extends T>, Expression<?>...) - Static method in class com.querydsl.core.types.Projections
-
Create a Bean populating projection for the given type and expressions
- bean(Path<? extends T>, Map<String, ? extends Expression<?>>) - Static method in class com.querydsl.core.types.Projections
-
Create a Bean populating projection for the given type and bindings
- bean(Class<? extends T>, Map<String, ? extends Expression<?>>) - Static method in class com.querydsl.core.types.Projections
-
Create a Bean populating projection for the given type and bindings
- BEAN_PACKAGE_NAME - Static variable in class com.querydsl.sql.codegen.SQLCodegenModule
-
- BEAN_PREFIX - Static variable in class com.querydsl.sql.codegen.SQLCodegenModule
-
- BEAN_SERIALIZER - Static variable in class com.querydsl.sql.codegen.SQLCodegenModule
-
- BEAN_SUFFIX - Static variable in class com.querydsl.sql.codegen.SQLCodegenModule
-
- BeanMap - Class in com.querydsl.core.util
-
An implementation of Map for JavaBeans which uses introspection to
get and put properties in the bean.
- BeanMap() - Constructor for class com.querydsl.core.util.BeanMap
-
Constructs a new empty BeanMap
.
- BeanMap(Object) - Constructor for class com.querydsl.core.util.BeanMap
-
Constructs a new BeanMap
that operates on the
specified bean.
- BeanMap.MyMapEntry - Class in com.querydsl.core.util
-
- BeanMap.MyMapEntry(BeanMap, String, Object) - Constructor for class com.querydsl.core.util.BeanMap.MyMapEntry
-
Constructs a new MyMapEntry
.
- BeanMapper - Class in com.querydsl.sql.dml
-
Creates the mapping by inspecting object via bean inspection.
- BeanMapper() - Constructor for class com.querydsl.sql.dml.BeanMapper
-
- BeanMapper(boolean) - Constructor for class com.querydsl.sql.dml.BeanMapper
-
- BeanPath<T> - Class in com.querydsl.core.types.dsl
-
BeanPath
represents bean paths
- BeanPath(Class<? extends T>, String) - Constructor for class com.querydsl.core.types.dsl.BeanPath
-
- BeanPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.BeanPath
-
- BeanPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.BeanPath
-
- BeanPath(Class<? extends T>, PathMetadata, PathInits) - Constructor for class com.querydsl.core.types.dsl.BeanPath
-
- Beans - Class in com.querydsl.sql
-
- Beans(Map<? extends RelationalPath<?>, ?>) - Constructor for class com.querydsl.sql.Beans
-
- BeanSerializer - Class in com.querydsl.codegen
-
BeanSerializer
is a
Serializer
implementation which serializes
EntityType
instances into JavaBean classes
- BeanSerializer() - Constructor for class com.querydsl.codegen.BeanSerializer
-
Create a new BeanSerializer
- BeanSerializer(String) - Constructor for class com.querydsl.codegen.BeanSerializer
-
Create a new BeanSerializer with the given javadoc suffix
- BeanSerializer(boolean) - Constructor for class com.querydsl.codegen.BeanSerializer
-
Create a new BeanSerializer
- BeanSerializer(boolean, String) - Constructor for class com.querydsl.codegen.BeanSerializer
-
Create a new BeanSerializer
- BeanUtils - Class in com.querydsl.core.util
-
BeanUtils provides JavaBean compliant property de/capitalization functionality
- before(T) - Method in class com.querydsl.core.types.dsl.TemporalExpression
-
Create a this < right
expression
- before(Expression<T>) - Method in class com.querydsl.core.types.dsl.TemporalExpression
-
Create a this < right
expression
- beforeFirst() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- beforeFirst() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- between(A, A, A) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- between(T, T) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this between from and to
expression
- between(Expression<T>, Expression<T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this between from and to
expression
- between(A, A) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this between from and to
expression
- between(Expression<A>, Expression<A>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this between from and to
expression
- between(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- between(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- between(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- between() - Method in class com.querydsl.sql.WindowRows
-
- BigDecimalAsDoubleType - Class in com.querydsl.sql.types
-
BigDecimalAsDoubleType
maps BigDecimal to Double on the JDBC level
- BigDecimalAsDoubleType() - Constructor for class com.querydsl.sql.types.BigDecimalAsDoubleType
-
- BigDecimalAsDoubleType(int) - Constructor for class com.querydsl.sql.types.BigDecimalAsDoubleType
-
- BigDecimalType - Class in com.querydsl.sql.types
-
BigDecimalType
maps BigDecimal to BigDecimal on the JDBC level
- BigDecimalType() - Constructor for class com.querydsl.sql.types.BigDecimalType
-
- BigDecimalType(int) - Constructor for class com.querydsl.sql.types.BigDecimalType
-
- BigIntegerAsLongType - Class in com.querydsl.sql.types
-
BigIntegerType
maps BigInteger to Long on the JDBC level
- BigIntegerAsLongType() - Constructor for class com.querydsl.sql.types.BigIntegerAsLongType
-
- BigIntegerAsLongType(int) - Constructor for class com.querydsl.sql.types.BigIntegerAsLongType
-
- BigIntegerType - Class in com.querydsl.sql.types
-
BigIntegerType
maps BigInteger to BigDecimal on the JDBC level
- BigIntegerType() - Constructor for class com.querydsl.sql.types.BigIntegerType
-
- BigIntegerType(int) - Constructor for class com.querydsl.sql.types.BigIntegerType
-
- bigResult() - Method in class com.querydsl.sql.mysql.MySQLQuery
-
For SQL_BIG_RESULT, MySQL directly uses disk-based temporary tables if needed, and prefers
sorting to using a temporary table with a key on the GROUP BY elements.
- bind(Class<T>) - Method in class com.querydsl.codegen.AbstractModule
-
- bind(String, Class<? extends T>) - Method in class com.querydsl.codegen.AbstractModule
-
- bind(String, T) - Method in class com.querydsl.codegen.AbstractModule
-
- bind(Class<T>, Class<? extends T>) - Method in class com.querydsl.codegen.AbstractModule
-
- bind(Class<T>, T) - Method in class com.querydsl.codegen.AbstractModule
-
- bind(Path<A>, Iterable<? extends A>) - Method in class com.querydsl.collections.AbstractCollQuery
-
Bind the given collection to an already existing query source
- bindInstance(String, Class<? extends T>) - Method in class com.querydsl.codegen.AbstractModule
-
- BlobType - Class in com.querydsl.sql.types
-
BlobType
maps Blob to Blob on the JDBC level
- BlobType() - Constructor for class com.querydsl.sql.types.BlobType
-
- BlobType(int) - Constructor for class com.querydsl.sql.types.BlobType
-
- bodyEnd(EntityType, CodeWriter) - Method in class com.querydsl.codegen.BeanSerializer
-
- bodyEnd(EntityType, CodeWriter) - Method in class com.querydsl.codegen.GroovyBeanSerializer
-
- bodyEnd(EntityType, CodeWriter) - Method in class com.querydsl.sql.codegen.ExtendedBeanSerializer
-
- bodyStart(EntityType, CodeWriter) - Method in class com.querydsl.codegen.BeanSerializer
-
- bodyStart(EntityType, CodeWriter) - Method in class com.querydsl.codegen.GroovyBeanSerializer
-
- BooleanBuilder - Class in com.querydsl.core
-
BooleanBuilder
is a cascading builder for
Predicate
expressions.
- BooleanBuilder() - Constructor for class com.querydsl.core.BooleanBuilder
-
Create an empty BooleanBuilder
- BooleanBuilder(Predicate) - Constructor for class com.querydsl.core.BooleanBuilder
-
Create a BooleanBuilder with the given initial value
- BooleanExpression - Class in com.querydsl.core.types.dsl
-
BooleanExpression
represents
Boolean
expressions
- BooleanExpression(Expression<Boolean>) - Constructor for class com.querydsl.core.types.dsl.BooleanExpression
-
- BooleanOperation - Class in com.querydsl.core.types.dsl
-
BooleanOperation
represents boolean operations
- BooleanOperation(Operator, Expression<?>...) - Constructor for class com.querydsl.core.types.dsl.BooleanOperation
-
- BooleanOperation(Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.dsl.BooleanOperation
-
- booleanOperation(Operator, Expression<?>...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Boolean operation
- BooleanPath - Class in com.querydsl.core.types.dsl
-
BooleanPath
represents boolean path expressions
- BooleanPath(Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.BooleanPath
-
- BooleanPath(PathMetadata) - Constructor for class com.querydsl.core.types.dsl.BooleanPath
-
- BooleanPath(String) - Constructor for class com.querydsl.core.types.dsl.BooleanPath
-
- booleanPath(String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- booleanPath(Path<?>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- booleanPath(PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- BooleanTemplate - Class in com.querydsl.core.types.dsl
-
BooleanTemplate
is a custom boolean expression
- BooleanTemplate(Template, ImmutableList<?>) - Constructor for class com.querydsl.core.types.dsl.BooleanTemplate
-
- booleanTemplate(String, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- booleanTemplate(String, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- booleanTemplate(Template, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- booleanTemplate(Template, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- BooleanType - Class in com.querydsl.sql.types
-
BooleanType
maps Boolean to Boolean on the JDBC level
- BooleanType() - Constructor for class com.querydsl.sql.types.BooleanType
-
- BooleanType(int) - Constructor for class com.querydsl.sql.types.BooleanType
-
- boundary() - Method in class com.querydsl.spatial.GeometryExpression
-
Returns the closure of the combinatorial boundary of this geometric object
- boundary() - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns the closure of the combinatorial boundary of this geometric object
- buffer(double) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns a geometric object that represents all Points whose distance from this geometric
object is less than or equal to distance.
- buffer(double) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns a geometric object that represents all Points whose distance from this geometric
object is less than or equal to distance.
- bufferResult() - Method in class com.querydsl.sql.mysql.MySQLQuery
-
SQL_BUFFER_RESULT forces the result to be put into a temporary table.
- build(char, boolean) - Method in class com.querydsl.sql.SQLTemplates.Builder
-
- build() - Method in class com.querydsl.sql.SQLTemplates.Builder
-
- builder() - Static method in class com.querydsl.sql.CUBRIDTemplates
-
- builder() - Static method in class com.querydsl.sql.DB2Templates
-
- builder() - Static method in class com.querydsl.sql.DerbyTemplates
-
- builder() - Static method in class com.querydsl.sql.FirebirdTemplates
-
- builder() - Static method in class com.querydsl.sql.H2Templates
-
- builder() - Static method in class com.querydsl.sql.HSQLDBTemplates
-
- builder() - Static method in class com.querydsl.sql.MySQLTemplates
-
- builder() - Static method in class com.querydsl.sql.OracleTemplates
-
- builder() - Static method in class com.querydsl.sql.PostgreSQLTemplates
-
- builder() - Static method in class com.querydsl.sql.spatial.GeoDBTemplates
-
- builder() - Static method in class com.querydsl.sql.spatial.MySQLSpatialTemplates
-
- builder() - Static method in class com.querydsl.sql.spatial.OracleSpatialTemplates
-
- builder() - Static method in class com.querydsl.sql.spatial.PostGISTemplates
-
- builder() - Static method in class com.querydsl.sql.spatial.SQLServer2008SpatialTemplates
-
- builder() - Static method in class com.querydsl.sql.spatial.TeradataSpatialTemplates
-
- builder() - Static method in class com.querydsl.sql.SQLiteTemplates
-
- builder() - Static method in class com.querydsl.sql.SQLServer2005Templates
-
- builder() - Static method in class com.querydsl.sql.SQLServer2008Templates
-
- builder() - Static method in class com.querydsl.sql.SQLServer2012Templates
-
- builder() - Static method in class com.querydsl.sql.SQLServerTemplates
-
- builder() - Static method in class com.querydsl.sql.TeradataTemplates
-
- BytesType - Class in com.querydsl.sql.types
-
BytesType
maps byte[] to byte[] on the JDBC level
- BytesType() - Constructor for class com.querydsl.sql.types.BytesType
-
- BytesType(int) - Constructor for class com.querydsl.sql.types.BytesType
-
- ByteType - Class in com.querydsl.sql.types
-
ByteType
maps Byte to Byte on the JDBC level
- ByteType() - Constructor for class com.querydsl.sql.types.ByteType
-
- ByteType(int) - Constructor for class com.querydsl.sql.types.ByteType
-
- byteValue() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a cast(this as byte)
expression
- cache() - Method in class com.querydsl.sql.mysql.MySQLQuery
-
SQL_CACHE tells MySQL to store the result in the query cache if it is cacheable and the value
of the query_cache_type system variable is 2 or DEMAND.
- cacheable - Variable in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- cacheable - Variable in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- cacheRegion - Variable in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- cacheRegion - Variable in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- calcFoundRows() - Method in class com.querydsl.sql.mysql.MySQLQuery
-
SQL_CALC_FOUND_ROWS tells MySQL to calculate how many rows there would be in the result set,
disregarding any LIMIT clause.
- CalendarType - Class in com.querydsl.sql.types
-
CalendarType
maps Calendar to Timestamp on the JDBC level
- CalendarType() - Constructor for class com.querydsl.sql.types.CalendarType
-
- CalendarType(int) - Constructor for class com.querydsl.sql.types.CalendarType
-
- cancelRowUpdates() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- cancelRowUpdates() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- capitalize(String) - Static method in class com.querydsl.core.util.BeanUtils
-
- CASE - Static variable in class com.querydsl.core.types.Templates.Precedence
-
- CaseBuilder - Class in com.querydsl.core.types.dsl
-
CaseBuilder
enables the construction of typesafe case-when-then-else
constructs :
e.g.
- CaseBuilder() - Constructor for class com.querydsl.core.types.dsl.CaseBuilder
-
- CaseBuilder.Cases<A,Q extends Expression<A>> - Class in com.querydsl.core.types.dsl
-
Cascading typesafe Case builder
- CaseBuilder.Cases(Class<? extends A>) - Constructor for class com.querydsl.core.types.dsl.CaseBuilder.Cases
-
- CaseBuilder.CaseWhen<A,Q extends Expression<A>> - Class in com.querydsl.core.types.dsl
-
Intermediate When state
- CaseBuilder.CaseWhen(CaseBuilder.Cases<A, Q>, Predicate) - Constructor for class com.querydsl.core.types.dsl.CaseBuilder.CaseWhen
-
- CaseBuilder.Initial - Class in com.querydsl.core.types.dsl
-
Initial state of Case construction
- CaseBuilder.Initial(Predicate) - Constructor for class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- CaseForEqBuilder<D> - Class in com.querydsl.core.types.dsl
-
CaseForEqBuilder
enables the construction of typesafe case-when-then-else constructs
for equals-operations :
e.g.
- CaseForEqBuilder(Expression<D>, Expression<? extends D>) - Constructor for class com.querydsl.core.types.dsl.CaseForEqBuilder
-
- CaseForEqBuilder.Cases<T,Q extends Expression<T>> - Class in com.querydsl.core.types.dsl
-
Intermediate step
- CaseForEqBuilder.Cases() - Constructor for class com.querydsl.core.types.dsl.CaseForEqBuilder.Cases
-
- CaseForEqBuilder.CaseWhen<T,Q extends Expression<T>> - Class in com.querydsl.core.types.dsl
-
Intermediate step
- CaseForEqBuilder.CaseWhen(CaseForEqBuilder<D>.Cases<T, Q>, Expression<? extends D>) - Constructor for class com.querydsl.core.types.dsl.CaseForEqBuilder.CaseWhen
-
- cases() - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a builder for a case expression
- cast(Number, Class<D>) - Static method in class com.querydsl.core.util.MathUtils
-
- castToNum(Class<A>) - Method in class com.querydsl.core.types.dsl.LiteralExpression
-
Create a cast expression to the given numeric type
- castToNum(Class<A>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
- ceil() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a ceil(this)
expression
- centroid() - Method in class com.querydsl.spatial.jts.JTSMultiSurfaceExpression
-
The mathematical centroid for this MultiSurface.
- centroid() - Method in class com.querydsl.spatial.jts.JTSSurfaceExpression
-
The mathematical centroid for this Surface as a Point.
- centroid() - Method in class com.querydsl.spatial.MultiSurfaceExpression
-
The mathematical centroid for this MultiSurface.
- centroid() - Method in class com.querydsl.spatial.SurfaceExpression
-
The mathematical centroid for this Surface as a Point.
- CharacterType - Class in com.querydsl.sql.types
-
CharacterType
maps Character to Character on the JDBC level
- CharacterType() - Constructor for class com.querydsl.sql.types.CharacterType
-
- CharacterType(int) - Constructor for class com.querydsl.sql.types.CharacterType
-
- charAt(Expression<Integer>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.charAt(i)
expression
- charAt(int) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.charAt(i)
expression
- ClassPathUtils - Class in com.querydsl.codegen
-
ClassPathUtils
provides classpath scanning functionality
- cleanupMDC() - Method in class com.querydsl.jdo.AbstractJDOQuery
-
- cleanupMDC() - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- cleanupMDC() - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- cleanupMDC() - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- cleanupMDC() - Method in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- cleanupMDC() - Method in class com.querydsl.sql.AbstractSQLQuery
-
- cleanupMDC() - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
- clear() - Method in class com.querydsl.core.support.Context
-
- clear() - Method in class com.querydsl.core.util.BeanMap
-
This method reinitializes the bean map to have default values for the
bean's properties.
- clearOrderBy() - Method in class com.querydsl.core.DefaultQueryMetadata
-
- clearOrderBy() - Method in class com.querydsl.core.EmptyMetadata
-
- clearOrderBy() - Method in interface com.querydsl.core.QueryMetadata
-
Clear the order expressions
- clearWarnings() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- clearWarnings() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- clearWhere() - Method in class com.querydsl.core.DefaultQueryMetadata
-
- clearWhere() - Method in class com.querydsl.core.EmptyMetadata
-
- clearWhere() - Method in interface com.querydsl.core.QueryMetadata
-
Clear the where expressions
- ClobType - Class in com.querydsl.sql.types
-
ClobType
maps Clob to Clob on the JDBC level
- ClobType() - Constructor for class com.querydsl.sql.types.ClobType
-
- ClobType(int) - Constructor for class com.querydsl.sql.types.ClobType
-
- clone() - Method in class com.querydsl.collections.CollQuery
-
Clone the state of this query to a new CollQuery instance
- clone() - Method in class com.querydsl.core.BooleanBuilder
-
- clone() - Method in class com.querydsl.core.DefaultQueryMetadata
-
- clone() - Method in class com.querydsl.core.EmptyMetadata
-
- clone() - Method in interface com.querydsl.core.QueryMetadata
-
Clone this QueryMetadata instance
- clone() - Method in class com.querydsl.core.util.BeanMap
-
Clone this bean map using the following process:
- clone(PersistenceManager) - Method in interface com.querydsl.jdo.JDOQLQuery
-
Clone the state of the query for the given PersistenceManager
- clone(PersistenceManager) - Method in class com.querydsl.jdo.JDOQuery
-
Clone the state of this query to a new
JDOQuery
instance with the given
PersistenceManager
- clone() - Method in class com.querydsl.jdo.sql.JDOSQLQuery
-
- clone(Q) - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- clone(SessionHolder) - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- clone(Session) - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
Clone the state of this query to a new instance with the given Session
- clone(StatelessSession) - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
Clone the state of this query to a new instance with the given StatelessSession
- clone() - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
Clone the state of this query to a new instance
- clone(SessionHolder) - Method in class com.querydsl.jpa.hibernate.HibernateQuery
-
- clone(Q) - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- clone(SessionHolder) - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- clone(Session) - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- clone(StatelessSession) - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- clone() - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- clone(SessionHolder) - Method in class com.querydsl.jpa.hibernate.sql.HibernateSQLQuery
-
- clone(Q) - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- clone(EntityManager) - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
Clone the state of this query to a new instance with the given EntityManager
- clone(EntityManager, JPQLTemplates) - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
Clone the state of this query to a new instance with the given EntityManager
and the specified templates
- clone() - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
Clone the state of this query to a new instance
- clone(EntityManager, JPQLTemplates) - Method in class com.querydsl.jpa.impl.JPAQuery
-
- clone(EntityManager) - Method in class com.querydsl.jpa.impl.JPAQuery
-
- clone() - Method in class com.querydsl.jpa.JPAQueryBase
-
- clone(Q) - Method in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- clone(EntityManager) - Method in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- clone() - Method in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- clone(EntityManager) - Method in class com.querydsl.jpa.sql.JPASQLQuery
-
- clone(Q) - Method in class com.querydsl.sql.AbstractSQLQuery
-
- clone() - Method in class com.querydsl.sql.AbstractSQLQuery
-
- clone(Connection) - Method in class com.querydsl.sql.AbstractSQLQuery
-
- clone(Connection) - Method in class com.querydsl.sql.mssql.SQLServerQuery
-
- clone(Connection) - Method in class com.querydsl.sql.mysql.MySQLQuery
-
- clone(Connection) - Method in class com.querydsl.sql.oracle.OracleQuery
-
- clone(Connection) - Method in class com.querydsl.sql.postgresql.PostgreSQLQuery
-
- clone(Q) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- clone() - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- clone(Connection) - Method in class com.querydsl.sql.SQLQuery
-
- clone(Connection) - Method in class com.querydsl.sql.teradata.TeradataQuery
-
- close() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- close() - Method in class com.querydsl.jdo.AbstractJDOQuery
-
Close the query and related resources
- close() - Method in interface com.querydsl.jdo.JDOQLQuery
-
Close the query and related resources
- close() - Method in class com.querydsl.jdo.sql.AbstractSQLQuery
-
Close the query and related resources
- close() - Method in class com.querydsl.jpa.ScrollableResultsIterator
-
- close() - Method in class com.querydsl.jpa.TransformingIterator
-
- close() - Method in class com.querydsl.lucene3.ResultIterator
-
- close() - Method in class com.querydsl.lucene4.ResultIterator
-
- close() - Method in class com.querydsl.lucene5.ResultIterator
-
- close(Statement) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
- close(Collection<? extends Statement>) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
- close(ResultSet) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
- close() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- close() - Method in class com.querydsl.sql.SQLResultIterator
-
- coalesce(T...) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- Coalesce<T extends Comparable> - Class in com.querydsl.core.types.dsl
-
Coalesce
defines a coalesce function invocation.
- Coalesce(Class<? extends T>, Expression<?>...) - Constructor for class com.querydsl.core.types.dsl.Coalesce
-
- Coalesce(Expression...) - Constructor for class com.querydsl.core.types.dsl.Coalesce
-
- coalesce(Expression<?>...) - Method in class com.querydsl.core.types.dsl.ComparableExpressionBase
-
Create a coalesce(this, exprs...)
expression
- coalesce(T...) - Method in class com.querydsl.core.types.dsl.ComparableExpressionBase
-
Create a coalesce(this, args...)
expression
- CodegenModule - Class in com.querydsl.codegen
-
CodegenModule
provides a module for general serialization
- CodegenModule() - Constructor for class com.querydsl.codegen.CodegenModule
-
- CollDeleteClause<T> - Class in com.querydsl.collections
-
CollDeleteClause
is an implementation of the
DeleteClause
interface for the Querydsl
Collections module
- CollDeleteClause(QueryEngine, Path<T>, Collection<? extends T>) - Constructor for class com.querydsl.collections.CollDeleteClause
-
- CollDeleteClause(Path<T>, Collection<? extends T>) - Constructor for class com.querydsl.collections.CollDeleteClause
-
- collect(Expression<? extends GeometryCollection>) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Return a specified ST_Geometry value from a collection of other geometries.
- collect(Expression<? extends Geometry>, Expression<? extends Geometry>) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Return a specified ST_Geometry value from a collection of other geometries.
- collect(Expression<? extends GeometryCollection>) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Return a specified ST_Geometry value from a collection of other geometries.
- collect(Expression<? extends Geometry>, Expression<? extends Geometry>) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Return a specified ST_Geometry value from a collection of other geometries.
- collectElements() - Method in class com.querydsl.apt.AbstractQuerydslProcessor
-
- CollectionAnyVisitor - Class in com.querydsl.core.support
-
CollectionAnyVisitor
is an expression visitor which transforms any() path expressions which are
often transformed into subqueries
- CollectionAnyVisitor() - Constructor for class com.querydsl.core.support.CollectionAnyVisitor
-
- collectionAnyVisitor - Variable in class com.querydsl.core.support.QueryMixin
-
- CollectionExpression<T extends Collection<E>,E> - Interface in com.querydsl.core.types
-
CollectionExpression
represents
Collection
typed expressions
- CollectionExpressionBase<T extends Collection<E>,E> - Class in com.querydsl.core.types.dsl
-
- CollectionExpressionBase(Expression<T>) - Constructor for class com.querydsl.core.types.dsl.CollectionExpressionBase
-
- CollectionOperation<E> - Class in com.querydsl.core.types.dsl
-
CollectionOperation
is a collection typed operation
- CollectionOperation(Class<? super E>, Operator, Expression<?>...) - Constructor for class com.querydsl.core.types.dsl.CollectionOperation
-
- CollectionOperation(Class<? super E>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.dsl.CollectionOperation
-
- collectionOperation(Class<T>, Operator, Expression<?>...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Collection operation expression
- CollectionPath<E,Q extends SimpleExpression<? super E>> - Class in com.querydsl.core.types.dsl
-
CollectionPath
represents collection paths
- CollectionPath(Class<? super E>, Class<Q>, String) - Constructor for class com.querydsl.core.types.dsl.CollectionPath
-
- CollectionPath(Class<? super E>, Class<Q>, Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.CollectionPath
-
- CollectionPath(Class<? super E>, Class<Q>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.CollectionPath
-
- CollectionPath(Class<? super E>, Class<Q>, PathMetadata, PathInits) - Constructor for class com.querydsl.core.types.dsl.CollectionPath
-
- collectionPath(Class<E>, Class<Q>, PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- CollectionPathBase<C extends Collection<E>,E,Q extends SimpleExpression<? super E>> - Class in com.querydsl.core.types.dsl
-
CollectionPath
is a base class for collection typed paths
- CollectionPathBase(PathImpl<C>, PathInits) - Constructor for class com.querydsl.core.types.dsl.CollectionPathBase
-
- CollectionUtils - Class in com.querydsl.core.util
-
CollectionUtils provides addition operations for Collection types that provide an immutable type
for single item collections and after that mutable instances
- collectTypes() - Method in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- collectTypes() - Method in class com.querydsl.jpa.codegen.HibernateDomainExporter
-
- collectTypes() - Method in class com.querydsl.jpa.codegen.JPADomainExporter
-
- CollQuery<T> - Class in com.querydsl.collections
-
CollQuery
is the default implementation of the
FetchableQuery
interface for collections
- CollQuery() - Constructor for class com.querydsl.collections.CollQuery
-
Create a new CollQuery instance
- CollQuery(CollQueryTemplates) - Constructor for class com.querydsl.collections.CollQuery
-
Creates a new CollQuery instance
- CollQuery(QueryEngine) - Constructor for class com.querydsl.collections.CollQuery
-
Create a new CollQuery instance
- CollQuery(QueryMetadata) - Constructor for class com.querydsl.collections.CollQuery
-
Create a new CollQuery instance
- CollQuery(QueryMetadata, QueryEngine) - Constructor for class com.querydsl.collections.CollQuery
-
Create a new CollQuery instance
- CollQueryFactory - Class in com.querydsl.collections
-
CollQueryFactory
provides static convenience methods for query construction
- CollQueryFunctions - Class in com.querydsl.collections
-
CollQueryFunctions
defines function implementation for use in ColQueryTemplates
- CollQueryMixin<T> - Class in com.querydsl.collections
-
CollQueryMixin
extends
QueryMixin
to provide normalization logic specific to this module
- CollQueryMixin() - Constructor for class com.querydsl.collections.CollQueryMixin
-
- CollQueryMixin(QueryMetadata) - Constructor for class com.querydsl.collections.CollQueryMixin
-
- CollQueryMixin(T, QueryMetadata) - Constructor for class com.querydsl.collections.CollQueryMixin
-
- CollQuerySerializer - Class in com.querydsl.collections
-
CollQuerySerializer
is a
Serializer
implementation for the Java language
- CollQuerySerializer(CollQueryTemplates) - Constructor for class com.querydsl.collections.CollQuerySerializer
-
- CollQueryTemplates - Class in com.querydsl.collections
-
CollQueryTemplates
extends
JavaTemplates
to add module specific operation
templates.
- CollQueryTemplates() - Constructor for class com.querydsl.collections.CollQueryTemplates
-
- CollUpdateClause<T> - Class in com.querydsl.collections
-
CollUpdateClause
is an implementation of the
UpdateClause
interface for Querydsl Collections
- CollUpdateClause(QueryEngine, Path<T>, Iterable<? extends T>) - Constructor for class com.querydsl.collections.CollUpdateClause
-
- CollUpdateClause(Path<T>, Iterable<? extends T>) - Constructor for class com.querydsl.collections.CollUpdateClause
-
- column - Variable in class com.querydsl.maven.TypeMapping
-
- Column - Annotation Type in com.querydsl.sql
-
Defines the related SQL table column for a property
- COLUMN_COMPARATOR - Static variable in class com.querydsl.sql.codegen.SQLCodegenModule
-
- ColumnData - Class in com.querydsl.sql.codegen.support
-
ColumnData
defines column data
- ColumnData(String, String) - Constructor for class com.querydsl.sql.codegen.support.ColumnData
-
- ColumnImpl - Class in com.querydsl.sql
-
ColumnImpl is an implementation of the
Column
annotation
- ColumnImpl(String) - Constructor for class com.querydsl.sql.ColumnImpl
-
- ColumnMetadata - Class in com.querydsl.sql
-
Provides metadata like the column name, JDBC type and constraints
- columns(Path<?>...) - Method in interface com.querydsl.core.dml.InsertClause
-
Define the columns to be populated
- columns(Path<?>...) - Method in class com.querydsl.sql.dml.SQLInsertClause
-
- columns(Path<?>...) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
- com.querydsl.apt - package com.querydsl.apt
-
APT-related classes
- com.querydsl.apt.hibernate - package com.querydsl.apt.hibernate
-
APT Hibernate support
- com.querydsl.apt.jdo - package com.querydsl.apt.jdo
-
APT JDO support
- com.querydsl.apt.jpa - package com.querydsl.apt.jpa
-
APT JPA support
- com.querydsl.apt.morphia - package com.querydsl.apt.morphia
-
APT Morphia support
- com.querydsl.apt.roo - package com.querydsl.apt.roo
-
APT Roo support
- com.querydsl.codegen - package com.querydsl.codegen
-
Code generations models and serializers
- com.querydsl.collections - package com.querydsl.collections
-
Java Bean collections support
- com.querydsl.core - package com.querydsl.core
-
Basic Query elements
- com.querydsl.core.alias - package com.querydsl.core.alias
-
Alias functionality
- com.querydsl.core.annotations - package com.querydsl.core.annotations
-
Annotations for Domain and DTO types
- com.querydsl.core.dml - package com.querydsl.core.dml
-
DML interfaces
- com.querydsl.core.group - package com.querydsl.core.group
-
Aggregating post processing functionality
- com.querydsl.core.support - package com.querydsl.core.support
-
Various support classes
- com.querydsl.core.types - package com.querydsl.core.types
-
Expression types
- com.querydsl.core.types.dsl - package com.querydsl.core.types.dsl
-
DSL expression types
- com.querydsl.core.util - package com.querydsl.core.util
-
General utility classes
- com.querydsl.hibernate.search - package com.querydsl.hibernate.search
-
Hibernate Search support
- com.querydsl.jdo - package com.querydsl.jdo
-
JDO support
- com.querydsl.jdo.dml - package com.querydsl.jdo.dml
-
DML operations support
- com.querydsl.jdo.sql - package com.querydsl.jdo.sql
-
SQL queries for JDO
- com.querydsl.jpa - package com.querydsl.jpa
-
JPA support
- com.querydsl.jpa.codegen - package com.querydsl.jpa.codegen
-
JPA and Hibernate model based code generation
- com.querydsl.jpa.codegen.ant - package com.querydsl.jpa.codegen.ant
-
ANT integration for JPA code generation
- com.querydsl.jpa.hibernate - package com.querydsl.jpa.hibernate
-
JPQL for Hibernate
- com.querydsl.jpa.hibernate.sql - package com.querydsl.jpa.hibernate.sql
-
Native queries for Hibernate
- com.querydsl.jpa.impl - package com.querydsl.jpa.impl
-
JPQL for JPA
- com.querydsl.jpa.sql - package com.querydsl.jpa.sql
-
Native queries for JPA
- com.querydsl.jpa.support - package com.querydsl.jpa.support
-
Support classes
- com.querydsl.lucene3 - package com.querydsl.lucene3
-
Lucene 3 support
- com.querydsl.lucene4 - package com.querydsl.lucene4
-
Lucene 4 support
- com.querydsl.lucene5 - package com.querydsl.lucene5
-
Lucene 5 support
- com.querydsl.maven - package com.querydsl.maven
-
Maven plugins
- com.querydsl.mongodb - package com.querydsl.mongodb
-
MongoDB support
- com.querydsl.mongodb.morphia - package com.querydsl.mongodb.morphia
-
Morphia bindings
- com.querydsl.spatial - package com.querydsl.spatial
-
Spatial types using Geolatte
- com.querydsl.spatial.hibernate - package com.querydsl.spatial.hibernate
-
Serialization patterns for Hibernate Spatial
- com.querydsl.spatial.jts - package com.querydsl.spatial.jts
-
Spatial types using JTS
- com.querydsl.sql - package com.querydsl.sql
-
SQL/JDBC support
- com.querydsl.sql.codegen - package com.querydsl.sql.codegen
-
JDBC schema inspection based code generation
- com.querydsl.sql.codegen.ant - package com.querydsl.sql.codegen.ant
-
ANT support
- com.querydsl.sql.codegen.support - package com.querydsl.sql.codegen.support
-
Support classes
- com.querydsl.sql.dml - package com.querydsl.sql.dml
-
DML operations support
- com.querydsl.sql.mssql - package com.querydsl.sql.mssql
-
SQL Server support
- com.querydsl.sql.mysql - package com.querydsl.sql.mysql
-
MySQL support
- com.querydsl.sql.oracle - package com.querydsl.sql.oracle
-
Oracle support
- com.querydsl.sql.postgresql - package com.querydsl.sql.postgresql
-
PostgreSQL support
- com.querydsl.sql.spatial - package com.querydsl.sql.spatial
-
Spatial support
- com.querydsl.sql.spring - package com.querydsl.sql.spring
-
Spring support
- com.querydsl.sql.support - package com.querydsl.sql.support
-
Support classes
- com.querydsl.sql.teradata - package com.querydsl.sql.teradata
-
Teradata support
- com.querydsl.sql.types - package com.querydsl.sql.types
-
Types for de/serialization to ResultSet and PreparedStatement
- combine(Class<T>, T, T, T...) - Static method in class com.querydsl.core.util.ArrayUtils
-
- combine(int, Object[]...) - Static method in class com.querydsl.core.util.ArrayUtils
-
- comment - Variable in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- ComparableEntityPath<T extends Comparable> - Class in com.querydsl.core.types.dsl
-
ComparableEntityPath
extends the
ComparablePath
class to implement the EntityPath interface
- ComparableEntityPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.ComparableEntityPath
-
- ComparableEntityPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.ComparableEntityPath
-
- ComparableEntityPath(Class<? extends T>, String) - Constructor for class com.querydsl.core.types.dsl.ComparableEntityPath
-
- comparableEntityPath(Class<? extends T>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- comparableEntityPath(Class<? extends T>, Path<?>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- comparableEntityPath(Class<? extends T>, PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- ComparableExpression<T extends Comparable> - Class in com.querydsl.core.types.dsl
-
- ComparableExpression(Expression<T>) - Constructor for class com.querydsl.core.types.dsl.ComparableExpression
-
- ComparableExpressionBase<T extends Comparable> - Class in com.querydsl.core.types.dsl
-
ComparableExpressionBase
represents comparable expressions
- ComparableExpressionBase(Expression<T>) - Constructor for class com.querydsl.core.types.dsl.ComparableExpressionBase
-
- ComparableOperation<T extends Comparable<?>> - Class in com.querydsl.core.types.dsl
-
ComparableOperation
represents Comparable operations
- ComparableOperation(Class<? extends T>, Operator, Expression<?>...) - Constructor for class com.querydsl.core.types.dsl.ComparableOperation
-
- ComparableOperation(Class<? extends T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.dsl.ComparableOperation
-
- comparableOperation(Class<? extends T>, Operator, Expression<?>...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Operation expression
- ComparablePath<T extends Comparable> - Class in com.querydsl.core.types.dsl
-
ComparablePath
represents comparable paths
- ComparablePath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.ComparablePath
-
- ComparablePath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.ComparablePath
-
- ComparablePath(Class<? extends T>, String) - Constructor for class com.querydsl.core.types.dsl.ComparablePath
-
- comparablePath(Class<? extends T>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- comparablePath(Class<? extends T>, Path<?>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- comparablePath(Class<? extends T>, PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- ComparableTemplate<T extends Comparable<?>> - Class in com.querydsl.core.types.dsl
-
ComparableTemplate
defines custom comparable expressions
- ComparableTemplate(Class<? extends T>, Template, ImmutableList<?>) - Constructor for class com.querydsl.core.types.dsl.ComparableTemplate
-
- comparableTemplate(Class<? extends T>, String, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- comparableTemplate(Class<? extends T>, String, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- comparableTemplate(Class<? extends T>, Template, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- comparableTemplate(Class<? extends T>, Template, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- compare(T, T) - Method in class com.querydsl.collections.MultiComparator
-
- compare(T, T) - Method in class com.querydsl.collections.PathComparator
-
- compare(T, T) - Method in class com.querydsl.core.util.NullSafeComparableComparator
-
- compare(Property, Property) - Method in class com.querydsl.sql.codegen.OrdinalPositionComparator
-
- compareOps - Static variable in enum com.querydsl.core.types.Ops
-
- compareTo(EntityType) - Method in class com.querydsl.codegen.EntityType
-
- compareTo(Property) - Method in class com.querydsl.codegen.Property
-
- compareTo(T, T) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- COMPARISON - Static variable in class com.querydsl.core.types.Templates.Precedence
-
- CompileMojo - Class in com.querydsl.maven
-
CompileMojo
compiles the sources generated by other tasks
- CompileMojo() - Constructor for class com.querydsl.maven.CompileMojo
-
- concat(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a concat(this, str)
expression
- concat(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a concat(this, str)
expression
- Config - Annotation Type in com.querydsl.core.annotations
-
Config
defines serialization flags for annotated domain types and packages
- Configuration - Interface in com.querydsl.apt
-
Configuration
defines the configuration options for APT-based Querydsl code generation
- configuration - Variable in class com.querydsl.sql.AbstractSQLQueryFactory
-
- Configuration - Class in com.querydsl.sql
-
Configuration for SQLQuery instances
- Configuration(SQLTemplates) - Constructor for class com.querydsl.sql.Configuration
-
Create a new Configuration instance
- configuration - Variable in class com.querydsl.sql.dml.AbstractSQLClause
-
- configuration - Variable in class com.querydsl.sql.ProjectableSQLQuery
-
- configure() - Method in class com.querydsl.codegen.AbstractModule
-
- configure() - Method in class com.querydsl.codegen.CodegenModule
-
- configure(GenericExporter) - Method in class com.querydsl.maven.AbstractExporterMojo
-
- configure(GenericExporter) - Method in class com.querydsl.maven.JDOExporterMojo
-
- configure(GenericExporter) - Method in class com.querydsl.maven.JPAExporterMojo
-
- configure() - Method in class com.querydsl.sql.codegen.SQLCodegenModule
-
- connectBy(Predicate) - Method in class com.querydsl.sql.oracle.OracleQuery
-
CONNECT BY specifies the relationship between parent rows and child rows of the hierarchy.
- connectByNocyclePrior(Predicate) - Method in class com.querydsl.sql.oracle.OracleQuery
-
CONNECT BY specifies the relationship between parent rows and child rows of the hierarchy.
- connectByPrior(Predicate) - Method in class com.querydsl.sql.oracle.OracleQuery
-
CONNECT BY specifies the relationship between parent rows and child rows of the hierarchy.
- connection - Variable in class com.querydsl.sql.AbstractSQLQueryFactory
-
- Constant<T> - Interface in com.querydsl.core.types
-
Constant
represents a general constant expression.
- constant(T) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a Constant expression for the given value
- CONSTANT - Static variable in class com.querydsl.sql.types.Null
-
- constantAs(D, Path<D>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a source as alias
expression
- ConstantImpl<T> - Class in com.querydsl.core.types
-
ConstantImpl
is the default implementation of the
Constant
interface
- constructor(Class<? extends T>, Expression<?>...) - Static method in class com.querydsl.core.types.Projections
-
Create a constructor invocation projection for the given type and expressions
- constructor(Class<? extends T>, Class<?>[], Expression<?>...) - Static method in class com.querydsl.core.types.Projections
-
Create a constructor invocation projection for given type, parameter types and expressions
- constructor(Class<? extends T>, Class<?>[], ImmutableList<Expression<?>>) - Static method in class com.querydsl.core.types.Projections
-
Create a constructor invocation projection for given type, parameter types and expressions
- constructor - Variable in class com.querydsl.core.util.ConstructorUtils.ArgumentTransformer
-
- constructorContent(CodeWriter, EntityType) - Method in class com.querydsl.codegen.EntitySerializer
-
- constructorContent(CodeWriter, EntityType) - Method in class com.querydsl.sql.codegen.MetaDataSerializer
-
- ConstructorExpression<T> - Class in com.querydsl.core.types
-
ConstructorExpression
represents a constructor invocation
- ConstructorExpression(Class<? extends T>, Expression<?>...) - Constructor for class com.querydsl.core.types.ConstructorExpression
-
- ConstructorExpression(Class<? extends T>, Class<?>[], Expression<?>...) - Constructor for class com.querydsl.core.types.ConstructorExpression
-
- ConstructorExpression(Class<? extends T>, Class<?>[], ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.ConstructorExpression
-
- constructors(EntityType, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.EntitySerializer
-
- constructorsForVariables(CodeWriter, EntityType) - Method in class com.querydsl.codegen.EntitySerializer
-
- constructorsForVariables(CodeWriter, EntityType) - Method in class com.querydsl.sql.codegen.MetaDataSerializer
-
- ConstructorUtils - Class in com.querydsl.core.util
-
ConstructorUtils provides constructor resolving functionality
- ConstructorUtils.ArgumentTransformer - Class in com.querydsl.core.util
-
- ConstructorUtils.ArgumentTransformer(Constructor<?>) - Constructor for class com.querydsl.core.util.ConstructorUtils.ArgumentTransformer
-
- ConstructorUtils.ArgumentTransformer(Class<?>[]) - Constructor for class com.querydsl.core.util.ConstructorUtils.ArgumentTransformer
-
- contains(Expression<? extends T>) - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a right in this
expression
- contains(T) - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a right in this
expression
- contains(Expression<? extends T>) - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- contains(T) - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- contains(E) - Method in class com.querydsl.core.types.dsl.CollectionExpressionBase
-
Create a this.contains(child)
expression
- contains(Expression<E>) - Method in class com.querydsl.core.types.dsl.CollectionExpressionBase
-
Create a this.contains(child)
expression
- contains(K, V) - Method in class com.querydsl.core.types.dsl.MapExpressionBase
-
Create a (key, value) in this
expression
- contains(Expression<K>, Expression<V>) - Method in class com.querydsl.core.types.dsl.MapExpressionBase
-
Create a (key, value) in this
expression
- contains(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.contains(str)
expression
- contains(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.contains(str)
expression
- contains(Geometry) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially contains” anotherGeometry.
- contains(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially contains” anotherGeometry.
- contains(Geometry) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially contains” anotherGeometry.
- contains(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially contains” anotherGeometry.
- containsIgnoreCase(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.containsIgnoreCase(str)
expression
- containsIgnoreCase(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.containsIgnoreCase(str)
expression
- containsKey(Expression<K>) - Method in class com.querydsl.core.types.dsl.MapExpressionBase
-
Create a key in keys(this)
expression
- containsKey(K) - Method in class com.querydsl.core.types.dsl.MapExpressionBase
-
Create a key in keys(this)
expression
- containsKey(String) - Method in class com.querydsl.core.util.BeanMap
-
Returns true if the bean defines a property with the given name.
- containsValue(Expression<V>) - Method in class com.querydsl.core.types.dsl.MapExpressionBase
-
Create a value in values(this)
expression
- containsValue(V) - Method in class com.querydsl.core.types.dsl.MapExpressionBase
-
Create a value in values(this)
expression
- Context - Class in com.querydsl.core.support
-
- Context() - Constructor for class com.querydsl.core.support.Context
-
- context - Variable in class com.querydsl.sql.dml.AbstractSQLClause
-
- Conversions - Class in com.querydsl.jpa
-
Conversions
provides module specific projection conversion functionality
- convert(Predicate, QueryMixin.Role) - Method in class com.querydsl.collections.CollQueryMixin
-
- convert(Expression<RT>, QueryMixin.Role) - Method in class com.querydsl.core.support.QueryMixin
-
- convert(Predicate, QueryMixin.Role) - Method in class com.querydsl.core.support.QueryMixin
-
- convert(List<?>) - Method in class com.querydsl.core.types.Template.AsString
-
- convert(List<?>) - Method in class com.querydsl.core.types.Template.ByIndex
-
- convert(List<?>) - Method in class com.querydsl.core.types.Template.Element
-
- convert(List<?>) - Method in class com.querydsl.core.types.Template.StaticText
-
- convert(List<?>) - Method in class com.querydsl.core.types.Template.Transformed
-
- convert(Predicate, QueryMixin.Role) - Method in class com.querydsl.jdo.JDOQueryMixin
-
- convert(Expression<RT>) - Static method in class com.querydsl.jpa.Conversions
-
- convert(Expression<RT>, QueryMixin.Role) - Method in class com.querydsl.jpa.JPAQueryMixin
-
- convert(Predicate, QueryMixin.Role) - Method in class com.querydsl.jpa.JPAQueryMixin
-
- convert(Path<?>, Expression<?>, QueryMetadata) - Method in class com.querydsl.lucene3.LuceneSerializer
-
template method
- convert(Path<?>, Object) - Method in class com.querydsl.lucene3.LuceneSerializer
-
template method
- convert(Path<?>, Expression<?>, QueryMetadata) - Method in class com.querydsl.lucene4.LuceneSerializer
-
template method
- convert(Path<?>, Object) - Method in class com.querydsl.lucene4.LuceneSerializer
-
template method
- convert(Path<?>, Expression<?>, QueryMetadata) - Method in class com.querydsl.lucene5.LuceneSerializer
-
template method
- convert(Path<?>, Object) - Method in class com.querydsl.lucene5.LuceneSerializer
-
template method
- convertForNativeQuery(Expression<RT>) - Static method in class com.querydsl.jpa.Conversions
-
- convertType(Class<?>, Object) - Method in class com.querydsl.core.util.BeanMap
-
Converts the given value to the given type.
- convexHull() - Method in class com.querydsl.spatial.GeometryExpression
-
Returns a geometric object that represents the convex hull of this geometric object.
- convexHull() - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns a geometric object that represents the convex hull of this geometric object.
- copyOf(List<T>) - Static method in class com.querydsl.core.util.CollectionUtils
-
- copyOf(Set<T>) - Static method in class com.querydsl.core.util.CollectionUtils
-
- copyOf(Map<K, V>) - Static method in class com.querydsl.core.util.CollectionUtils
-
- copyOfSorted(Set<T>) - Static method in class com.querydsl.core.util.CollectionUtils
-
- corr(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
CORR returns the coefficient of correlation of a set of number pairs.
- cos(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a cos(num)
expression
- cosh(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a cosh(num)
expression
- cot(double) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- cot(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a cot(num)
expression
- coth(double) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- coth(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a coth(num)
expression
- count(QueryMetadata, Map<Expression<?>, Iterable<?>>) - Method in class com.querydsl.collections.DefaultQueryEngine
-
- count(QueryMetadata, Map<Expression<?>, Iterable<?>>) - Method in interface com.querydsl.collections.QueryEngine
-
Evaluate the given query and return the count of matched rows
- count() - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Get the count(this)
expression
- count - Static variable in class com.querydsl.core.types.dsl.Wildcard
-
Wildcard count expression (count(*))
- count(Expression<?>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a count(source)
expression
- count() - Method in class com.querydsl.sql.RelationalPathBase
-
- count() - Static method in class com.querydsl.sql.SQLExpressions
-
Start a window function expression
- count(Expression<?>) - Static method in class com.querydsl.sql.SQLExpressions
-
Start a window function expression
- countAll - Static variable in class com.querydsl.sql.SQLExpressions
-
Wildcard count expression
- countAsInt - Static variable in class com.querydsl.core.types.dsl.Wildcard
-
Wildcard count expression (count(*))
- countDistinct() - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Get the count(distinct this)
expression
- countDistinct - Static variable in class com.querydsl.core.types.dsl.Wildcard
-
Wildcard count distinct expression (count(distinct *))
- countDistinct() - Method in class com.querydsl.sql.RelationalPathBase
-
- countDistinct(Expression<?>) - Static method in class com.querydsl.sql.SQLExpressions
-
Start a window function expression
- covarPop(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
CORR returns the coefficient of correlation of a set of number pairs.
- covarSamp(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
CORR returns the coefficient of correlation of a set of number pairs.
- create(Type) - Method in interface com.querydsl.codegen.QueryTypeFactory
-
Create an expression type based on the given actual type
- create(Type) - Method in class com.querydsl.codegen.QueryTypeFactoryImpl
-
- create(QueryMetadata, List<? extends Expression<?>>, Expression<T>) - Method in class com.querydsl.collections.DefaultEvaluatorFactory
-
Create an Evaluator for the given query sources and projection
- create(Expression<K>, Expression<V>) - Static method in class com.querydsl.core.group.QPair
-
- create(boolean) - Static method in class com.querydsl.core.types.ConstantImpl
-
- create(byte) - Static method in class com.querydsl.core.types.ConstantImpl
-
- create(char) - Static method in class com.querydsl.core.types.ConstantImpl
-
- create(int) - Static method in class com.querydsl.core.types.ConstantImpl
-
- create(long) - Static method in class com.querydsl.core.types.ConstantImpl
-
- create(short) - Static method in class com.querydsl.core.types.ConstantImpl
-
- create(T) - Static method in class com.querydsl.core.types.ConstantImpl
-
- create(Class<T>, T) - Static method in class com.querydsl.core.types.ConstantImpl
-
- create(Class<T>) - Method in class com.querydsl.core.types.dsl.PathBuilderFactory
-
Create a new PathBuilder instance for the given type
- create(Class<T>) - Method in class com.querydsl.core.types.QBean
-
- create(String) - Method in class com.querydsl.core.types.TemplateFactory
-
- create(Type) - Method in class com.querydsl.sql.codegen.SQLQueryTypeFactory
-
- createAlias(Expression<?>, Path<D>) - Method in class com.querydsl.core.support.QueryMixin
-
- createAlias(Expression<?>, Path<D>) - Method in class com.querydsl.jpa.JPAQueryMixin
-
- createArray(String, Class<? super A>) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Create a new array path
- createArrayPath(Class<T[]>, PathMetadata) - Method in class com.querydsl.core.alias.DefaultPathFactory
-
- createArrayPath(Class<T[]>, PathMetadata) - Method in interface com.querydsl.core.alias.PathFactory
-
Create an array path
- createBindings(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
- createBoolean(String) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Create a new Boolean path
- createBooleanPath(PathMetadata) - Method in class com.querydsl.core.alias.DefaultPathFactory
-
- createBooleanPath(PathMetadata) - Method in interface com.querydsl.core.alias.PathFactory
-
Create a boolean path
- createCollection(String, Class<? super A>, Class<? super Q>, PathInits) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Create a new Collection typed path
- createCollectionPath(Class<E>, PathMetadata) - Method in class com.querydsl.core.alias.DefaultPathFactory
-
- createCollectionPath(Class<E>, PathMetadata) - Method in interface com.querydsl.core.alias.PathFactory
-
Create a collection path
- createComparable(String, Class<? super A>) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Create a new Comparable typed path
- createComparablePath(Class<T>, PathMetadata) - Method in class com.querydsl.core.alias.DefaultPathFactory
-
- createComparablePath(Class<T>, PathMetadata) - Method in interface com.querydsl.core.alias.PathFactory
-
Create a comparable path
- createConfiguration(RoundEnvironment) - Method in class com.querydsl.apt.AbstractQuerydslProcessor
-
- createConfiguration(RoundEnvironment) - Method in class com.querydsl.apt.hibernate.HibernateAnnotationProcessor
-
- createConfiguration(RoundEnvironment) - Method in class com.querydsl.apt.jdo.JDOAnnotationProcessor
-
- createConfiguration(RoundEnvironment) - Method in class com.querydsl.apt.jpa.JPAAnnotationProcessor
-
- createConfiguration(RoundEnvironment) - Method in class com.querydsl.apt.morphia.MorphiaAnnotationProcessor
-
- createConfiguration(RoundEnvironment) - Method in class com.querydsl.apt.QuerydslAnnotationProcessor
-
- createConfiguration(RoundEnvironment) - Method in class com.querydsl.apt.roo.RooAnnotationProcessor
-
- createCopy(EntityType) - Method in class com.querydsl.codegen.Property
-
- createCursor() - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- createCursor(DBCollection, Predicate, Expression<?>, QueryModifiers, List<OrderSpecifier<?>>) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- createCursor() - Method in class com.querydsl.mongodb.morphia.MorphiaQuery
-
- createDate(String, Class<? super A>) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Create a new Date path
- createDatePath(Class<T>, PathMetadata) - Method in class com.querydsl.core.alias.DefaultPathFactory
-
- createDatePath(Class<T>, PathMetadata) - Method in interface com.querydsl.core.alias.PathFactory
-
Create a date path
- createDateTime(String, Class<? super A>) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Create a new DateTime path
- createDateTimePath(Class<T>, PathMetadata) - Method in class com.querydsl.core.alias.DefaultPathFactory
-
- createDateTimePath(Class<T>, PathMetadata) - Method in interface com.querydsl.core.alias.PathFactory
-
Create a datetime path
- createDefaultVariable() - Method in interface com.querydsl.codegen.SerializerConfig
-
the default variable is created
- createDefaultVariable() - Method in class com.querydsl.codegen.SimpleSerializerConfig
-
- createEmbeddableType(Class<?>) - Method in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- createEmbeddableType(Type) - Method in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- createEntityPath(Class<T>, PathMetadata) - Method in class com.querydsl.core.alias.DefaultPathFactory
-
- createEntityPath(Class<T>, PathMetadata) - Method in interface com.querydsl.core.alias.PathFactory
-
Create an entity path
- createEntityType(Class<?>) - Method in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- createEntityType(Type) - Method in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- createEntityType(Type, Map<Class<?>, EntityType>) - Method in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- createEntityType(String, String, String) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
- createEnum(String, Class<A>) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Create a new Enum path
- createEnumPath(Class<T>, PathMetadata) - Method in class com.querydsl.core.alias.DefaultPathFactory
-
- createEnumPath(Class<T>, PathMetadata) - Method in interface com.querydsl.core.alias.PathFactory
-
Create an enum path
- createEvaluator(QueryMetadata, Expression<? extends T>, Predicate) - Method in class com.querydsl.collections.DefaultEvaluatorFactory
-
Create an Evaluator for the given source and filter
- createEvaluator(QueryMetadata, List<JoinExpression>, Predicate) - Method in class com.querydsl.collections.DefaultEvaluatorFactory
-
Create an Evaluator for the given sources and the given optional filter
- createFilter(QueryMetadata) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- createForeignKey(Path<?>, String) - Method in class com.querydsl.sql.RelationalPathBase
-
- createForeignKey(List<? extends Path<?>>, List<String>) - Method in class com.querydsl.sql.RelationalPathBase
-
- createGeometry(String, Class<? extends A>) - Method in interface com.querydsl.spatial.GeometryPaths
-
- createGeometry(String, Class<? extends A>) - Method in interface com.querydsl.spatial.jts.JTSGeometryPaths
-
- createGeometry(String, Class<? extends A>) - Method in class com.querydsl.sql.spatial.RelationalPathSpatial
-
- createGeometryCollection(String, Class<? extends A>) - Method in interface com.querydsl.spatial.GeometryPaths
-
- createGeometryCollection(String, Class<? extends A>) - Method in interface com.querydsl.spatial.jts.JTSGeometryPaths
-
- createGeometryCollection(String, Class<? extends A>) - Method in class com.querydsl.sql.spatial.RelationalPathSpatial
-
- createGroupCollector() - Method in interface com.querydsl.core.group.GroupExpression
-
Create a new GroupCollector to collect values belonging to this group.
- createGroupCollector() - Method in class com.querydsl.core.group.MixinGroupExpression
-
- createInvForeignKey(Path<?>, String) - Method in class com.querydsl.sql.RelationalPathBase
-
- createInvForeignKey(List<? extends Path<?>>, List<String>) - Method in class com.querydsl.sql.RelationalPathBase
-
- createJoinFilter(QueryMetadata) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- createLinearRing(String, Class<? extends A>) - Method in interface com.querydsl.spatial.GeometryPaths
-
- createLinearRing(String, Class<? extends A>) - Method in interface com.querydsl.spatial.jts.JTSGeometryPaths
-
- createLinearRing(String, Class<? extends A>) - Method in class com.querydsl.sql.spatial.RelationalPathSpatial
-
- createLineString(String, Class<? extends A>) - Method in interface com.querydsl.spatial.GeometryPaths
-
- createLineString(String, Class<? extends A>) - Method in interface com.querydsl.spatial.jts.JTSGeometryPaths
-
- createLineString(String, Class<? extends A>) - Method in class com.querydsl.sql.spatial.RelationalPathSpatial
-
- createList(String, Class<? super A>, Class<? super E>, PathInits) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Create a new List typed path
- createListPath(Class<E>, PathMetadata) - Method in class com.querydsl.core.alias.DefaultPathFactory
-
- createListPath(Class<E>, PathMetadata) - Method in interface com.querydsl.core.alias.PathFactory
-
Create a list path
- createMap(String, Class<? super K>, Class<? super V>, Class<? super E>) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Create a new Map typed path
- createMap(RelationalPath<?>, Object) - Method in class com.querydsl.sql.dml.AnnotationMapper
-
- createMap(RelationalPath<?>, Object) - Method in class com.querydsl.sql.dml.BeanMapper
-
- createMap(RelationalPath<?>, Object) - Method in class com.querydsl.sql.dml.DefaultMapper
-
- createMap(RelationalPath<?>, T) - Method in interface com.querydsl.sql.dml.Mapper
-
Create a map of updates for the given path and instance
- createMapPath(Class<K>, Class<V>, PathMetadata) - Method in class com.querydsl.core.alias.DefaultPathFactory
-
- createMapPath(Class<K>, Class<V>, PathMetadata) - Method in interface com.querydsl.core.alias.PathFactory
-
Create a map path
- createMultiLineString(String, Class<? extends A>) - Method in interface com.querydsl.spatial.GeometryPaths
-
- createMultiLineString(String, Class<? extends A>) - Method in interface com.querydsl.spatial.jts.JTSGeometryPaths
-
- createMultiLineString(String, Class<? extends A>) - Method in class com.querydsl.sql.spatial.RelationalPathSpatial
-
- createMultiPoint(String, Class<? extends A>) - Method in interface com.querydsl.spatial.GeometryPaths
-
- createMultiPoint(String, Class<? extends A>) - Method in interface com.querydsl.spatial.jts.JTSGeometryPaths
-
- createMultiPoint(String, Class<? extends A>) - Method in class com.querydsl.sql.spatial.RelationalPathSpatial
-
- createMultiPolygon(String, Class<? extends A>) - Method in interface com.querydsl.spatial.GeometryPaths
-
- createMultiPolygon(String, Class<? extends A>) - Method in interface com.querydsl.spatial.jts.JTSGeometryPaths
-
- createMultiPolygon(String, Class<? extends A>) - Method in class com.querydsl.sql.spatial.RelationalPathSpatial
-
- createNativeQueryTyped() - Method in class com.querydsl.jpa.DefaultQueryHandler
-
- createNativeQueryTyped() - Method in interface com.querydsl.jpa.QueryHandler
-
Return whether native queries should be created as typed queries
- createNumber(String, Class<? super A>) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Create a new Number path
- createNumberPath(Class<T>, PathMetadata) - Method in class com.querydsl.core.alias.DefaultPathFactory
-
- createNumberPath(Class<T>, PathMetadata) - Method in interface com.querydsl.core.alias.PathFactory
-
Create a number path
- createPoint(String, Class<? extends A>) - Method in interface com.querydsl.spatial.GeometryPaths
-
- createPoint(String, Class<? extends A>) - Method in interface com.querydsl.spatial.jts.JTSGeometryPaths
-
- createPoint(String, Class<? extends A>) - Method in class com.querydsl.sql.spatial.RelationalPathSpatial
-
- createPolygon(String, Class<? extends A>) - Method in interface com.querydsl.spatial.GeometryPaths
-
- createPolygon(String, Class<? extends A>) - Method in interface com.querydsl.spatial.jts.JTSGeometryPaths
-
- createPolygon(String, Class<? extends A>) - Method in class com.querydsl.sql.spatial.RelationalPathSpatial
-
- createPolyhedralSurface(String, Class<? extends A>) - Method in interface com.querydsl.spatial.GeometryPaths
-
- createPolyhedralSurface(String, Class<? extends A>) - Method in class com.querydsl.sql.spatial.RelationalPathSpatial
-
- createPrimaryKey(Path<?>...) - Method in class com.querydsl.sql.RelationalPathBase
-
- createProjection(RelationalPath<T>) - Static method in class com.querydsl.sql.RelationalPathUtils
-
- createProperty(EntityType, String, Type, AnnotatedElement) - Method in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- createProperty(EntityType, String, String, Type) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
- createQuery() - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
Expose the original Hibernate query for the given projection
- createQuery(String) - Method in class com.querydsl.jpa.hibernate.DefaultSessionHolder
-
- createQuery(String) - Method in class com.querydsl.jpa.hibernate.NoSessionHolder
-
- createQuery(String) - Method in interface com.querydsl.jpa.hibernate.SessionHolder
-
Create a JPQL query for the given query string
- createQuery() - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- createQuery(String) - Method in class com.querydsl.jpa.hibernate.StatelessSessionHolder
-
- createQuery() - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
Expose the original JPA query for the given projection
- createQuery() - Method in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- createQuery() - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
- createQuery() - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
- createQuery() - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
- createResult(Class<? extends A>, Expression<A>) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Cases
-
- createResult(Class<T>, Expression<T>) - Method in class com.querydsl.core.types.dsl.CaseForEqBuilder.Cases
-
- createRootVariable(Path<?>, int) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a new root variable based on the given path and suffix
- createRootVariable(Path<?>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a new root variable based on the given path
- createSerializer() - Method in class com.querydsl.jdo.sql.JDOSQLQuery
-
- createSerializer() - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- createSerializer() - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- createSerializer() - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- createSerializer() - Method in class com.querydsl.jpa.JPAQueryBase
-
- createSerializer() - Method in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- createSerializer() - Method in class com.querydsl.sql.AbstractSQLQuery
-
- createSerializer() - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
- createSerializer() - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- createSet(String, Class<? super A>, Class<? super E>, PathInits) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Create a new Set typed path
- createSetPath(Class<E>, PathMetadata) - Method in class com.querydsl.core.alias.DefaultPathFactory
-
- createSetPath(Class<E>, PathMetadata) - Method in interface com.querydsl.core.alias.PathFactory
-
Create a set path
- createSimple(String, Class<? super A>) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Create a new Simpe path
- createSimplePath(Class<T>, PathMetadata) - Method in class com.querydsl.core.alias.DefaultPathFactory
-
- createSimplePath(Class<T>, PathMetadata) - Method in interface com.querydsl.core.alias.PathFactory
-
Create a simple path
- createSQLQuery(String) - Method in class com.querydsl.jpa.hibernate.DefaultSessionHolder
-
- createSQLQuery(String) - Method in class com.querydsl.jpa.hibernate.NoSessionHolder
-
- createSQLQuery(String) - Method in interface com.querydsl.jpa.hibernate.SessionHolder
-
Create an SQL query for the given query string
- createSQLQuery(String) - Method in class com.querydsl.jpa.hibernate.StatelessSessionHolder
-
- createString(String) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Create a new String path
- createStringPath(PathMetadata) - Method in class com.querydsl.core.alias.DefaultPathFactory
-
- createStringPath(PathMetadata) - Method in interface com.querydsl.core.alias.PathFactory
-
Create a string path
- createSuperType(Class<?>) - Method in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- createTime(String, Class<? super A>) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Create a new Time path
- createTimePath(Class<T>, PathMetadata) - Method in class com.querydsl.core.alias.DefaultPathFactory
-
- createTimePath(Class<T>, PathMetadata) - Method in interface com.querydsl.core.alias.PathFactory
-
Create a time path
- createWriteMethodArguments(Method, Object) - Method in class com.querydsl.core.util.BeanMap
-
Creates an array of parameters to pass to the given mutator method.
- crosses(Geometry) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially crosses’ anotherGeometry.
- crosses(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially crosses’ anotherGeometry.
- crosses(Geometry) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially crosses’ anotherGeometry.
- crosses(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially crosses’ anotherGeometry.
- CUBRIDTemplates - Class in com.querydsl.sql
-
CUBRIDTemplates
is a SQL dialect for CUBRID
- CUBRIDTemplates() - Constructor for class com.querydsl.sql.CUBRIDTemplates
-
- CUBRIDTemplates(boolean) - Constructor for class com.querydsl.sql.CUBRIDTemplates
-
- CUBRIDTemplates(char, boolean) - Constructor for class com.querydsl.sql.CUBRIDTemplates
-
- cumeDist() - Static method in class com.querydsl.sql.SQLExpressions
-
CUME_DIST calculates the cumulative distribution of a value in a group of values.
- cumeDist(Object...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, CUME_DIST calculates, for a hypothetical row r identified by the
arguments of the function and a corresponding sort specification, the relative position of row
r among the rows in the aggregation group.
- cumeDist(Expression<?>...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, CUME_DIST calculates, for a hypothetical row r identified by the
arguments of the function and a corresponding sort specification, the relative position of row
r among the rows in the aggregation group.
- CurrencyType - Class in com.querydsl.sql.types
-
CurrencyType
maps Currency to String on the JDBC level
- CurrencyType() - Constructor for class com.querydsl.sql.types.CurrencyType
-
- CurrencyType(int) - Constructor for class com.querydsl.sql.types.CurrencyType
-
- currentDate() - Static method in class com.querydsl.core.types.dsl.DateExpression
-
Create an expression representing the current date as a DateExpression
instance
- currentDate(Class<T>) - Static method in class com.querydsl.core.types.dsl.DateExpression
-
Create an expression representing the current date as a DateExpression
instance
- currentDate() - Static method in class com.querydsl.core.types.dsl.DateTimeExpression
-
Create an expression representing the current date as a DateTimeExpression instance
- currentDate(Class<T>) - Static method in class com.querydsl.core.types.dsl.DateTimeExpression
-
Create an expression representing the current date as a DateTimeExpression instance
- currentDate() - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create an expression representing the current date as a DateExpression instance
- currentRow() - Method in class com.querydsl.sql.WindowRows.Between
-
- currentRow() - Method in class com.querydsl.sql.WindowRows.BetweenAnd
-
- currentRow() - Method in class com.querydsl.sql.WindowRows
-
- currentTime() - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create an expression representing the current time as a TimeExpression instance
- currentTime() - Static method in class com.querydsl.core.types.dsl.TimeExpression
-
Create an expression representing the current time as a TimeExpression instance
- currentTime(Class<T>) - Static method in class com.querydsl.core.types.dsl.TimeExpression
-
Create an expression representing the current time as a TimeExpression instance
- currentTimestamp() - Static method in class com.querydsl.core.types.dsl.DateTimeExpression
-
Create an expression representing the current time instant as a DateTimeExpression instance
- currentTimestamp(Class<T>) - Static method in class com.querydsl.core.types.dsl.DateTimeExpression
-
Create an expression representing the current time instant as a DateTimeExpression instance
- currentTimestamp() - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create an expression representing the current time instant as a DateTimeExpression instance
- CurveExpression<T extends org.geolatte.geom.Geometry> - Class in com.querydsl.spatial
-
A Curve is a 1-dimensional geometric object usually stored as a sequence of Points, with the subtype of Curve
specifying the form of the interpolation between Points.
- CurveExpression(Expression<T>) - Constructor for class com.querydsl.spatial.CurveExpression
-
- customField(EntityType, Property, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.EntitySerializer
-
- customField(EntityType, Property, SerializerConfig, CodeWriter) - Method in class com.querydsl.sql.codegen.MetaDataSerializer
-
- DataNucleusTemplates - Class in com.querydsl.jpa
-
DataNucleusTemplates
extends
JPQLTemplates
with DataNucleus specific extensions
- DataNucleusTemplates() - Constructor for class com.querydsl.jpa.DataNucleusTemplates
-
- DataNucleusTemplates(char) - Constructor for class com.querydsl.jpa.DataNucleusTemplates
-
- date(DateTimeExpression<D>) - Static method in class com.querydsl.sql.SQLExpressions
-
Convert timestamp to date
- date(Class<D>, DateTimeExpression<?>) - Static method in class com.querydsl.sql.SQLExpressions
-
Convert timestamp to date
- dateadd(DatePart, DateTimeExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a dateadd(unit, date, amount) expression
- dateadd(DatePart, DateExpression<D>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a dateadd(unit, date, amount) expression
- datediff(DatePart, DateExpression<D>, DateExpression<D>) - Static method in class com.querydsl.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, D, DateExpression<D>) - Static method in class com.querydsl.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, DateExpression<D>, D) - Static method in class com.querydsl.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, DateTimeExpression<D>, DateTimeExpression<D>) - Static method in class com.querydsl.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, D, DateTimeExpression<D>) - Static method in class com.querydsl.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, DateTimeExpression<D>, D) - Static method in class com.querydsl.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- DateExpression<T extends Comparable> - Class in com.querydsl.core.types.dsl
-
DateExpression
represents Date expressions
The date representation is compatible with the Gregorian calendar.
- DateExpression(Expression<T>) - Constructor for class com.querydsl.core.types.dsl.DateExpression
-
- dateFormatter - Static variable in class com.querydsl.sql.types.AbstractDateTimeType
-
- DateOperation<T extends Comparable<?>> - Class in com.querydsl.core.types.dsl
-
DateOperation
represents Date operations
- DateOperation(Class<? extends T>, Operator, Expression<?>...) - Constructor for class com.querydsl.core.types.dsl.DateOperation
-
- DateOperation(Class<? extends T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.dsl.DateOperation
-
- dateOperation(Class<? extends T>, Operator, Expression<?>...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Operation expression
- DatePart - Enum in com.querydsl.sql
-
DatePart
defines date parts for various date/time operations
- DatePath<T extends Comparable> - Class in com.querydsl.core.types.dsl
-
DatePath
presents Date paths
- DatePath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.DatePath
-
- DatePath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.DatePath
-
- DatePath(Class<? extends T>, String) - Constructor for class com.querydsl.core.types.dsl.DatePath
-
- datePath(Class<? extends T>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- datePath(Class<? extends T>, Path<?>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- datePath(Class<? extends T>, PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- DateTemplate<T extends Comparable<?>> - Class in com.querydsl.core.types.dsl
-
DateTemplate
defines custom date expressions
- DateTemplate(Class<? extends T>, Template, ImmutableList<?>) - Constructor for class com.querydsl.core.types.dsl.DateTemplate
-
- dateTemplate(Class<? extends T>, String, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- dateTemplate(Class<? extends T>, String, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- dateTemplate(Class<? extends T>, Template, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- dateTemplate(Class<? extends T>, Template, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- DateTimeExpression<T extends Comparable> - Class in com.querydsl.core.types.dsl
-
DateTimeExpression
represents Date / Time expressions
The date representation is compatible with the Gregorian calendar.
- DateTimeExpression(Expression<T>) - Constructor for class com.querydsl.core.types.dsl.DateTimeExpression
-
- dateTimeFormatter - Static variable in class com.querydsl.sql.types.AbstractDateTimeType
-
- DateTimeOperation<T extends Comparable<?>> - Class in com.querydsl.core.types.dsl
-
DateTimeOperation
represents DateTime operations
- DateTimeOperation(Class<? extends T>, Operator, Expression<?>...) - Constructor for class com.querydsl.core.types.dsl.DateTimeOperation
-
- DateTimeOperation(Class<? extends T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.dsl.DateTimeOperation
-
- dateTimeOperation(Class<? extends T>, Operator, Expression<?>...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Operation expression
- DateTimePath<T extends Comparable> - Class in com.querydsl.core.types.dsl
-
DateTimePath
presents DateTime typed paths
- DateTimePath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.DateTimePath
-
- DateTimePath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.DateTimePath
-
- DateTimePath(Class<? extends T>, String) - Constructor for class com.querydsl.core.types.dsl.DateTimePath
-
- dateTimePath(Class<? extends T>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- dateTimePath(Class<? extends T>, Path<?>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- dateTimePath(Class<? extends T>, PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- DateTimeTemplate<T extends Comparable<?>> - Class in com.querydsl.core.types.dsl
-
DateTimeTemplate
defines custom dateTime expressions
- DateTimeTemplate(Class<? extends T>, Template, ImmutableList<?>) - Constructor for class com.querydsl.core.types.dsl.DateTimeTemplate
-
- dateTimeTemplate(Class<? extends T>, String, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- dateTimeTemplate(Class<? extends T>, String, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- dateTimeTemplate(Class<? extends T>, Template, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- dateTimeTemplate(Class<? extends T>, Template, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- DateTimeType - Class in com.querydsl.sql.types
-
DateTimeType
maps DateTime to Timestamp on the JDBC level
- DateTimeType() - Constructor for class com.querydsl.sql.types.DateTimeType
-
- DateTimeType(int) - Constructor for class com.querydsl.sql.types.DateTimeType
-
- datetrunc(DatePart, DateExpression<D>) - Static method in class com.querydsl.sql.SQLExpressions
-
Truncate the given date expression
- datetrunc(DatePart, DateTimeExpression<D>) - Static method in class com.querydsl.sql.SQLExpressions
-
Truncate the given datetime expression
- DateType - Class in com.querydsl.sql.types
-
DateType
maps Date to Date on the JDBC level
- DateType() - Constructor for class com.querydsl.sql.types.DateType
-
- DateType(int) - Constructor for class com.querydsl.sql.types.DateType
-
- dayOfMonth() - Method in class com.querydsl.core.types.dsl.DateExpression
-
Create a day of month expression (range 1-31)
- dayOfMonth() - Method in class com.querydsl.core.types.dsl.DateTimeExpression
-
Create a day of month expression (range 1-31)
- dayOfWeek() - Method in class com.querydsl.core.types.dsl.DateExpression
-
Create a day of week expression (range 1-7 / SUN-SAT)
- dayOfWeek() - Method in class com.querydsl.core.types.dsl.DateTimeExpression
-
Create a day of week expression (range 1-7 / SUN-SAT)
- dayOfYear() - Method in class com.querydsl.core.types.dsl.DateExpression
-
Create a day of year expression (range 1-356)
- dayOfYear() - Method in class com.querydsl.core.types.dsl.DateTimeExpression
-
Create a day of year expression (range 1-356)
- DB2_RESERVED_WORDS - Static variable in class com.querydsl.sql.DB2Templates
-
- DB2Templates - Class in com.querydsl.sql
-
DB2Templates
is an SQL dialect for DB2 10.1.2
- DB2Templates() - Constructor for class com.querydsl.sql.DB2Templates
-
- DB2Templates(boolean) - Constructor for class com.querydsl.sql.DB2Templates
-
- DB2Templates(char, boolean) - Constructor for class com.querydsl.sql.DB2Templates
-
- decimal - Variable in class com.querydsl.maven.NumericMapping
-
- DEFAULT - Static variable in class com.querydsl.codegen.SimpleSerializerConfig
-
- DEFAULT - Static variable in class com.querydsl.collections.CollQueryTemplates
-
- DEFAULT - Static variable in class com.querydsl.collections.JodaTimeTemplates
-
- DEFAULT - Static variable in class com.querydsl.core.EmptyMetadata
-
- DEFAULT - Static variable in class com.querydsl.core.support.PathsExtractor
-
- DEFAULT - Static variable in interface com.querydsl.core.types.dsl.PathBuilderValidator
-
- DEFAULT - Static variable in class com.querydsl.core.types.dsl.PathInits
-
- DEFAULT - Static variable in class com.querydsl.core.types.HashCodeVisitor
-
- DEFAULT - Static variable in class com.querydsl.core.types.JavaTemplates
-
- DEFAULT - Static variable in class com.querydsl.core.types.NullExpression
-
Default instance for an
Object
typed NullExpression
- DEFAULT - Static variable in class com.querydsl.core.types.ParamsVisitor
-
- DEFAULT - Static variable in class com.querydsl.core.types.PathExtractor
-
- DEFAULT - Static variable in class com.querydsl.core.types.TemplateFactory
-
- DEFAULT - Static variable in class com.querydsl.core.types.Templates
-
- DEFAULT - Static variable in class com.querydsl.core.types.ToStringVisitor
-
- DEFAULT - Static variable in class com.querydsl.core.types.ValidatingVisitor
-
- DEFAULT - Static variable in class com.querydsl.hibernate.search.SearchSerializer
-
- DEFAULT - Static variable in class com.querydsl.jdo.JDOQLTemplates
-
- DEFAULT - Static variable in class com.querydsl.jpa.BatooTemplates
-
- DEFAULT - Static variable in class com.querydsl.jpa.DataNucleusTemplates
-
- DEFAULT - Static variable in class com.querydsl.jpa.DefaultQueryHandler
-
- DEFAULT - Static variable in class com.querydsl.jpa.EclipseLinkTemplates
-
- DEFAULT - Static variable in class com.querydsl.jpa.hibernate.NoSessionHolder
-
- DEFAULT - Static variable in class com.querydsl.jpa.HQLTemplates
-
- DEFAULT - Static variable in class com.querydsl.jpa.JPQLTemplates
-
- DEFAULT - Static variable in class com.querydsl.jpa.OpenJPATemplates
-
- DEFAULT - Static variable in class com.querydsl.lucene3.LuceneSerializer
-
- DEFAULT - Static variable in class com.querydsl.lucene4.LuceneSerializer
-
- DEFAULT - Static variable in class com.querydsl.lucene5.LuceneSerializer
-
- DEFAULT - Static variable in class com.querydsl.sql.CUBRIDTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.DB2Templates
-
- DEFAULT - Static variable in class com.querydsl.sql.DefaultSQLExceptionTranslator
-
- DEFAULT - Static variable in class com.querydsl.sql.DerbyTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.dml.AnnotationMapper
-
- DEFAULT - Static variable in class com.querydsl.sql.dml.BeanMapper
-
- DEFAULT - Static variable in class com.querydsl.sql.dml.DefaultMapper
-
- DEFAULT - Static variable in class com.querydsl.sql.dml.EmptyResultSet
-
- DEFAULT - Static variable in class com.querydsl.sql.FirebirdTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.H2Templates
-
- DEFAULT - Static variable in class com.querydsl.sql.HSQLDBTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.MySQLTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.OracleTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.PostgreSQLTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.RelationalPathExtractor
-
- DEFAULT - Static variable in class com.querydsl.sql.spatial.GeoDBTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.spatial.MySQLSpatialTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.spatial.OracleSpatialTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.spatial.PostGISTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.spatial.SQLServer2008SpatialTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.spatial.TeradataSpatialTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.SQLCloseListener
-
- DEFAULT - Static variable in class com.querydsl.sql.SQLiteTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.SQLServer2005Templates
-
- DEFAULT - Static variable in class com.querydsl.sql.SQLServer2008Templates
-
- DEFAULT - Static variable in class com.querydsl.sql.SQLServer2012Templates
-
- DEFAULT - Static variable in class com.querydsl.sql.SQLServerTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.SQLTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.TeradataTemplates
-
- DEFAULT - Static variable in class com.querydsl.sql.types.BigDecimalAsDoubleType
-
- DEFAULT - Static variable in class com.querydsl.sql.types.BigIntegerAsLongType
-
- DEFAULT - Static variable in class com.querydsl.sql.types.Null
-
- DEFAULT - Static variable in class com.querydsl.sql.types.NumericBooleanType
-
- DEFAULT - Static variable in class com.querydsl.sql.types.StringAsObjectType
-
- DEFAULT_ESCAPE - Static variable in class com.querydsl.jpa.JPQLTemplates
-
- DefaultConfiguration - Class in com.querydsl.apt
-
DefaultConfiguration
is a simple implementation of the
Configuration
interface.
- DefaultConfiguration(RoundEnvironment, Map<String, String>, Collection<String>, Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>) - Constructor for class com.querydsl.apt.DefaultConfiguration
-
- DefaultEvaluatorFactory - Class in com.querydsl.collections
-
DefaultEvaluatorFactory
provides Java source templates for evaluation of
CollQuery
queries
- DefaultEvaluatorFactory(CollQueryTemplates) - Constructor for class com.querydsl.collections.DefaultEvaluatorFactory
-
- DefaultEvaluatorFactory(CollQueryTemplates, EvaluatorFactory) - Constructor for class com.querydsl.collections.DefaultEvaluatorFactory
-
- DefaultEvaluatorFactory(CollQueryTemplates, URLClassLoader, JavaCompiler) - Constructor for class com.querydsl.collections.DefaultEvaluatorFactory
-
- DefaultEvaluatorFactory(CollQueryTemplates, ClassLoader) - Constructor for class com.querydsl.collections.DefaultEvaluatorFactory
-
- DefaultMapper - Class in com.querydsl.sql.dml
-
Creates the mapping by inspecting the RelationalPath and Object via reflection.
- DefaultMapper() - Constructor for class com.querydsl.sql.dml.DefaultMapper
-
- DefaultMapper(boolean) - Constructor for class com.querydsl.sql.dml.DefaultMapper
-
- DefaultNamingStrategy - Class in com.querydsl.sql.codegen
-
DefaultNamingStrategy
is the default implementation of the
NamingStrategy
interface.
- DefaultNamingStrategy() - Constructor for class com.querydsl.sql.codegen.DefaultNamingStrategy
-
- DefaultPathFactory - Class in com.querydsl.core.alias
-
DefaultPathFactory
is the default implementation of the
PathFactory
interface
- DefaultPathFactory() - Constructor for class com.querydsl.core.alias.DefaultPathFactory
-
- DefaultQueryEngine - Class in com.querydsl.collections
-
- DefaultQueryEngine(DefaultEvaluatorFactory) - Constructor for class com.querydsl.collections.DefaultQueryEngine
-
- DefaultQueryHandler - Class in com.querydsl.jpa
-
DefaultQueryHandler
is the default implementation of the
QueryHandler
interface
- DefaultQueryMetadata - Class in com.querydsl.core
-
DefaultQueryMetadata
is the default implementation of the
QueryMetadata
interface.
- DefaultQueryMetadata() - Constructor for class com.querydsl.core.DefaultQueryMetadata
-
Create an empty DefaultQueryMetadata instance
- DefaultSessionHolder - Class in com.querydsl.jpa.hibernate
-
DefaultSessionHolder
is the default implementation of the
SessionHolder
interface
- DefaultSessionHolder(Session) - Constructor for class com.querydsl.jpa.hibernate.DefaultSessionHolder
-
- DefaultSQLExceptionTranslator - Class in com.querydsl.sql
-
- DefaultTypeSystem - Class in com.querydsl.core.alias
-
DefaultTypeSystem
is the default implementation of the
TypeSystem
interface
- DefaultTypeSystem() - Constructor for class com.querydsl.core.alias.DefaultTypeSystem
-
- defaultVariableName() - Method in interface com.querydsl.codegen.SerializerConfig
-
the name of the default variable
- defaultVariableName() - Method in class com.querydsl.codegen.SimpleSerializerConfig
-
- degrees(double) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- degrees(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a deg(num)
expression
- Delegate - Class in com.querydsl.codegen
-
Delegate
defines a delegate method which dispatches to an external static method
- Delegate(Type, Type, String, List<Parameter>, Type) - Constructor for class com.querydsl.codegen.Delegate
-
- delete(Path<A>, Collection<A>) - Static method in class com.querydsl.collections.CollQueryFactory
-
Create a new delete clause
- delete(File) - Static method in class com.querydsl.core.util.FileUtils
-
- delete(EntityPath<?>) - Method in class com.querydsl.jdo.JDOQueryFactory
-
- delete(EntityPath<?>) - Method in class com.querydsl.jpa.hibernate.HibernateQueryFactory
-
- delete(EntityPath<?>) - Method in class com.querydsl.jpa.impl.JPAQueryFactory
-
- delete(EntityPath<?>) - Method in interface com.querydsl.jpa.JPQLQueryFactory
-
Create a new DELETE clause
- delete(RelationalPath<?>) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
-
- delete(RelationalPath<?>) - Method in interface com.querydsl.sql.SQLCommonQueryFactory
-
Create a new DELETE clause
- DeleteClause<C extends DeleteClause<C>> - Interface in com.querydsl.core.dml
-
DeleteClause
defines a generic interface for Delete clauses
- deleteRow() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- deleteRow() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- denseRank() - Static method in class com.querydsl.sql.SQLExpressions
-
rank of the current row without gaps; this function counts peer groups
- denseRank(Object...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, DENSE_RANK calculates the dense rank of a hypothetical row identified
by the arguments of the function with respect to a given sort specification.
- denseRank(Expression<?>...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, DENSE_RANK calculates the dense rank of a hypothetical row identified
by the arguments of the function with respect to a given sort specification.
- DerbyTemplates - Class in com.querydsl.sql
-
DerbyTemplates
is an SQL dialect for Derby
- DerbyTemplates() - Constructor for class com.querydsl.sql.DerbyTemplates
-
- DerbyTemplates(boolean) - Constructor for class com.querydsl.sql.DerbyTemplates
-
- DerbyTemplates(char, boolean) - Constructor for class com.querydsl.sql.DerbyTemplates
-
- desc() - Method in class com.querydsl.core.types.dsl.Coalesce
-
- desc() - Method in class com.querydsl.core.types.dsl.ComparableExpressionBase
-
Create an OrderSpecifier for descending order of this expression
- describeTo(Description) - Method in class com.querydsl.collections.PathMatcher
-
- detach - Variable in class com.querydsl.jdo.sql.AbstractSQLQuery
-
- difference(D, Number) - Static method in class com.querydsl.core.util.MathUtils
-
- difference(Geometry) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns a geometric object that represents the Point
set difference of this geometric object with anotherGeometry.
- difference(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns a geometric object that represents the Point
set difference of this geometric object with anotherGeometry.
- difference(Geometry) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns a geometric object that represents the Point
set difference of this geometric object with anotherGeometry.
- difference(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns a geometric object that represents the Point
set difference of this geometric object with anotherGeometry.
- dimension() - Method in class com.querydsl.spatial.GeometryExpression
-
The inherent dimension of this geometric object, which must be less than or equal
to the coordinate dimension.
- dimension() - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
The inherent dimension of this geometric object, which must be less than or equal
to the coordinate dimension.
- DIRECT - Static variable in class com.querydsl.core.types.dsl.PathInits
-
- DIRECT2 - Static variable in class com.querydsl.core.types.dsl.PathInits
-
- disjoint(Geometry) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object is “spatially disjoint” from anotherGeometry.
- disjoint(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object is “spatially disjoint” from anotherGeometry.
- disjoint(Geometry) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object is “spatially disjoint” from anotherGeometry.
- disjoint(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object is “spatially disjoint” from anotherGeometry.
- distance(Geometry) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns the shortest distance between any two Points in the two geometric objects as
calculated in the spatial reference system of this geometric object.
- distance(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns the shortest distance between any two Points in the two geometric objects as
calculated in the spatial reference system of this geometric object.
- distance(Geometry) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns the shortest distance between any two Points in the two geometric objects as
calculated in the spatial reference system of this geometric object.
- distance(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns the shortest distance between any two Points in the two geometric objects as
calculated in the spatial reference system of this geometric object.
- distanceSphere(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.GeometryExpression
-
- distanceSphere(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
- distanceSpheroid(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.GeometryExpression
-
- distanceSpheroid(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
- distinct() - Method in interface com.querydsl.core.SimpleQuery
-
Set the Query to return distinct results
- distinct() - Method in class com.querydsl.core.support.QueryBase
-
Set the Query to return distinct results
- distinct() - Method in class com.querydsl.core.support.QueryMixin
-
- distinct() - Method in class com.querydsl.hibernate.search.AbstractSearchQuery
-
- distinct() - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
- distinct(Path<?>) - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
Add a DuplicateFilter for the field of the given property path
- distinct() - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
- distinct(Path<?>) - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
Add a DuplicateFilter for the field of the given property path
- distinct() - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
- distinct(Path<?>) - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
Add a DuplicateFilter for the field of the given property path
- distinct() - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- distinctList(Expression<?>...) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a distinct list of the given args
- distinctList(Expression<?>[]...) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a distinct list of the concatenated array contents
- divide(Expression<N>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this / right
expression
- divide(N) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this / right
expression
- DMLClause<C extends DMLClause<C>> - Interface in com.querydsl.core.dml
-
Parent interface for DML clauses
- DoubleType - Class in com.querydsl.sql.types
-
DoubleType
maps Double to Double on the JDBC level
- DoubleType() - Constructor for class com.querydsl.sql.types.DoubleType
-
- DoubleType(int) - Constructor for class com.querydsl.sql.types.DoubleType
-
- doubleValue() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a cast(this as double)
expression
- DslExpression<T> - Class in com.querydsl.core.types.dsl
-
DslExpression
is the base class for DSL expressions, but
SimpleExpression
is the base class
for scalar Expressions
- DslExpression(Expression<T>) - Constructor for class com.querydsl.core.types.dsl.DslExpression
-
- DslOperation<T> - Class in com.querydsl.core.types.dsl
-
DslOperation
represents a simple operation expression
- DslOperation(Class<? extends T>, Operator, Expression<?>...) - Constructor for class com.querydsl.core.types.dsl.DslOperation
-
- DslOperation(Class<? extends T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.dsl.DslOperation
-
- dslOperation(Class<? extends T>, Operator, Expression<?>...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Operation expression
- DslPath<T> - Class in com.querydsl.core.types.dsl
-
DslPath
represents simple paths
- DslPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.DslPath
-
- DslPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.DslPath
-
- DslPath(Class<? extends T>, String) - Constructor for class com.querydsl.core.types.dsl.DslPath
-
- dslPath(Class<? extends T>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- dslPath(Class<? extends T>, Path<?>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- dslPath(Class<? extends T>, PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- DslTemplate<T> - Class in com.querydsl.core.types.dsl
-
DslTemplate
defines custom simple expressions
- DslTemplate(Class<? extends T>, Template, ImmutableList<?>) - Constructor for class com.querydsl.core.types.dsl.DslTemplate
-
- dslTemplate(Class<? extends T>, String, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- dslTemplate(Class<? extends T>, String, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- dslTemplate(Class<? extends T>, Template, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- dslTemplate(Class<? extends T>, Template, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- dwithin(Expression<? extends Geometry>, Expression<? extends Geometry>, Expression<Double>) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Returns true if the geometries are within the specified distance of one another.
- dwithin(Expression<? extends Geometry>, Expression<? extends Geometry>, double) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Returns true if the geometries are within the specified distance of one another.
- dwithin(Expression<? extends Geometry>, Expression<? extends Geometry>, Expression<Double>) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Returns true if the geometries are within the specified distance of one another.
- dwithin(Expression<? extends Geometry>, Expression<? extends Geometry>, double) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Returns true if the geometries are within the specified distance of one another.
- EclipseLinkTemplates - Class in com.querydsl.jpa
-
EclipseLinkTemplates
extends
JPQLTemplates
with EclipseLink specific extensions
- EclipseLinkTemplates() - Constructor for class com.querydsl.jpa.EclipseLinkTemplates
-
- EclipseLinkTemplates(char) - Constructor for class com.querydsl.jpa.EclipseLinkTemplates
-
- embeddableAnn - Variable in class com.querydsl.apt.DefaultConfiguration
-
- EmbeddableSerializer - Class in com.querydsl.codegen
-
EmbeddableSerializer
is a
Serializer
implementation for embeddable types
- EmbeddableSerializer(TypeMappings, Collection<String>) - Constructor for class com.querydsl.codegen.EmbeddableSerializer
-
Create a new EmbeddableSerializer
instance
- embeddedAnn - Variable in class com.querydsl.apt.DefaultConfiguration
-
- EMPTY - Static variable in class com.querydsl.core.QueryModifiers
-
No limit and not offset restriction
- EmptyMetadata - Class in com.querydsl.core
-
EmptyMetadata
provides an immutable empty
QueryMetadata
instance.
- EmptyMetadata() - Constructor for class com.querydsl.core.EmptyMetadata
-
- emptyResults() - Static method in class com.querydsl.core.QueryResults
-
- EmptyResultSet - Class in com.querydsl.sql.dml
-
Empty implementation of the ResultSet interface
- end(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
-
- end(SQLListenerContext) - Method in class com.querydsl.sql.SQLCloseListener
-
- end(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
Called at the end of a query.
- end(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
-
- endContext(SQLListenerContext) - Method in class com.querydsl.sql.AbstractSQLQuery
-
Called to end a SQL listener context
- endContext(SQLListenerContextImpl) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
Called to end a SQL listener context
- endPoint() - Method in class com.querydsl.spatial.CurveExpression
-
The end Point of this Curve.
- endPoint() - Method in class com.querydsl.spatial.jts.JTSCurveExpression
-
The end Point of this Curve.
- endsWith(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.endsWith(str)
expression
- endsWith(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.endsWith(str)
expression
- endsWith(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- endsWith(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- endsWith(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- endsWithIgnoreCase(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.endsWithIgnoreCase(str)
expression
- endsWithIgnoreCase(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.endsWithIgnoreCase(str)
expression
- entitiesAnn - Variable in class com.querydsl.apt.DefaultConfiguration
-
- entityAccessor(EntityType, Property, CodeWriter) - Method in class com.querydsl.codegen.EntitySerializer
-
- entityAnn - Variable in class com.querydsl.apt.DefaultConfiguration
-
- entityField(EntityType, Property, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.EntitySerializer
-
- entityManager - Variable in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- EntityPath<T> - Interface in com.querydsl.core.types
-
EntityPath
is the common interface for entity path expressions
- ENTITYPATH_TYPE - Static variable in class com.querydsl.sql.codegen.SQLCodegenModule
-
- EntityPathBase<T> - Class in com.querydsl.core.types.dsl
-
EntityPathBase
provides a base class for
EntityPath
implementations
- EntityPathBase(Class<? extends T>, String) - Constructor for class com.querydsl.core.types.dsl.EntityPathBase
-
- EntityPathBase(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.EntityPathBase
-
- EntityPathBase(Class<? extends T>, PathMetadata, PathInits) - Constructor for class com.querydsl.core.types.dsl.EntityPathBase
-
- EntitySerializer - Class in com.querydsl.codegen
-
EntitySerializer
is a
Serializer
implementation for entity types
- EntitySerializer(TypeMappings, Collection<String>) - Constructor for class com.querydsl.codegen.EntitySerializer
-
Create a new EntitySerializer
instance
- EntityType - Class in com.querydsl.codegen
-
EntityType
represents a model of a query domain type with properties
- EntityType(Type) - Constructor for class com.querydsl.codegen.EntityType
-
Create a new EntityType
instance for the given type
- EntityType(Type, Set<Supertype>) - Constructor for class com.querydsl.codegen.EntityType
-
Create a new EntityType
instance for the given type and superTypes
- entryIterator() - Method in class com.querydsl.core.util.BeanMap
-
Convenience method for getting an iterator over the entries.
- entrySet() - Method in class com.querydsl.core.util.BeanMap
-
Gets a Set of MapEntry objects that are the mappings for this BeanMap.
- EnumAsObjectType<T extends Enum<T>> - Class in com.querydsl.sql.types
-
EnumAsObjectType
maps Enum types to Object on the JDBC level
- EnumAsObjectType(Class<T>) - Constructor for class com.querydsl.sql.types.EnumAsObjectType
-
- EnumAsObjectType(int, Class<T>) - Constructor for class com.querydsl.sql.types.EnumAsObjectType
-
- EnumByNameType<T extends Enum<T>> - Class in com.querydsl.sql.types
-
EnumByNameType
maps Enum types to their String names on the JDBC level
- EnumByNameType(Class<T>) - Constructor for class com.querydsl.sql.types.EnumByNameType
-
- EnumByNameType(int, Class<T>) - Constructor for class com.querydsl.sql.types.EnumByNameType
-
- EnumByOrdinalType<T extends Enum<T>> - Class in com.querydsl.sql.types
-
EnumByOrdinalType
maps Enum types to their Integer ordinals on the JDBC level
- EnumByOrdinalType(Class<T>) - Constructor for class com.querydsl.sql.types.EnumByOrdinalType
-
- EnumByOrdinalType(int, Class<T>) - Constructor for class com.querydsl.sql.types.EnumByOrdinalType
-
- EnumConversion<T> - Class in com.querydsl.core.support
-
EnumConversion
ensures that the results of an enum projection conform to the type of the
projection expression
- EnumConversion(Expression<T>) - Constructor for class com.querydsl.core.support.EnumConversion
-
- EnumExpression<T extends Enum<T>> - Class in com.querydsl.core.types.dsl
-
EnumExpression
represents Enum typed expressions
- EnumExpression(Expression<T>) - Constructor for class com.querydsl.core.types.dsl.EnumExpression
-
- EnumOperation<T extends Enum<T>> - Class in com.querydsl.core.types.dsl
-
EnumOperation
represents enum operations
- EnumOperation(Class<? extends T>, Operator, Expression<?>...) - Constructor for class com.querydsl.core.types.dsl.EnumOperation
-
- EnumOperation(Class<? extends T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.dsl.EnumOperation
-
- enumOperation(Class<? extends T>, Operator, Expression<?>...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Enum operation expression
- EnumPath<T extends Enum<T>> - Class in com.querydsl.core.types.dsl
-
EnumPath
represents enum paths
- EnumPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.EnumPath
-
- EnumPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.EnumPath
-
- EnumPath(Class<? extends T>, String) - Constructor for class com.querydsl.core.types.dsl.EnumPath
-
- enumPath(Class<? extends T>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- enumPath(Class<? extends T>, Path<?>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- enumPath(Class<? extends T>, PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- EnumTemplate<T extends Enum<T>> - Class in com.querydsl.core.types.dsl
-
EnumTemplate
defines custom enum expressions
- EnumTemplate(Class<? extends T>, Template, ImmutableList<?>) - Constructor for class com.querydsl.core.types.dsl.EnumTemplate
-
- enumTemplate(Class<? extends T>, String, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- enumTemplate(Class<? extends T>, String, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- enumTemplate(Class<? extends T>, Template, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- enumTemplate(Class<? extends T>, Template, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- envelope() - Method in class com.querydsl.spatial.GeometryExpression
-
The minimum bounding box for this Geometry, returned as a Geometry.
- envelope() - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
The minimum bounding box for this Geometry, returned as a Geometry.
- eq(Expression<? extends T>) - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a this == right
expression
- eq(T) - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a this == right
expression
- eq(Expression<? extends T>) - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- eq(T) - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- eq(Boolean) - Method in class com.querydsl.core.types.dsl.BooleanExpression
-
- eq(T) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this == right
expression
- eq(Expression<? super T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this == right
expression
- eq(Expression<D>, Expression<? extends D>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a left == right
expression
- eq(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- eq(String, String[], boolean) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- eq(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- eq(String, String[], boolean) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- eq(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- eq(String, String[], boolean) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- eq(Geometry) - Method in class com.querydsl.spatial.GeometryExpression
-
- eq(Expression<? super T>) - Method in class com.querydsl.spatial.GeometryExpression
-
- eq(Geometry) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
- eq(Expression<? super T>) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
- eq(T) - Method in class com.querydsl.sql.RelationalPathBase
-
Compares the two relational paths using primary key columns
- eq(Expression<? super T>) - Method in class com.querydsl.sql.RelationalPathBase
-
Compares the two relational paths using primary key columns
- eq(Expression<A>) - Method in class com.querydsl.sql.WindowFunction
-
- eq(A) - Method in class com.querydsl.sql.WindowFunction
-
- eqAll(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this == all right
expression
- eqAll(SubQueryExpression<? extends T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this == all right
expresion
- eqAny(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this == < right
expression
- eqAny(SubQueryExpression<? extends T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this == any right
expression
- eqConst(Expression<D>, D) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a left == constant
expression
- EQUALITY - Static variable in class com.querydsl.core.types.Templates.Precedence
-
- equals(Object) - Method in class com.querydsl.codegen.Delegate
-
- equals(Object) - Method in class com.querydsl.codegen.EntityType
-
- equals(Object) - Method in class com.querydsl.codegen.ParameterizedTypeImpl
-
- equals(Object) - Method in class com.querydsl.codegen.Property
-
- equals(Object) - Method in class com.querydsl.codegen.Supertype
-
- equals(Object, Object) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- equals(Object) - Method in class com.querydsl.core.BooleanBuilder
-
- equals(Object) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- equals(Object) - Method in class com.querydsl.core.group.AbstractGroupExpression
-
- equals(Expression<?>, Expression<?>) - Method in class com.querydsl.core.group.QPair
-
- equals(Expression<?>, Class<?>) - Method in class com.querydsl.core.group.QPair
-
- equals(Object) - Method in class com.querydsl.core.JoinExpression
-
- equals(Object) - Method in class com.querydsl.core.JoinFlag
-
- equals(Object) - Method in class com.querydsl.core.QueryFlag
-
- equals(Object) - Method in class com.querydsl.core.QueryModifiers
-
- equals(Object) - Method in class com.querydsl.core.support.FetchableQueryBase
-
- equals(Object) - Method in class com.querydsl.core.support.QueryBase
-
- equals(Object) - Method in class com.querydsl.core.support.QueryMixin
-
- equals(Object) - Method in interface com.querydsl.core.Tuple
-
All Tuples should override equals and hashCode.
- equals(Object) - Method in class com.querydsl.core.types.ArrayConstructorExpression
-
- equals(Object) - Method in class com.querydsl.core.types.ConstantImpl
-
- equals(Object) - Method in class com.querydsl.core.types.ConstructorExpression
-
- equals(Object) - Method in class com.querydsl.core.types.dsl.Coalesce
-
- equals(Object) - Method in class com.querydsl.core.types.dsl.DslExpression
-
- equals(Object) - Method in class com.querydsl.core.types.FactoryExpressionBase
-
- equals(Object) - Method in class com.querydsl.core.types.FactoryExpressionUtils.FactoryExpressionAdapter
-
- equals(Object) - Method in class com.querydsl.core.types.OperationImpl
-
- equals(Object) - Method in class com.querydsl.core.types.OrderSpecifier
-
- equals(Object) - Method in class com.querydsl.core.types.ParamExpressionImpl
-
- equals(Object) - Method in class com.querydsl.core.types.PathImpl
-
- equals(Object) - Method in class com.querydsl.core.types.PathMetadata
-
- equals(Object) - Method in class com.querydsl.core.types.QBean
-
- equals(Object) - Method in class com.querydsl.core.types.QList
-
- equals(Object) - Method in class com.querydsl.core.types.QMap
-
- equals(Object) - Method in class com.querydsl.core.types.QTuple
-
- equals(Object) - Method in class com.querydsl.core.types.SubQueryExpressionImpl
-
- equals(Object) - Method in class com.querydsl.core.types.Template
-
- equals(Object) - Method in class com.querydsl.core.types.TemplateExpressionImpl
-
- equals(Object) - Method in class com.querydsl.sql.ColumnMetadata
-
- equals(Object) - Method in class com.querydsl.sql.SchemaAndTable
-
- equals(Object) - Method in class com.querydsl.sql.WindowFunction
-
- equalsIgnoreCase(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.equalsIgnoreCase(str)
expression
- equalsIgnoreCase(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.equalsIgnoreCase(str)
expression
- equalsOps - Static variable in enum com.querydsl.core.types.Ops
-
- escape(EntityType, String) - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- escape - Variable in class com.querydsl.sql.SQLTemplates.Builder
-
- escape(char) - Method in class com.querydsl.sql.SQLTemplates.Builder
-
- escapeForLike(String) - Method in class com.querydsl.core.types.TemplateFactory
-
- escapeForLike(String) - Method in class com.querydsl.core.types.Templates
-
- escapeForLike(String) - Method in class com.querydsl.sql.SQLServerTemplates
-
- escapeLiteral(String) - Method in class com.querydsl.sql.MySQLTemplates
-
- escapeLiteral(String) - Method in class com.querydsl.sql.SQLTemplates
-
- EvaluatorFunction<S,T> - Class in com.querydsl.collections
-
Function implementation which uses an Evaluator
for transformation
- EvaluatorFunction(Evaluator<T>) - Constructor for class com.querydsl.collections.EvaluatorFunction
-
- exception(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
-
- exception(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
Called if an exception happens during query building and execution.
- exception(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
-
- execute() - Method in class com.querydsl.collections.CollDeleteClause
-
- execute() - Method in class com.querydsl.collections.CollUpdateClause
-
- execute() - Method in interface com.querydsl.core.dml.DMLClause
-
Execute the clause and return the amount of affected rows
- execute() - Method in class com.querydsl.jdo.dml.JDODeleteClause
-
- execute() - Method in class com.querydsl.jdo.dml.JDOUpdateClause
-
- execute() - Method in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
Export the contents
- execute() - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter
-
Exports the named persistence unit's metamodel to Querydsl query types.
- execute() - Method in class com.querydsl.jpa.hibernate.HibernateDeleteClause
-
- execute() - Method in class com.querydsl.jpa.hibernate.HibernateUpdateClause
-
- execute() - Method in class com.querydsl.jpa.impl.JPADeleteClause
-
- execute() - Method in class com.querydsl.jpa.impl.JPAUpdateClause
-
- execute() - Method in class com.querydsl.maven.AbstractExporterMojo
-
- execute() - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- execute() - Method in class com.querydsl.maven.CompileMojo
-
- execute() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- execute() - Method in class com.querydsl.sql.dml.SQLDeleteClause
-
- execute() - Method in class com.querydsl.sql.dml.SQLInsertClause
-
- execute() - Method in class com.querydsl.sql.dml.SQLMergeClause
-
- execute() - Method in class com.querydsl.sql.dml.SQLUpdateClause
-
- execute() - Method in class com.querydsl.sql.teradata.SetQueryBandClause
-
- executeBatch(Collection<PreparedStatement>) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
- executed(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
-
- executed(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
- executed(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
-
- executeWithKey(Path<T>) - Method in class com.querydsl.sql.dml.SQLInsertClause
-
Execute the clause and return the generated key with the type of the
given path.
- executeWithKey(Class<T>) - Method in class com.querydsl.sql.dml.SQLInsertClause
-
Execute the clause and return the generated key cast to the given type.
- executeWithKey(Path<T>) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
Execute the clause and return the generated key with the type of the given path.
- executeWithKey(Class<T>) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
Execute the clause and return the generated key cast to the given type.
- executeWithKeys(Path<T>) - Method in class com.querydsl.sql.dml.SQLInsertClause
-
Execute the clause and return the generated key with the type of the
given path.
- executeWithKeys(Class<T>) - Method in class com.querydsl.sql.dml.SQLInsertClause
-
- executeWithKeys() - Method in class com.querydsl.sql.dml.SQLInsertClause
-
Execute the clause and return the generated keys as a ResultSet
- executeWithKeys(Path<T>) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
Execute the clause and return the generated key with the type of the given path.
- executeWithKeys(Class<T>) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
- executeWithKeys() - Method in class com.querydsl.sql.dml.SQLMergeClause
-
Execute the clause and return the generated keys as a ResultSet
- exists(QueryMetadata, Map<Expression<?>, Iterable<?>>) - Method in class com.querydsl.collections.DefaultQueryEngine
-
- exists(QueryMetadata, Map<Expression<?>, Iterable<?>>) - Method in interface com.querydsl.collections.QueryEngine
-
Evaluate the given query return whether rows where matched
- exists(Context, Predicate) - Method in class com.querydsl.core.support.CollectionAnyVisitor
-
- exists() - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a exists(this)
expression
- exists() - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- exp(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a exp(num)
expression
- export(Package...) - Method in class com.querydsl.codegen.GenericExporter
-
Export the given packages
- export(String...) - Method in class com.querydsl.codegen.GenericExporter
-
Export the given packages
- export(Class<?>...) - Method in class com.querydsl.codegen.GenericExporter
-
Export the given classes
- export(DatabaseMetaData) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Export the tables based on the given database metadata
- Expression<T> - Interface in com.querydsl.core.types
-
Expression
defines a general typed expression in a Query instance.
- ExpressionBase<T> - Class in com.querydsl.core.types
-
ExpressionBase
is the base class for immutable
Expression
implementations
- ExpressionBase(Class<? extends T>) - Constructor for class com.querydsl.core.types.ExpressionBase
-
- ExpressionException - Exception in com.querydsl.core.types
-
ExpressionException
is thrown for
Expression
construction issues
- ExpressionException(String) - Constructor for exception com.querydsl.core.types.ExpressionException
-
- ExpressionException(String, Throwable) - Constructor for exception com.querydsl.core.types.ExpressionException
-
- ExpressionException(Throwable) - Constructor for exception com.querydsl.core.types.ExpressionException
-
- Expressions - Class in com.querydsl.core.types.dsl
-
- ExpressionUtils - Class in com.querydsl.core.types
-
ExpressionUtils
provides utilities for constructing common operation instances.
- ExtendedBeanSerializer - Class in com.querydsl.sql.codegen
-
ExtendedBeanSerializer
outputs primary key based equals
, hashCode
and
toString
implementations
- ExtendedBeanSerializer() - Constructor for class com.querydsl.sql.codegen.ExtendedBeanSerializer
-
- ExtendedNamingStrategy - Class in com.querydsl.sql.codegen
-
ExtendedNamingStrategy
works like the
DefaultNamingStrategy
, but tries to create foreign key
property names in a different way.
- ExtendedNamingStrategy() - Constructor for class com.querydsl.sql.codegen.ExtendedNamingStrategy
-
- ExtendedSubQuery<T> - Interface in com.querydsl.core.support
-
ExtendedSubQuery
extends the
SubQueryExpression
interface to provide fluent
expression creation functionality
- extendTypes() - Method in class com.querydsl.codegen.TypeFactory
-
- extent(Expression<? extends GeometryCollection>) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Returns the bounding box that bounds rows of geometries.
- extent(Expression<? extends GeometryCollection>) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Returns the bounding box that bounds rows of geometries.
- exteriorRing() - Method in class com.querydsl.spatial.jts.JTSPolygonExpression
-
Returns the exterior ring of this Polygon.
- exteriorRing() - Method in class com.querydsl.spatial.PolygonExpression
-
Returns the exterior ring of this Polygon.
- extract(Expression<T>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Get the potentially wrapped expression
- extract(QueryMetadata) - Static method in class com.querydsl.sql.RelationalPathExtractor
-
- extract(Expression<?>) - Static method in class com.querydsl.sql.RelationalPathExtractor
-
- extractEntityExpression(Expression<?>) - Method in class com.querydsl.jpa.AbstractSQLQuery
-
- FactoryExpression<T> - Interface in com.querydsl.core.types
-
FactoryExpression
represents factory expressions such as JavaBean or
Constructor projections
- FactoryExpressionBase<T> - Class in com.querydsl.core.types
-
- FactoryExpressionBase(Class<? extends T>) - Constructor for class com.querydsl.core.types.FactoryExpressionBase
-
- FactoryExpressionTransformer - Class in com.querydsl.jpa
-
FactoryExpressionTransformer
is a ResultTransformer implementation using
FactoryExpression instances for transformation
- FactoryExpressionTransformer(FactoryExpression<?>) - Constructor for class com.querydsl.jpa.FactoryExpressionTransformer
-
- FactoryExpressionUtils - Class in com.querydsl.core.types
-
- FactoryExpressionUtils.FactoryExpressionAdapter<T> - Class in com.querydsl.core.types
-
FactoryExpressionAdapter
provides an adapter implementation of the
FactoryExpression
interface
- FALSE - Static variable in class com.querydsl.core.types.dsl.Expressions
-
- fetch() - Method in class com.querydsl.collections.AbstractCollQuery
-
- fetch() - Method in interface com.querydsl.core.Fetchable
-
Get the projection as a typed List
- fetch() - Method in class com.querydsl.core.support.FetchableQueryBase
-
- fetch() - Method in class com.querydsl.hibernate.search.AbstractSearchQuery
-
- fetch() - Method in class com.querydsl.jdo.AbstractJDOQuery
-
- fetch() - Method in class com.querydsl.jdo.sql.AbstractSQLQuery
-
- fetch() - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- fetch() - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- fetch() - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- FETCH - Static variable in class com.querydsl.jpa.JPAQueryMixin
-
- fetch() - Method in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- fetch() - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
- fetch() - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
- fetch() - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
- fetch(Path<?>...) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
Fetch with the specific fields
- fetch() - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- fetch() - Method in class com.querydsl.sql.AbstractSQLQuery
-
- fetch() - Method in class com.querydsl.sql.UnionImpl
-
- FETCH_ALL_PROPERTIES - Static variable in class com.querydsl.jpa.JPAQueryMixin
-
- Fetchable<T> - Interface in com.querydsl.core
-
Fetchable
defines default projection methods for
Query
implementations.
- FetchableQuery<T,Q extends FetchableQuery<T,Q>> - Interface in com.querydsl.core
-
- FetchableQueryBase<T,Q extends FetchableQueryBase<T,Q>> - Class in com.querydsl.core.support
-
FetchableQueryBase
extends the
QueryBase
class to provide default
implementations of the methods of the
Fetchable
interface
- FetchableQueryBase(QueryMixin<Q>) - Constructor for class com.querydsl.core.support.FetchableQueryBase
-
- FetchableSubQueryBase<T,Q extends FetchableSubQueryBase<T,Q>> - Class in com.querydsl.core.support
-
FetchableSubQueryBase
extends
FetchableQueryBase
to provide fluent Expression creation functionality
- FetchableSubQueryBase(QueryMixin<Q>) - Constructor for class com.querydsl.core.support.FetchableSubQueryBase
-
- fetchAll() - Method in class com.querydsl.jpa.JPAQueryBase
-
- fetchAll() - Method in class com.querydsl.jpa.JPAQueryMixin
-
- fetchAll() - Method in interface com.querydsl.jpa.JPQLQuery
-
Add the "fetchJoin all properties" flag to the last defined join.
- fetchCount() - Method in class com.querydsl.collections.AbstractCollQuery
-
- fetchCount() - Method in interface com.querydsl.core.Fetchable
-
Get the count of matched elements
- fetchCount() - Method in class com.querydsl.hibernate.search.AbstractSearchQuery
-
- fetchCount() - Method in class com.querydsl.jdo.AbstractJDOQuery
-
- fetchCount() - Method in class com.querydsl.jdo.sql.AbstractSQLQuery
-
- fetchCount() - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- fetchCount() - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- fetchCount() - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
- fetchCount() - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
- fetchCount() - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
- fetchCount() - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- fetchCount() - Method in class com.querydsl.sql.AbstractSQLQuery
-
- fetchCount() - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- fetchCount() - Method in class com.querydsl.sql.UnionImpl
-
- fetchFirst() - Method in interface com.querydsl.core.Fetchable
-
Get the first result of Get the projection or null if no result is found
- fetchFirst() - Method in class com.querydsl.core.support.FetchableQueryBase
-
- fetchFirst() - Method in class com.querydsl.hibernate.search.AbstractSearchQuery
-
- fetchFirst() - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
- fetchFirst() - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
- fetchFirst() - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
- fetchFirst(Path<?>...) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
Fetch first with the specific fields
- fetchFirst() - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- fetchFirst() - Method in class com.querydsl.sql.UnionImpl
-
- fetchGroups - Variable in class com.querydsl.jdo.AbstractJDOQuery
-
- fetchJoin() - Method in class com.querydsl.jpa.JPAQueryBase
-
- fetchJoin() - Method in class com.querydsl.jpa.JPAQueryMixin
-
- fetchJoin() - Method in interface com.querydsl.jpa.JPQLQuery
-
Add the "fetchJoin" flag to the last defined join
Mind that collection joins might result in duplicate rows and that "inner join fetchJoin"
will restrict your result set.
- fetchOne() - Method in class com.querydsl.collections.AbstractCollQuery
-
- fetchOne() - Method in interface com.querydsl.core.Fetchable
-
Get the projection as a unique result or null if no result is found
- fetchOne() - Method in class com.querydsl.hibernate.search.AbstractSearchQuery
-
- fetchOne() - Method in class com.querydsl.jdo.AbstractJDOQuery
-
- fetchOne() - Method in class com.querydsl.jdo.sql.AbstractSQLQuery
-
- fetchOne() - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- fetchOne() - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- fetchOne() - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- fetchOne() - Method in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- fetchOne() - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
- fetchOne() - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
- fetchOne() - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
- fetchOne(Path<?>...) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
Fetch one with the specific fields
- fetchOne() - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- fetchOne() - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- fetchOne() - Method in class com.querydsl.sql.UnionImpl
-
- fetchResults() - Method in class com.querydsl.collections.AbstractCollQuery
-
- fetchResults() - Method in interface com.querydsl.core.Fetchable
-
- fetchResults() - Method in class com.querydsl.hibernate.search.AbstractSearchQuery
-
- fetchResults() - Method in class com.querydsl.jdo.AbstractJDOQuery
-
- fetchResults() - Method in class com.querydsl.jdo.sql.AbstractSQLQuery
-
- fetchResults() - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- fetchResults() - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- fetchResults() - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- fetchResults() - Method in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- fetchResults() - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
- fetchResults() - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
- fetchResults() - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
- fetchResults(Path<?>...) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
Fetch results with the specific fields
- fetchResults() - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- fetchResults() - Method in class com.querydsl.sql.AbstractSQLQuery
-
- fetchResults() - Method in class com.querydsl.sql.UnionImpl
-
- fetchSize - Variable in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- fetchSize - Variable in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- FIELDS - Static variable in interface com.querydsl.core.types.dsl.PathBuilderValidator
-
- fields(Class<? extends T>, Expression<?>...) - Static method in class com.querydsl.core.types.Projections
-
Create a field access based Bean populating projection for the given type and expressions
- fields(Path<? extends T>, Expression<?>...) - Static method in class com.querydsl.core.types.Projections
-
Create a field access based Bean populating projection for the given type and expressions
- fields(Path<? extends T>, Map<String, ? extends Expression<?>>) - Static method in class com.querydsl.core.types.Projections
-
Create a field access based Bean populating projection for the given type and bindings
- fields(Class<? extends T>, Map<String, ? extends Expression<?>>) - Static method in class com.querydsl.core.types.Projections
-
Create a field access based Bean populating projection for the given type and bindings
- FileUtils - Class in com.querydsl.core.util
-
FileUtils provides File handling functionality
- filter(Filter) - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
Apply the given Lucene filter to the search results
- filter(Filter) - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
Apply the given Lucene filter to the search results
- filter(Filter) - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
Apply the given Lucene filter to the search results
- FilteredClause<C extends FilteredClause<C>> - Interface in com.querydsl.core
-
FilteredClause
is an interface for clauses with a filter condition
- findColumn(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- findColumn(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- FirebirdTemplates - Class in com.querydsl.sql
-
FirebirdTemplates
is an SQL dialect for Firebird
- FirebirdTemplates() - Constructor for class com.querydsl.sql.FirebirdTemplates
-
- FirebirdTemplates(boolean) - Constructor for class com.querydsl.sql.FirebirdTemplates
-
- FirebirdTemplates(char, boolean) - Constructor for class com.querydsl.sql.FirebirdTemplates
-
- firePropertyChange(String, Object, Object) - Method in class com.querydsl.core.util.BeanMap
-
- first() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- first() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- firstUnionSubQuery - Variable in class com.querydsl.sql.ProjectableSQLQuery
-
- firstValue(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns value evaluated at the row that is the first row of the window frame
- FloatType - Class in com.querydsl.sql.types
-
FloatType
maps Float to Float on the JDBC level
- FloatType() - Constructor for class com.querydsl.sql.types.FloatType
-
- FloatType(int) - Constructor for class com.querydsl.sql.types.FloatType
-
- floatValue() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a cast(this as double)
expression
- floor() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a floor(this)
expression
- flushMode - Variable in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- flushMode - Variable in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- flushMode - Variable in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- following(Expression<Integer>) - Method in class com.querydsl.sql.WindowRows.Between
-
- following(int) - Method in class com.querydsl.sql.WindowRows.Between
-
- following(Expression<Integer>) - Method in class com.querydsl.sql.WindowRows.BetweenAnd
-
- following(int) - Method in class com.querydsl.sql.WindowRows.BetweenAnd
-
- FOR_SHARE_FLAG - Static variable in enum com.querydsl.sql.SQLOps
-
- FOR_UPDATE_FLAG - Static variable in enum com.querydsl.sql.SQLOps
-
- forArrayAccess(Path<?>, Expression<Integer>) - Static method in class com.querydsl.core.types.PathMetadataFactory
-
Create a new PathMetadata instance for indexed array access
- forArrayAccess(Path<?>, int) - Static method in class com.querydsl.core.types.PathMetadataFactory
-
Create a new PathMetadata instance for indexed array access
- forceIndex(String...) - Method in class com.querydsl.sql.mysql.MySQLQuery
-
You can use FORCE INDEX, which acts like USE INDEX (index_list) but with the addition that a
table scan is assumed to be very expensive.
- forCollectionAny(Path<?>) - Static method in class com.querydsl.core.types.PathMetadataFactory
-
Create a new PathMetadata instance for collection any access
- forDelegate(Path<T>) - Static method in class com.querydsl.core.types.PathMetadataFactory
-
Create a new PathMetadata instance for delegate access
- ForeignKey<E> - Class in com.querydsl.sql
-
ForeignKey
defines a foreign key on a table to another table
- ForeignKey(RelationalPath<?>, Path<?>, String) - Constructor for class com.querydsl.sql.ForeignKey
-
- ForeignKey(RelationalPath<?>, ImmutableList<? extends Path<?>>, ImmutableList<String>) - Constructor for class com.querydsl.sql.ForeignKey
-
- ForeignKeyData - Class in com.querydsl.sql.codegen.support
-
ForeignKeyData
defines foreign key data
- ForeignKeyData(String, String, String, Type) - Constructor for class com.querydsl.sql.codegen.support.ForeignKeyData
-
- foreignKeysClassName - Variable in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- foreignKeysVariable - Variable in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- forListAccess(int) - Method in class com.querydsl.core.types.dsl.ListPath
-
- forListAccess(Expression<Integer>) - Method in class com.querydsl.core.types.dsl.ListPath
-
- forListAccess(Path<?>, Expression<Integer>) - Static method in class com.querydsl.core.types.PathMetadataFactory
-
Create a new PathMetadata instance for indexed list access
- forListAccess(Path<?>, int) - Static method in class com.querydsl.core.types.PathMetadataFactory
-
Create a new PathMetadata instance for indexed list access
- forMapAccess(K) - Method in class com.querydsl.core.types.dsl.MapPath
-
- forMapAccess(Expression<K>) - Method in class com.querydsl.core.types.dsl.MapPath
-
- forMapAccess(Path<?>, Expression<KT>) - Static method in class com.querydsl.core.types.PathMetadataFactory
-
Create a new PathMetadata instance for key based map access
- forMapAccess(Path<?>, KT) - Static method in class com.querydsl.core.types.PathMetadataFactory
-
Create a new PathMetadata instance for for key based map access
- forProperty(String) - Method in class com.querydsl.core.types.dsl.BeanPath
-
- forProperty(Path<?>, String) - Static method in class com.querydsl.core.types.PathMetadataFactory
-
Create a new PathMetadata instance for property access
- forSession() - Method in class com.querydsl.sql.teradata.SetQueryBandClause
-
- forShare() - Method in class com.querydsl.sql.postgresql.PostgreSQLQuery
-
FOR SHARE causes the rows retrieved by the SELECT statement to be locked as though for update.
- forTransaction() - Method in class com.querydsl.sql.teradata.SetQueryBandClause
-
- forUpdate() - Method in class com.querydsl.sql.AbstractSQLQuery
-
If you use forUpdate() with a backend that uses page or row locks, rows examined by the
query are write-locked until the end of the current transaction.
- forVariable(String) - Static method in class com.querydsl.core.types.PathMetadataFactory
-
Create a new PathMetadata instance for a variable
- FOUR - Static variable in class com.querydsl.core.types.dsl.Expressions
-
- from(Path<A>, Iterable<? extends A>) - Method in class com.querydsl.collections.AbstractCollQuery
-
Add a query source
- from(A, Iterable<A>) - Static method in class com.querydsl.collections.CollQueryFactory
-
Create a new query
- from(Path<A>, A...) - Static method in class com.querydsl.collections.CollQueryFactory
-
Create a new query
- from(Path<A>, Iterable<A>) - Static method in class com.querydsl.collections.CollQueryFactory
-
Create a new query
- from(Expression<?>) - Method in class com.querydsl.core.support.QueryMixin
-
- from(Expression<?>...) - Method in class com.querydsl.core.support.QueryMixin
-
- from(EntityPath<?>...) - Method in class com.querydsl.jdo.AbstractJDOQuery
-
- from(CollectionExpression<?, U>, Path<U>) - Method in class com.querydsl.jdo.AbstractJDOQuery
-
- from(EntityPath<?>...) - Method in interface com.querydsl.jdo.JDOQLQuery
-
Add query sources
- from(CollectionExpression<?, U>, Path<U>) - Method in interface com.querydsl.jdo.JDOQLQuery
-
Add query sources
- from(EntityPath<?>) - Method in class com.querydsl.jdo.JDOQueryFactory
-
- from(EntityPath<?>) - Method in class com.querydsl.jpa.hibernate.HibernateQueryFactory
-
- from(EntityPath<?>) - Method in class com.querydsl.jpa.impl.JPAQueryFactory
-
- from(EntityPath<?>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- from(EntityPath<?>...) - Method in class com.querydsl.jpa.JPAQueryBase
-
- from(CollectionExpression<?, P>, Path<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- from(EntityPath<?>...) - Method in interface com.querydsl.jpa.JPQLQuery
-
Add sources to this query
- from(CollectionExpression<?, P>, Path<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Add a query source
- from(EntityPath<?>) - Method in interface com.querydsl.jpa.JPQLQueryFactory
-
Create a new Query with the given source
- from(Expression<?>) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
-
- from(Expression<?>...) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
-
- from(SubQueryExpression<?>, Path<?>) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
-
- from(Expression<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- from(Expression<?>...) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- from(SubQueryExpression<?>, Path<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- from(Expression<?>...) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Defines the sources of the query
- from(SubQueryExpression<?>, Path<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a sub query source
- from(Expression<?>) - Method in interface com.querydsl.sql.SQLCommonQueryFactory
-
Create a new SELECT query
- from(Expression<?>...) - Method in interface com.querydsl.sql.SQLCommonQueryFactory
-
Create a new SELECT query
- from(SubQueryExpression<?>, Path<?>) - Method in interface com.querydsl.sql.SQLCommonQueryFactory
-
Create a new SELECT query
- fromText(String) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Return a specified ST_Geometry value from Well-Known Text representation (WKT).
- fromText(Expression<String>) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Return a specified ST_Geometry value from Well-Known Text representation (WKT).
- fromText(String) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Return a specified ST_Geometry value from Well-Known Text representation (WKT).
- fromText(Expression<String>) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Return a specified ST_Geometry value from Well-Known Text representation (WKT).
- fullJoin(Expression<?>) - Method in class com.querydsl.core.support.QueryMixin
-
- fullJoin(Expression<P>, Path<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- fullJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- fullJoin(MapExpression<?, P>, Path<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- fullJoin(SubQueryExpression<P>, Path<?>) - Method in class com.querydsl.core.support.QueryMixin
-
- fullJoin(EntityPath<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- fullJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- fullJoin(SubQueryExpression<?>, Path<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- fullJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- fullJoin(EntityPath<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a full join to the given target
- fullJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a full join to the given target
- fullJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a full join to the given target
- fullJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a full join to the given target
- fuzzyLike(Path<String>, String) - Static method in class com.querydsl.lucene3.LuceneExpressions
-
Create a fuzzy query
- fuzzyLike(Path<String>, String, float) - Static method in class com.querydsl.lucene3.LuceneExpressions
-
Create a fuzzy query
- fuzzyLike(Path<String>, String, float, int) - Static method in class com.querydsl.lucene3.LuceneExpressions
-
Create a fuzzy query
- fuzzyLike(Path<String>, String) - Static method in class com.querydsl.lucene4.LuceneExpressions
-
Create a fuzzy query
- fuzzyLike(Path<String>, String, int) - Static method in class com.querydsl.lucene4.LuceneExpressions
-
Create a fuzzy query
- fuzzyLike(Path<String>, String, int, int) - Static method in class com.querydsl.lucene4.LuceneExpressions
-
Create a fuzzy query
- fuzzyLike(Path<String>, String) - Static method in class com.querydsl.lucene5.LuceneExpressions
-
Create a fuzzy query
- fuzzyLike(Path<String>, String, int) - Static method in class com.querydsl.lucene5.LuceneExpressions
-
Create a fuzzy query
- fuzzyLike(Path<String>, String, int, int) - Static method in class com.querydsl.lucene5.LuceneExpressions
-
Create a fuzzy query
- ge(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- ge(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- ge(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- GenericExporter - Class in com.querydsl.codegen
-
GenericExporter
provides query type serialization logic for cases where APT annotation processors
can't be used.
- GenericExporter(ClassLoader, Charset) - Constructor for class com.querydsl.codegen.GenericExporter
-
Create a GenericExporter instance using the given classloader and charset for serializing
source files
- GenericExporter(ClassLoader) - Constructor for class com.querydsl.codegen.GenericExporter
-
Create a GenericExporter instance using the given classloader and default charset
- GenericExporter(Charset) - Constructor for class com.querydsl.codegen.GenericExporter
-
Create a GenericExporter instance using the context classloader and the given charset
- GenericExporter() - Constructor for class com.querydsl.codegen.GenericExporter
-
Create a GenericExporter instance using the context classloader and default charset
- GenericExporterMojo - Class in com.querydsl.maven
-
GenericExporterMojo
calls
GenericExporter
using the classpath of the module
- GenericExporterMojo() - Constructor for class com.querydsl.maven.GenericExporterMojo
-
- GeoDBTemplates - Class in com.querydsl.sql.spatial
-
GeoDBTemplates
is a spatial enabled SQL dialect for GeoDB
- GeoDBTemplates() - Constructor for class com.querydsl.sql.spatial.GeoDBTemplates
-
- GeoDBTemplates(boolean) - Constructor for class com.querydsl.sql.spatial.GeoDBTemplates
-
- GeoDBTemplates(char, boolean) - Constructor for class com.querydsl.sql.spatial.GeoDBTemplates
-
- GeometryCollectionExpression<T extends org.geolatte.geom.GeometryCollection> - Class in com.querydsl.spatial
-
A GeometryCollection is a geometric object that is a collection of some number of geometric objects.
- GeometryCollectionExpression(Expression<T>) - Constructor for class com.querydsl.spatial.GeometryCollectionExpression
-
- GeometryCollectionPath<T extends org.geolatte.geom.GeometryCollection> - Class in com.querydsl.spatial
-
- GeometryCollectionPath(Path<?>, String) - Constructor for class com.querydsl.spatial.GeometryCollectionPath
-
- GeometryCollectionPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.GeometryCollectionPath
-
- GeometryCollectionPath(PathMetadata) - Constructor for class com.querydsl.spatial.GeometryCollectionPath
-
- GeometryCollectionPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.GeometryCollectionPath
-
- GeometryCollectionPath(String) - Constructor for class com.querydsl.spatial.GeometryCollectionPath
-
- GeometryCollectionPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.GeometryCollectionPath
-
- GeometryExpression<T extends org.geolatte.geom.Geometry> - Class in com.querydsl.spatial
-
Geometry is the root class of the hierarchy.
- GeometryExpression(Expression<T>) - Constructor for class com.querydsl.spatial.GeometryExpression
-
- GeometryExpressions - Class in com.querydsl.spatial
-
GeometryExpressions contains static functions for GEO operations
- geometryN(Integer) - Method in class com.querydsl.spatial.GeometryCollectionExpression
-
Returns the Nth geometry in this GeometryCollection.
- geometryN(Integer) - Method in class com.querydsl.spatial.jts.JTSGeometryCollectionExpression
-
Returns the Nth geometry in this GeometryCollection.
- geometryOperation(Operator, Expression<?>...) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Create a new Geometry operation expression
- geometryOperation(Class<? extends T>, Operator, Expression<?>...) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Create a new Geometry operation expression
- GeometryOperation<T extends org.geolatte.geom.Geometry> - Class in com.querydsl.spatial
-
- GeometryOperation(Class<? extends T>, Operator, Expression<?>...) - Constructor for class com.querydsl.spatial.GeometryOperation
-
- GeometryOperation(Class<? extends T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.spatial.GeometryOperation
-
- geometryOperation(Operator, Expression<?>...) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Create a new Geometry operation expression
- geometryOperation(Class<? extends T>, Operator, Expression<?>...) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Create a new Geometry operation expression
- GeometryPath<T extends org.geolatte.geom.Geometry> - Class in com.querydsl.spatial
-
- GeometryPath(Path<?>, String) - Constructor for class com.querydsl.spatial.GeometryPath
-
- GeometryPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.GeometryPath
-
- GeometryPath(PathMetadata) - Constructor for class com.querydsl.spatial.GeometryPath
-
- GeometryPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.GeometryPath
-
- GeometryPath(String) - Constructor for class com.querydsl.spatial.GeometryPath
-
- GeometryPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.GeometryPath
-
- GeometryPaths - Interface in com.querydsl.spatial
-
- geometryType() - Method in class com.querydsl.spatial.GeometryExpression
-
Returns the name of the instantiable subtype of Geometry of which this
geometric object is an instantiable member.
- geometryType() - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns the name of the instantiable subtype of Geometry of which this
geometric object is an instantiable member.
- get(boolean, boolean) - Static method in enum com.querydsl.apt.VisitorConfig
-
- get(boolean, boolean, VisitorConfig) - Static method in enum com.querydsl.apt.VisitorConfig
-
- get(Class<T>) - Method in class com.querydsl.codegen.AbstractModule
-
- get(Class<T>, String) - Method in class com.querydsl.codegen.AbstractModule
-
- get(Class<?>) - Method in class com.querydsl.codegen.TypeFactory
-
- get(Class<?>, Type) - Method in class com.querydsl.codegen.TypeFactory
-
- get(Class<?>, AnnotatedElement, Type) - Method in class com.querydsl.codegen.TypeFactory
-
- get(boolean, Class<?>, Type) - Method in class com.querydsl.codegen.TypeFactory
-
- get(boolean, Class<?>, AnnotatedElement, Type) - Method in class com.querydsl.codegen.TypeFactory
-
- get(Object, String) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- get(Method) - Static method in enum com.querydsl.core.alias.MethodType
-
- get() - Method in interface com.querydsl.core.group.GroupCollector
-
Get the value for this group
- get(int, Class<T>) - Method in interface com.querydsl.core.Tuple
-
Get a Tuple element by index
- get(Expression<T>) - Method in interface com.querydsl.core.Tuple
-
Get a tuple element by expression
- get(Expression<Integer>) - Method in interface com.querydsl.core.types.dsl.ArrayExpression
-
Create a this[index]
expression
- get(int) - Method in interface com.querydsl.core.types.dsl.ArrayExpression
-
Create a this[index]
expression
- get(Expression<Integer>) - Method in class com.querydsl.core.types.dsl.ArrayPath
-
- get(int) - Method in class com.querydsl.core.types.dsl.ArrayPath
-
- get(Expression<Integer>) - Method in interface com.querydsl.core.types.dsl.ListExpression
-
Indexed access, gets the element at the given index
- get(int) - Method in interface com.querydsl.core.types.dsl.ListExpression
-
Indexed access, gets the element at the given index
- get(Expression<Integer>) - Method in class com.querydsl.core.types.dsl.ListPath
-
- get(int) - Method in class com.querydsl.core.types.dsl.ListPath
-
- get(Expression<K>) - Method in class com.querydsl.core.types.dsl.MapExpressionBase
-
Create a this.get(key)
expression
- get(K) - Method in class com.querydsl.core.types.dsl.MapExpressionBase
-
Create a this.get(key)
expression
- get(Expression<K>) - Method in class com.querydsl.core.types.dsl.MapPath
-
- get(K) - Method in class com.querydsl.core.types.dsl.MapPath
-
- get(String) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a PathBuilder instance for the given property
- get(String, Class<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a PathBuilder for the given property with the given type
- get(BooleanPath) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Boolean typed path
- get(ComparablePath<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Comparable typed path
- get(DatePath<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Date path
- get(DateTimePath<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new DateTime path
- get(EnumPath<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Enum path
- get(NumberPath<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Number typed path
- get(Path<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Simple path
- get(StringPath) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new String typed path
- get(TimePath<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Time typed path
- get(String) - Method in class com.querydsl.core.types.dsl.PathInits
-
- get(String) - Method in class com.querydsl.core.util.BeanMap
-
Returns the value of the bean's property with the given name.
- get(RelationalPath<T>) - Method in class com.querydsl.sql.Beans
-
- get(ResultSet, Path<?>, int, Class<T>) - Method in class com.querydsl.sql.Configuration
-
Get the value at the given index from the result set
- get() - Method in class com.querydsl.sql.spring.SpringConnectionProvider
-
- getAccessor(String, String, Class<?>) - Static method in class com.querydsl.core.util.BeanUtils
-
- getActualTypeArguments() - Method in class com.querydsl.codegen.ParameterizedTypeImpl
-
- getAdditionalConstructorParameter(EntityType) - Method in class com.querydsl.codegen.EntitySerializer
-
- getAdditionalConstructorParameter(EntityType) - Method in class com.querydsl.sql.codegen.MetaDataSerializer
-
- getAliases() - Method in class com.querydsl.jpa.NativeSQLSerializer
-
- getAlternativeEntityAnnotation() - Method in interface com.querydsl.apt.Configuration
-
- getAlternativeEntityAnnotation() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.ArrayPath
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.BeanPath
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.BooleanPath
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.CollectionPath
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.ComparablePath
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.DatePath
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.DateTimePath
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.DslPath
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.EnumPath
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.ListPath
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.MapPath
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.NumberPath
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.SetPath
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.SimplePath
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.StringPath
-
- getAnnotatedElement() - Method in class com.querydsl.core.types.dsl.TimePath
-
- getAnnotatedElement() - Method in interface com.querydsl.core.types.Path
-
Return the annotated element related to the given path
- getAnnotatedElement() - Method in class com.querydsl.core.types.PathImpl
-
- getAnnotatedElement(Class<?>, String, Class<?>) - Static method in class com.querydsl.core.util.ReflectionUtils
-
- getAnnotatedElement(Class<?>, String) - Method in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.GeometryCollectionPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.GeometryPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.jts.JTSGeometryCollectionPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.jts.JTSGeometryPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.jts.JTSLinearRingPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.jts.JTSLineStringPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.jts.JTSMultiLineStringPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.jts.JTSMultiPointPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.jts.JTSMultiPolygonPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.jts.JTSPointPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.jts.JTSPolygonPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.LinearRingPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.LineStringPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.MultiLineStringPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.MultiPointPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.MultiPolygonPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.PointPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.PolygonPath
-
- getAnnotatedElement() - Method in class com.querydsl.spatial.PolyhedralSurfacePath
-
- getAnnotation(Class<T>) - Method in class com.querydsl.codegen.EntityType
-
- getAnnotation(Class<T>) - Method in class com.querydsl.codegen.Property
-
- getAnnotation(Class<T>) - Method in class com.querydsl.core.util.Annotations
-
- getAnnotationMirrorOfType(Element, Class<? extends Annotation>) - Static method in class com.querydsl.apt.TypeUtils
-
- getAnnotations() - Method in class com.querydsl.apt.hibernate.HibernateConfiguration
-
- getAnnotations() - Method in class com.querydsl.apt.jpa.JPAConfiguration
-
- getAnnotations() - Method in class com.querydsl.codegen.EntityType
-
- getAnnotations() - Method in class com.querydsl.codegen.Property
-
- getAnnotations() - Method in class com.querydsl.core.util.Annotations
-
- getAnnotationValueAsTypeMirror(AnnotationMirror, String) - Static method in class com.querydsl.apt.TypeUtils
-
- getAnnotationValuesAsElements(AnnotationMirror, String) - Static method in class com.querydsl.apt.TypeUtils
-
- getAny(D) - Static method in class com.querydsl.core.alias.Alias
-
Convert the given alias to an expression
- getArg(int) - Method in class com.querydsl.core.types.dsl.BooleanOperation
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.BooleanTemplate
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.ComparableOperation
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.ComparableTemplate
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.DateOperation
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.DateTemplate
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.DateTimeOperation
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.DateTimeTemplate
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.DslOperation
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.DslTemplate
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.EnumOperation
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.EnumTemplate
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.NumberOperation
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.NumberTemplate
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.SimpleOperation
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.SimpleTemplate
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.StringOperation
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.StringTemplate
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.TimeOperation
-
- getArg(int) - Method in class com.querydsl.core.types.dsl.TimeTemplate
-
- getArg(int) - Method in interface com.querydsl.core.types.Operation
-
Get the argument with the given index
- getArg(int) - Method in class com.querydsl.core.types.OperationImpl
-
- getArg(int) - Method in interface com.querydsl.core.types.TemplateExpression
-
Get the argument with the given index
- getArg(int) - Method in class com.querydsl.core.types.TemplateExpressionImpl
-
- getArg(int) - Method in class com.querydsl.spatial.GeometryOperation
-
- getArg(int) - Method in class com.querydsl.spatial.jts.JTSGeometryOperation
-
- getArg(int) - Method in class com.querydsl.spatial.jts.JTSLineStringOperation
-
- getArg(int) - Method in class com.querydsl.spatial.jts.JTSPointOperation
-
- getArg(int) - Method in class com.querydsl.spatial.jts.JTSPolygonOperation
-
- getArg(int) - Method in class com.querydsl.spatial.LineStringOperation
-
- getArg(int) - Method in class com.querydsl.spatial.PointOperation
-
- getArg(int) - Method in class com.querydsl.spatial.PolygonOperation
-
- getArg(int) - Method in class com.querydsl.sql.RelationalFunctionCall
-
- getArgs() - Method in class com.querydsl.core.support.EnumConversion
-
- getArgs() - Method in class com.querydsl.core.support.NumberConversion
-
- getArgs() - Method in class com.querydsl.core.support.NumberConversions
-
- getArgs() - Method in class com.querydsl.core.types.ArrayConstructorExpression
-
- getArgs() - Method in class com.querydsl.core.types.ConstructorExpression
-
- getArgs() - Method in class com.querydsl.core.types.dsl.BooleanOperation
-
- getArgs() - Method in class com.querydsl.core.types.dsl.BooleanTemplate
-
- getArgs() - Method in class com.querydsl.core.types.dsl.ComparableOperation
-
- getArgs() - Method in class com.querydsl.core.types.dsl.ComparableTemplate
-
- getArgs() - Method in class com.querydsl.core.types.dsl.DateOperation
-
- getArgs() - Method in class com.querydsl.core.types.dsl.DateTemplate
-
- getArgs() - Method in class com.querydsl.core.types.dsl.DateTimeOperation
-
- getArgs() - Method in class com.querydsl.core.types.dsl.DateTimeTemplate
-
- getArgs() - Method in class com.querydsl.core.types.dsl.DslOperation
-
- getArgs() - Method in class com.querydsl.core.types.dsl.DslTemplate
-
- getArgs() - Method in class com.querydsl.core.types.dsl.EnumOperation
-
- getArgs() - Method in class com.querydsl.core.types.dsl.EnumTemplate
-
- getArgs() - Method in class com.querydsl.core.types.dsl.NumberOperation
-
- getArgs() - Method in class com.querydsl.core.types.dsl.NumberTemplate
-
- getArgs() - Method in class com.querydsl.core.types.dsl.SimpleOperation
-
- getArgs() - Method in class com.querydsl.core.types.dsl.SimpleTemplate
-
- getArgs() - Method in class com.querydsl.core.types.dsl.StringOperation
-
- getArgs() - Method in class com.querydsl.core.types.dsl.StringTemplate
-
- getArgs() - Method in class com.querydsl.core.types.dsl.TimeOperation
-
- getArgs() - Method in class com.querydsl.core.types.dsl.TimeTemplate
-
- getArgs() - Method in interface com.querydsl.core.types.FactoryExpression
-
Get the invocation arguments
- getArgs() - Method in class com.querydsl.core.types.FactoryExpressionUtils.FactoryExpressionAdapter
-
- getArgs() - Method in class com.querydsl.core.types.MappingProjection
-
- getArgs() - Method in interface com.querydsl.core.types.Operation
-
Get the arguments of this operation
- getArgs() - Method in class com.querydsl.core.types.OperationImpl
-
- getArgs() - Method in class com.querydsl.core.types.QBean
-
- getArgs() - Method in class com.querydsl.core.types.QList
-
- getArgs() - Method in class com.querydsl.core.types.QMap
-
- getArgs() - Method in class com.querydsl.core.types.QTuple
-
- getArgs() - Method in interface com.querydsl.core.types.TemplateExpression
-
Get the arguments of the custom expression
- getArgs() - Method in class com.querydsl.core.types.TemplateExpressionImpl
-
- getArgs() - Method in class com.querydsl.spatial.GeometryOperation
-
- getArgs() - Method in class com.querydsl.spatial.jts.JTSGeometryOperation
-
- getArgs() - Method in class com.querydsl.spatial.jts.JTSLineStringOperation
-
- getArgs() - Method in class com.querydsl.spatial.jts.JTSPointOperation
-
- getArgs() - Method in class com.querydsl.spatial.jts.JTSPolygonOperation
-
- getArgs() - Method in class com.querydsl.spatial.LineStringOperation
-
- getArgs() - Method in class com.querydsl.spatial.PointOperation
-
- getArgs() - Method in class com.querydsl.spatial.PolygonOperation
-
- getArgs() - Method in class com.querydsl.sql.QBeans
-
- getArgs() - Method in class com.querydsl.sql.RelationalFunctionCall
-
- getArray(String, Class<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a ArrayPath instance for the given property and the given array type
- getArray(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getArray(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getArray(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getArray(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getAsc() - Method in class com.querydsl.sql.SQLTemplates
-
- getAsciiStream(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getAsciiStream(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getAsciiStream(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getAsciiStream(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getAuthName() - Method in class com.querydsl.sql.spatial.SpatialRefSys
-
- getAuthSrid() - Method in class com.querydsl.sql.spatial.SpatialRefSys
-
- getAutoIncrement() - Method in class com.querydsl.sql.SQLTemplates
-
- getBean() - Method in class com.querydsl.core.util.BeanMap
-
Returns the bean currently being operated on.
- getBeanInterfaces() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getBeanPackageName() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getBeanPrefix() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getBeanPrefix() - Method in class com.querydsl.sql.codegen.SQLCodegenModule
-
- getBeanSerializerClass() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getBeanSuffix() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getBeanSuffix() - Method in class com.querydsl.sql.codegen.SQLCodegenModule
-
- getBigDecimal(int, int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getBigDecimal(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getBigDecimal(String, int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getBigDecimal(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getBigDecimal(int, int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getBigDecimal(String, int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getBigDecimal(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getBigDecimal(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getBinaryStream(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getBinaryStream(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getBinaryStream(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getBinaryStream(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getBindings() - Method in class com.querydsl.sql.SQLBindings
-
- getBlob(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getBlob(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getBlob(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getBlob(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getBoolean(String) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Boolean typed path
- getBoolean(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getBoolean(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getBoolean(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getBoolean(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getByte(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getByte(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getByte(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getByte(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getBytes(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getBytes(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getBytes(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getBytes(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getCandidatePath() - Method in class com.querydsl.jdo.JDOQLSerializer
-
- getCastTypeNameForCode(int) - Method in class com.querydsl.sql.DB2Templates
-
- getCastTypeNameForCode(int) - Method in class com.querydsl.sql.FirebirdTemplates
-
- getCastTypeNameForCode(int) - Method in class com.querydsl.sql.HSQLDBTemplates
-
- getCastTypeNameForCode(int) - Method in class com.querydsl.sql.MySQLTemplates
-
- getCastTypeNameForCode(int) - Method in class com.querydsl.sql.OracleTemplates
-
- getCastTypeNameForCode(int) - Method in class com.querydsl.sql.SQLTemplates
-
- getCastTypeNameForCode(int) - Method in class com.querydsl.sql.TeradataTemplates
-
- getCategory() - Method in class com.querydsl.codegen.EntityType
-
- getCharacterStream(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getCharacterStream(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getCharacterStream(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getCharacterStream(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getClassName(String) - Method in class com.querydsl.sql.codegen.DefaultNamingStrategy
-
- getClassName(String) - Method in interface com.querydsl.sql.codegen.NamingStrategy
-
Convert the given tableName to a simple class name
- getClassName(String) - Method in class com.querydsl.sql.codegen.OriginalNamingStrategy
-
- getClob(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getClob(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getClob(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getClob(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getCodeForTypeName(String) - Method in class com.querydsl.sql.SQLTemplates
-
- getCollection(String, Class<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Collection typed path
- getCollection(String, Class<A>, Class<? super E>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Collection typed path
- getCollection(Class<?>) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- getCollection(Class<?>) - Method in class com.querydsl.mongodb.morphia.MorphiaQuery
-
- getColumnAlias() - Method in class com.querydsl.sql.SQLTemplates
-
- getColumnComparatorClass() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getColumnMetadata(Path<?>) - Static method in class com.querydsl.sql.ColumnMetadata
-
Returns this path's column metadata if present.
- getColumnOverride(SchemaAndTable, String) - Method in class com.querydsl.sql.Configuration
-
Get the column override
- getColumns() - Method in class com.querydsl.sql.codegen.support.IndexData
-
- getColumns() - Method in class com.querydsl.sql.codegen.support.PrimaryKeyData
-
- getColumns(RelationalPath<?>) - Method in class com.querydsl.sql.dml.AbstractMapper
-
- getColumns() - Method in class com.querydsl.sql.dml.SQLInsertBatch
-
- getColumns() - Method in class com.querydsl.sql.dml.SQLMergeBatch
-
- getColumns() - Method in interface com.querydsl.sql.RelationalPath
-
Get all columns
- getColumns() - Method in class com.querydsl.sql.RelationalPathBase
-
- getComparable(String, Class<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Comparable typed path
- getConcurrency() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getConcurrency() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getCondition() - Method in class com.querydsl.core.JoinExpression
-
- getConfig(TypeElement, List<? extends Element>) - Method in interface com.querydsl.apt.Configuration
-
- getConfig(TypeElement, List<? extends Element>) - Method in class com.querydsl.apt.DefaultConfiguration
-
- getConfig(TypeElement, List<? extends Element>) - Method in class com.querydsl.apt.jdo.JDOConfiguration
-
- getConfig(TypeElement, List<? extends Element>) - Method in class com.querydsl.apt.jpa.JPAConfiguration
-
- getConfig(Config) - Static method in class com.querydsl.codegen.SimpleSerializerConfig
-
- getConfiguration() - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter
-
- getConfiguration() - Method in class com.querydsl.sql.AbstractSQLQuery
-
- getConfiguration() - Method in class com.querydsl.sql.AbstractSQLQueryFactory
-
- getConnection() - Method in class com.querydsl.sql.AbstractSQLQueryFactory
-
- getConnection() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying connection if there is one
- getConnection() - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- getConstant() - Method in interface com.querydsl.core.types.Constant
-
Get the wrapped constant
- getConstant() - Method in class com.querydsl.core.types.ConstantImpl
-
- getConstantPaths() - Method in class com.querydsl.sql.SQLSerializer
-
- getConstantPrefix() - Method in class com.querydsl.core.support.SerializerBase
-
- getConstants() - Method in class com.querydsl.jdo.JDOQLSerializer
-
- getConstants() - Method in class com.querydsl.sql.SQLSerializer
-
- getConstantToLabel() - Method in class com.querydsl.core.support.SerializerBase
-
- getConstantToLabel() - Method in class com.querydsl.jdo.JDOQLSerializer
-
- getConstructor(Class<C>, Class<?>[]) - Static method in class com.querydsl.core.util.ConstructorUtils
-
Returns the constructor where the formal parameter list matches the
givenTypes argument.
- getConstructorParameters(Class<?>, Class<?>[]) - Static method in class com.querydsl.core.util.ConstructorUtils
-
Returns the parameters for the constructor that matches the given types.
- getConstructors() - Method in class com.querydsl.codegen.EntityType
-
- getCount() - Method in class com.querydsl.sql.SQLTemplates
-
- getCountStar() - Method in class com.querydsl.sql.SQLTemplates
-
- getCreateIndex() - Method in class com.querydsl.sql.SQLTemplates
-
- getCreateTable() - Method in class com.querydsl.sql.SQLTemplates
-
- getCreateUniqueIndex() - Method in class com.querydsl.sql.SQLTemplates
-
- getCursorName() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getCursorName() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getCustomKey(Annotation) - Method in interface com.querydsl.codegen.AnnotationHelper
-
Get specific object that will be used as part of type cache key.
- getCustomKey(Annotation) - Method in class com.querydsl.maven.JPATemporalAnnotationHelper
-
- getCustomTypes() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getCustomTypes() - Method in class com.querydsl.sql.SQLTemplates
-
- getData() - Method in class com.querydsl.codegen.EntityType
-
- getData() - Method in class com.querydsl.codegen.Property
-
- getData(String) - Method in interface com.querydsl.sql.SQLListenerContext
-
The context getData is a general purpose place that listeners can place objects.
- getData(String) - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- getDate(String, Class<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Date path
- getDate(int, Calendar) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getDate(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getDate(String, Calendar) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getDate(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getDate(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getDate(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getDate(int, Calendar) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getDate(String, Calendar) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getDateTime(String, Class<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new DateTime path
- getDayOfMonth(Date) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- getDayOfWeek(Date) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- getDayOfYear(Date) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- getDeclaredAnnotations() - Method in class com.querydsl.core.util.Annotations
-
- getDeclaringType() - Method in class com.querydsl.codegen.Delegate
-
- getDeclaringType() - Method in class com.querydsl.codegen.Property
-
- getDefault() - Static method in class com.querydsl.collections.DefaultQueryEngine
-
- getDefaultAlias(EntityType) - Method in class com.querydsl.sql.codegen.DefaultNamingStrategy
-
- getDefaultAlias(EntityType) - Method in interface com.querydsl.sql.codegen.NamingStrategy
-
Get the default alias for the given EntityType
- getDefaultAlias(EntityType) - Method in class com.querydsl.sql.codegen.OriginalNamingStrategy
-
- getDefaultValues() - Method in class com.querydsl.sql.SQLTemplates
-
- getDefaultVariableName(EntityType) - Method in class com.querydsl.sql.codegen.DefaultNamingStrategy
-
- getDefaultVariableName(EntityType) - Method in interface com.querydsl.sql.codegen.NamingStrategy
-
Get the default variable name for the given EntityType
- getDefaultVariableName(EntityType) - Method in class com.querydsl.sql.codegen.OriginalNamingStrategy
-
- getDelegates() - Method in class com.querydsl.codegen.EntityType
-
- getDelegateType() - Method in class com.querydsl.codegen.Delegate
-
- getDelete() - Method in class com.querydsl.sql.SQLTemplates
-
- getDesc() - Method in class com.querydsl.sql.SQLTemplates
-
- getDigits() - Method in class com.querydsl.sql.ColumnMetadata
-
the number of fractional digits
- getDistinctCountEnd() - Method in class com.querydsl.sql.SQLTemplates
-
- getDistinctCountStart() - Method in class com.querydsl.sql.SQLTemplates
-
- getDouble(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getDouble(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getDouble(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getDouble(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getDTOSerializer() - Method in interface com.querydsl.apt.Configuration
-
- getDTOSerializer() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getDummyTable() - Method in class com.querydsl.sql.SQLTemplates
-
- getElement() - Method in class com.querydsl.core.types.PathMetadata
-
- getElements() - Method in class com.querydsl.core.types.Template
-
- getElementType() - Method in class com.querydsl.core.types.ArrayConstructorExpression
-
- getElementType() - Method in class com.querydsl.core.types.dsl.ArrayPath
-
- getElementType() - Method in class com.querydsl.core.types.dsl.CollectionExpressionBase
-
Get the element type
- getElementType() - Method in class com.querydsl.core.types.dsl.CollectionOperation
-
- getElementType() - Method in class com.querydsl.core.types.dsl.CollectionPath
-
- getElementType() - Method in class com.querydsl.core.types.dsl.ListPath
-
- getElementType() - Method in class com.querydsl.core.types.dsl.SetPath
-
- getEmbeddableAnnotation() - Method in interface com.querydsl.apt.Configuration
-
- getEmbeddableAnnotation() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getEmbeddableSerializer() - Method in interface com.querydsl.apt.Configuration
-
- getEmbeddableSerializer() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getEmbeddedAnnotation() - Method in interface com.querydsl.apt.Configuration
-
- getEmbeddedAnnotation() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getEntitiesAnnotation() - Method in interface com.querydsl.apt.Configuration
-
- getEntitiesAnnotation() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getEntity() - Method in class com.querydsl.sql.ForeignKey
-
- getEntity() - Method in class com.querydsl.sql.PrimaryKey
-
- getEntity() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying entity affected
- getEntity() - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- getEntityAnnotation() - Method in interface com.querydsl.apt.Configuration
-
- getEntityAnnotation() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getEntityAnnotations() - Method in interface com.querydsl.apt.Configuration
-
- getEntityAnnotations() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getEntitySerializer() - Method in interface com.querydsl.apt.Configuration
-
- getEntitySerializer() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getEntityType() - Method in class com.querydsl.codegen.Supertype
-
- getEntityType(Class<?>) - Method in class com.querydsl.codegen.TypeFactory
-
- getEnum(String, Class<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Enum path
- getEscapeChar() - Method in class com.querydsl.core.types.Templates
-
- getEscapedName() - Method in class com.querydsl.codegen.Property
-
- getEscapedPropertyNames() - Method in class com.querydsl.codegen.EntityType
-
- getException() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying exception that has happened during query execution
- getException() - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- getExistsProjection() - Method in class com.querydsl.jpa.HQLTemplates
-
- getExistsProjection() - Method in class com.querydsl.jpa.JPQLTemplates
-
- getExportedKeys(DatabaseMetaData, String, String, String) - Method in class com.querydsl.sql.codegen.KeyDataFactory
-
- getExpression() - Method in class com.querydsl.core.group.AbstractGroupExpression
-
- getExpression() - Method in interface com.querydsl.core.group.GroupExpression
-
Get the expression wrapped by this group definition
- getExprType(Type, EntityType, boolean) - Method in class com.querydsl.codegen.TypeMappings
-
- getExprType(Type, EntityType, boolean, boolean, boolean) - Method in class com.querydsl.codegen.TypeMappings
-
- getFetchDirection() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getFetchDirection() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getFetchSize() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getFetchSize() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getFieldOrNull(Class<?>, String) - Static method in class com.querydsl.core.util.ReflectionUtils
-
- getFields(Class<?>) - Static method in class com.querydsl.core.util.ReflectionUtils
-
- getFlag() - Method in class com.querydsl.core.JoinFlag
-
- getFlag() - Method in class com.querydsl.core.QueryFlag
-
- getFlags() - Method in class com.querydsl.core.DefaultQueryMetadata
-
- getFlags() - Method in class com.querydsl.core.EmptyMetadata
-
- getFlags() - Method in class com.querydsl.core.JoinExpression
-
- getFlags() - Method in interface com.querydsl.core.QueryMetadata
-
Get all query flags
- getFloat(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getFloat(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getFloat(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getFloat(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getForeignColumns() - Method in class com.querydsl.sql.codegen.support.ForeignKeyData
-
- getForeignColumns() - Method in class com.querydsl.sql.codegen.support.InverseForeignKeyData
-
- getForeignColumns() - Method in interface com.querydsl.sql.codegen.support.KeyData
-
- getForeignColumns() - Method in class com.querydsl.sql.ForeignKey
-
- getForeignKeys() - Method in interface com.querydsl.sql.RelationalPath
-
Get the foreign keys for this relation
- getForeignKeys() - Method in class com.querydsl.sql.RelationalPathBase
-
- getForeignKeysClassName() - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- getForeignKeysClassName() - Method in interface com.querydsl.sql.codegen.NamingStrategy
-
Get the class name for the foreign keys inner class
- getForeignKeysVariable(EntityType) - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- getForeignKeysVariable(EntityType) - Method in class com.querydsl.sql.codegen.DefaultNamingStrategy
-
- getForeignKeysVariable(EntityType) - Method in interface com.querydsl.sql.codegen.NamingStrategy
-
Get the field name for the foreign keys class instance
- getFrom() - Method in class com.querydsl.sql.SQLTemplates
-
- getFullJoin() - Method in class com.querydsl.sql.SQLTemplates
-
- getGeneratedFiles() - Method in class com.querydsl.codegen.GenericExporter
-
Return the set of generated files
- getGeneratedFiles() - Method in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- getGetterOrNull(Class<?>, String) - Static method in class com.querydsl.core.util.ReflectionUtils
-
- getGetterOrNull(Class<?>, String, Class<?>) - Static method in class com.querydsl.core.util.ReflectionUtils
-
- getGroup(GroupExpression<T, R>) - Method in interface com.querydsl.core.group.Group
-
Returns the value of the given group.
- getGroupBy() - Method in class com.querydsl.core.DefaultQueryMetadata
-
- getGroupBy() - Method in class com.querydsl.core.EmptyMetadata
-
- getGroupBy() - Method in interface com.querydsl.core.QueryMetadata
-
Get the group by expressions
- getGroupBy() - Method in class com.querydsl.sql.SQLTemplates
-
- getHaving() - Method in class com.querydsl.core.DefaultQueryMetadata
-
- getHaving() - Method in class com.querydsl.core.EmptyMetadata
-
- getHaving() - Method in interface com.querydsl.core.QueryMetadata
-
Get the having expressions
- getHaving() - Method in class com.querydsl.sql.SQLTemplates
-
- getHoldability() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getHoldability() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getHour(Date) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- getIds(Class<?>, Predicate) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- getImplementedInterfaces(Class<?>) - Static method in class com.querydsl.core.util.ReflectionUtils
-
- getImportedKeys(DatabaseMetaData, String, String, String) - Method in class com.querydsl.sql.codegen.KeyDataFactory
-
- getImports() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getImports() - Method in class com.querydsl.sql.codegen.SQLCodegenModule
-
- getIndex() - Method in class com.querydsl.core.types.Template.ByIndex
-
- getIndex() - Method in class com.querydsl.sql.ColumnMetadata
-
- getInits() - Method in class com.querydsl.codegen.Property
-
- getInnerJoin() - Method in class com.querydsl.sql.SQLTemplates
-
- getInnerType() - Method in class com.querydsl.codegen.EntityType
-
- getInsertInto() - Method in class com.querydsl.sql.SQLTemplates
-
- getInt(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getInt(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getInt(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getInt(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getInverseForeignKeys() - Method in interface com.querydsl.sql.RelationalPath
-
Get the inverse foreign keys for this relation
- getInverseForeignKeys() - Method in class com.querydsl.sql.RelationalPathBase
-
- getJavaType(int, String, int, int, String, String) - Method in class com.querydsl.sql.Configuration
-
Get the java type for the given jdbc type, table name and column name
- getJdbcDriver() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getJdbcPassword() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getJdbcType() - Method in class com.querydsl.sql.ColumnMetadata
-
- getJdbcUrl() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getJdbcUser() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getJoin() - Method in class com.querydsl.sql.SQLTemplates
-
- getJoins() - Method in class com.querydsl.core.DefaultQueryMetadata
-
- getJoins() - Method in class com.querydsl.core.EmptyMetadata
-
- getJoins() - Method in interface com.querydsl.core.QueryMetadata
-
Get the query joins
- getJoins() - Method in class com.querydsl.core.support.OrderedQueryMetadata
-
- getJoinSymbol(JoinType) - Method in class com.querydsl.sql.SQLTemplates
-
- getKey() - Method in class com.querydsl.core.util.BeanMap.MyMapEntry
-
- getKey() - Method in class com.querydsl.sql.SQLTemplates
-
- getKeyForPath(Path<?>, PathMetadata) - Method in class com.querydsl.mongodb.MongodbSerializer
-
- getKeyForPath(Path<?>, PathMetadata) - Method in class com.querydsl.mongodb.morphia.MorphiaSerializer
-
- getKeys() - Method in class com.querydsl.sql.dml.SQLMergeBatch
-
- getKeyType() - Method in class com.querydsl.core.types.dsl.MapPath
-
Get the key type
- getKeywords() - Method in interface com.querydsl.apt.Configuration
-
- getKeywords() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getLeftJoin() - Method in class com.querydsl.sql.SQLTemplates
-
- getLength() - Method in class com.querydsl.core.support.SerializerBase
-
- getLimit() - Method in class com.querydsl.core.QueryModifiers
-
- getLimit() - Method in class com.querydsl.core.QueryResults
-
Get the limit value used for the query
- getLimitAsInteger() - Method in class com.querydsl.core.QueryModifiers
-
- getLimitTemplate() - Method in class com.querydsl.sql.SQLTemplates
-
- getList(Expression<T>) - Method in interface com.querydsl.core.group.Group
-
Returns a List of values in this group.
- getList(String, Class<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new List typed path
- getList(String, Class<A>, Class<? super E>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new List typed path
- getListeners() - Method in class com.querydsl.sql.Configuration
-
Get the registered listener
- getListMaxSize() - Method in class com.querydsl.sql.SQLTemplates
-
- getLiteral(T) - Method in class com.querydsl.sql.types.AbstractType
-
- getLiteral(Boolean) - Method in class com.querydsl.sql.types.BooleanType
-
- getLiteral(Calendar) - Method in class com.querydsl.sql.types.CalendarType
-
- getLiteral(DateTime) - Method in class com.querydsl.sql.types.DateTimeType
-
- getLiteral(Date) - Method in class com.querydsl.sql.types.DateType
-
- getLiteral(LocalDateTime) - Method in class com.querydsl.sql.types.LocalDateTimeType
-
- getLiteral(LocalDate) - Method in class com.querydsl.sql.types.LocalDateType
-
- getLiteral(LocalTime) - Method in class com.querydsl.sql.types.LocalTimeType
-
- getLiteral(Timestamp) - Method in class com.querydsl.sql.types.TimestampType
-
- getLiteral(Time) - Method in class com.querydsl.sql.types.TimeType
-
- getLiteral(T) - Method in interface com.querydsl.sql.types.Type
-
Get the literal representation
- getLiteral(Date) - Method in class com.querydsl.sql.types.UtilDateType
-
- getLocalColumns() - Method in class com.querydsl.sql.ForeignKey
-
- getLocalColumns() - Method in class com.querydsl.sql.PrimaryKey
-
- getLong(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getLong(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getLong(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getLong(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getMap(Expression<K>, Expression<V>) - Method in interface com.querydsl.core.group.Group
-
Returns a Map of values in this group
- getMap(String, Class<K>, Class<V>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Map typed path
- getMap(String, Class<K>, Class<V>, Class<? super E>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Map typed path
- getMergeInto() - Method in class com.querydsl.sql.SQLTemplates
-
- getMetadata() - Method in class com.querydsl.collections.AbstractCollQuery
-
- getMetadata() - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- getMetadata() - Method in class com.querydsl.core.support.QueryMixin
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.ArrayPath
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.BeanPath
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.BooleanPath
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.CollectionPath
-
- getMetadata(Path<?>) - Method in class com.querydsl.core.types.dsl.ComparableEntityPath
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.ComparablePath
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.DatePath
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.DateTimePath
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.DslPath
-
- getMetadata(Path<?>) - Method in class com.querydsl.core.types.dsl.EntityPathBase
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.EnumPath
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.ListPath
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.MapPath
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.NumberPath
-
- getMetadata(Path<?>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.SetPath
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.SimplePath
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.StringPath
-
- getMetadata() - Method in class com.querydsl.core.types.dsl.TimePath
-
- getMetadata(Path<?>) - Method in interface com.querydsl.core.types.EntityPath
-
Returns additional metadata for the given property path or null if none is available
- getMetadata() - Method in interface com.querydsl.core.types.Path
-
Get the metadata for this path
- getMetadata() - Method in class com.querydsl.core.types.PathImpl
-
- getMetadata() - Method in interface com.querydsl.core.types.SubQueryExpression
-
Get the query metadata for the subquery
- getMetadata() - Method in class com.querydsl.core.types.SubQueryExpressionImpl
-
- getMetaData() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getMetadata() - Method in class com.querydsl.spatial.GeometryCollectionPath
-
- getMetadata() - Method in class com.querydsl.spatial.GeometryPath
-
- getMetadata() - Method in class com.querydsl.spatial.jts.JTSGeometryCollectionPath
-
- getMetadata() - Method in class com.querydsl.spatial.jts.JTSGeometryPath
-
- getMetadata() - Method in class com.querydsl.spatial.jts.JTSLinearRingPath
-
- getMetadata() - Method in class com.querydsl.spatial.jts.JTSLineStringPath
-
- getMetadata() - Method in class com.querydsl.spatial.jts.JTSMultiLineStringPath
-
- getMetadata() - Method in class com.querydsl.spatial.jts.JTSMultiPointPath
-
- getMetadata() - Method in class com.querydsl.spatial.jts.JTSMultiPolygonPath
-
- getMetadata() - Method in class com.querydsl.spatial.jts.JTSPointPath
-
- getMetadata() - Method in class com.querydsl.spatial.jts.JTSPolygonPath
-
- getMetadata() - Method in class com.querydsl.spatial.LinearRingPath
-
- getMetadata() - Method in class com.querydsl.spatial.LineStringPath
-
- getMetadata() - Method in class com.querydsl.spatial.MultiLineStringPath
-
- getMetadata() - Method in class com.querydsl.spatial.MultiPointPath
-
- getMetadata() - Method in class com.querydsl.spatial.MultiPolygonPath
-
- getMetadata() - Method in class com.querydsl.spatial.PointPath
-
- getMetadata() - Method in class com.querydsl.spatial.PolygonPath
-
- getMetadata() - Method in class com.querydsl.spatial.PolyhedralSurfacePath
-
- getMetaData() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getMetadata() - Method in class com.querydsl.sql.dml.SQLUpdateBatch
-
- getMetadata(Path<?>) - Method in interface com.querydsl.sql.RelationalPath
-
Returns the metadata for this path or null if none was assigned.
- getMetadata(Path<?>) - Method in class com.querydsl.sql.RelationalPathBase
-
- getMetadata() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying query metadata
- getMetadata() - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- getMetadata() - Method in class com.querydsl.sql.UnionImpl
-
- getMilliSecond(Date) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- getMinute(Date) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- getModifiers() - Method in class com.querydsl.core.DefaultQueryMetadata
-
- getModifiers() - Method in class com.querydsl.core.EmptyMetadata
-
- getModifiers() - Method in interface com.querydsl.core.QueryMetadata
-
Get the QueryModifiers
- getMonth(Date) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- getName() - Method in class com.querydsl.codegen.Delegate
-
- getName() - Method in class com.querydsl.codegen.Property
-
- getName() - Method in class com.querydsl.core.types.dsl.Param
-
- getName() - Method in interface com.querydsl.core.types.ParamExpression
-
Get the name of the parameter
- getName() - Method in class com.querydsl.core.types.ParamExpressionImpl
-
- getName() - Method in class com.querydsl.core.types.PathMetadata
-
- getName() - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter.Property
-
- getName() - Method in class com.querydsl.sql.codegen.support.ColumnData
-
- getName() - Method in class com.querydsl.sql.codegen.support.ForeignKeyData
-
- getName() - Method in class com.querydsl.sql.codegen.support.IndexData
-
- getName() - Method in class com.querydsl.sql.codegen.support.InverseForeignKeyData
-
- getName() - Method in interface com.querydsl.sql.codegen.support.KeyData
-
- getName() - Method in class com.querydsl.sql.codegen.support.PrimaryKeyData
-
- getName(Path<?>) - Static method in class com.querydsl.sql.ColumnMetadata
-
Extract the column name for the given path, returns the path name, if no ColumnMetadata is attached
- getName() - Method in class com.querydsl.sql.ColumnMetadata
-
- getNamePrefix() - Method in interface com.querydsl.apt.Configuration
-
- getNamePrefix() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getNamePrefix() - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter
-
- getNamePrefix() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getNameSuffix() - Method in interface com.querydsl.apt.Configuration
-
- getNameSuffix() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getNameSuffix() - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter
-
- getNameSuffix() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getNamingStrategyClass() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getNCharacterStream(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getNCharacterStream(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getNCharacterStream(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getNCharacterStream(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getNClob(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getNClob(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getNClob(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getNClob(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getNotNull() - Method in class com.querydsl.sql.SQLTemplates
-
- getNotSetMessage() - Method in class com.querydsl.core.types.dsl.Param
-
- getNotSetMessage() - Method in interface com.querydsl.core.types.ParamExpression
-
Get the message for the not set case
- getNotSetMessage() - Method in class com.querydsl.core.types.ParamExpressionImpl
-
- getNString(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getNString(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getNString(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getNString(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getNullHandling() - Method in class com.querydsl.core.types.OrderSpecifier
-
Get the null handling
- getNullsFirst() - Method in class com.querydsl.sql.SQLTemplates
-
- getNullsLast() - Method in class com.querydsl.sql.SQLTemplates
-
- getNumber(String, Class<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Number typed path
- getObject(int, Map<String, Class<?>>) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getObject(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getObject(int, Class<T>) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getObject(String, Map<String, Class<?>>) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getObject(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getObject(String, Class<T>) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getObject(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getObject(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getObject(int, Map<String, Class<?>>) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getObject(String, Map<String, Class<?>>) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getObject(int, Class<T>) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getObject(String, Class<T>) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getOffset() - Method in class com.querydsl.core.QueryModifiers
-
- getOffset() - Method in class com.querydsl.core.QueryResults
-
Get the offset value used for the query
- getOffsetAsInteger() - Method in class com.querydsl.core.QueryModifiers
-
- getOffsetTemplate() - Method in class com.querydsl.sql.SQLTemplates
-
- getOn() - Method in class com.querydsl.sql.SQLTemplates
-
- getOne(Expression<T>) - Method in interface com.querydsl.core.group.Group
-
Returns the value of the given single valued expression.
- getOperator() - Method in class com.querydsl.core.types.dsl.BooleanOperation
-
- getOperator() - Method in class com.querydsl.core.types.dsl.ComparableOperation
-
- getOperator() - Method in class com.querydsl.core.types.dsl.DateOperation
-
- getOperator() - Method in class com.querydsl.core.types.dsl.DateTimeOperation
-
- getOperator() - Method in class com.querydsl.core.types.dsl.DslOperation
-
- getOperator() - Method in class com.querydsl.core.types.dsl.EnumOperation
-
- getOperator() - Method in class com.querydsl.core.types.dsl.NumberOperation
-
- getOperator() - Method in class com.querydsl.core.types.dsl.SimpleOperation
-
- getOperator() - Method in class com.querydsl.core.types.dsl.StringOperation
-
- getOperator() - Method in class com.querydsl.core.types.dsl.TimeOperation
-
- getOperator() - Method in interface com.querydsl.core.types.Operation
-
Get the operator symbol for this operation
- getOperator() - Method in class com.querydsl.core.types.OperationImpl
-
- getOperator() - Method in class com.querydsl.spatial.GeometryOperation
-
- getOperator() - Method in class com.querydsl.spatial.jts.JTSGeometryOperation
-
- getOperator() - Method in class com.querydsl.spatial.jts.JTSLineStringOperation
-
- getOperator() - Method in class com.querydsl.spatial.jts.JTSPointOperation
-
- getOperator() - Method in class com.querydsl.spatial.jts.JTSPolygonOperation
-
- getOperator() - Method in class com.querydsl.spatial.LineStringOperation
-
- getOperator() - Method in class com.querydsl.spatial.PointOperation
-
- getOperator() - Method in class com.querydsl.spatial.PolygonOperation
-
- getOrder() - Method in class com.querydsl.core.types.OrderSpecifier
-
Get the order of this specifier
- getOrderBy() - Method in class com.querydsl.core.DefaultQueryMetadata
-
- getOrderBy() - Method in class com.querydsl.core.EmptyMetadata
-
- getOrderBy() - Method in interface com.querydsl.core.QueryMetadata
-
Get the OrderSpecifiers
- getOrderBy() - Method in class com.querydsl.sql.SQLTemplates
-
- getOriginalCategory() - Method in class com.querydsl.codegen.EntityType
-
- getOverride(SchemaAndTable) - Method in class com.querydsl.sql.Configuration
-
Get the schema/table override
- getOwnerType() - Method in class com.querydsl.codegen.ParameterizedTypeImpl
-
- getPackageName() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getPackageName() - Method in class com.querydsl.sql.codegen.SQLCodegenModule
-
- getParameter(int) - Method in class com.querydsl.codegen.Property
-
- getParameter(int) - Method in class com.querydsl.core.types.dsl.CollectionOperation
-
- getParameter(int) - Method in class com.querydsl.core.types.dsl.CollectionPath
-
- getParameter(int) - Method in class com.querydsl.core.types.dsl.ListPath
-
- getParameter(int) - Method in class com.querydsl.core.types.dsl.MapPath
-
- getParameter(int) - Method in class com.querydsl.core.types.dsl.SetPath
-
- getParameter(int) - Method in interface com.querydsl.core.types.ParameterizedExpression
-
Get the type parameter at the given index
- getParameter(int) - Method in class com.querydsl.core.types.ParameterizedPathImpl
-
- getParameters() - Method in class com.querydsl.codegen.Delegate
-
- getParams() - Method in class com.querydsl.core.DefaultQueryMetadata
-
- getParams() - Method in class com.querydsl.core.EmptyMetadata
-
- getParams() - Method in interface com.querydsl.core.QueryMetadata
-
Get the parameter bindings
- getParent() - Method in class com.querydsl.core.types.PathMetadata
-
- getParentColumns() - Method in class com.querydsl.sql.codegen.support.ForeignKeyData
-
- getParentColumns() - Method in class com.querydsl.sql.codegen.support.InverseForeignKeyData
-
- getParentColumns() - Method in interface com.querydsl.sql.codegen.support.KeyData
-
- getPathType(Type, EntityType, boolean) - Method in class com.querydsl.codegen.TypeMappings
-
- getPathType(Type, EntityType, boolean, boolean, boolean) - Method in class com.querydsl.codegen.TypeMappings
-
- getPathType() - Method in class com.querydsl.core.types.PathMetadata
-
- getPersistenceUnitName() - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter
-
- getPosition() - Method in class com.querydsl.core.JoinFlag
-
- getPosition() - Method in class com.querydsl.core.QueryFlag
-
- getPrecedence(Operator) - Method in class com.querydsl.core.types.Templates
-
- getPrefix() - Method in class com.querydsl.sql.codegen.SQLCodegenModule
-
- getPreparedStatement() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying prepared statement or the first if its batch query
- getPreparedStatement() - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- getPreparedStatements() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying set of prepared statements
- getPreparedStatements() - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- getPrimaryKey() - Method in interface com.querydsl.sql.RelationalPath
-
Get the primary key for this relation or null if none exists
- getPrimaryKey() - Method in class com.querydsl.sql.RelationalPathBase
-
- getPrimaryKeys(DatabaseMetaData, String, String, String) - Method in class com.querydsl.sql.codegen.KeyDataFactory
-
- getPrimaryKeysClassName() - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- getPrimaryKeysClassName() - Method in interface com.querydsl.sql.codegen.NamingStrategy
-
Get the class name for the primary keys inner class
- getPrimaryKeysVariable(EntityType) - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- getPrimaryKeysVariable(EntityType) - Method in class com.querydsl.sql.codegen.DefaultNamingStrategy
-
- getPrimaryKeysVariable(EntityType) - Method in interface com.querydsl.sql.codegen.NamingStrategy
-
Get the field name for the primary keys class instance
- getProjectClassLoader() - Method in class com.querydsl.maven.AbstractExporterMojo
-
- getProjection() - Method in class com.querydsl.core.DefaultQueryMetadata
-
- getProjection() - Method in class com.querydsl.core.EmptyMetadata
-
- getProjection() - Method in interface com.querydsl.core.QueryMetadata
-
Get the projection
- getProjection() - Method in interface com.querydsl.core.types.ProjectionRole
-
Return the custom projection
- getProjection() - Method in class com.querydsl.sql.ForeignKey
-
- getProjection() - Method in class com.querydsl.sql.PrimaryKey
-
- getProjection() - Method in class com.querydsl.sql.RelationalPathBase
-
- getProperties() - Method in class com.querydsl.codegen.EntityType
-
- getProperties() - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter.Configuration
-
- getPropertyName(String, EntityType) - Method in class com.querydsl.sql.codegen.DefaultNamingStrategy
-
- getPropertyName(String, EntityType) - Method in interface com.querydsl.sql.codegen.NamingStrategy
-
Convert the given column name to a property name
- getPropertyName(String, EntityType) - Method in class com.querydsl.sql.codegen.OriginalNamingStrategy
-
- getPropertyNameForForeignKey(String, EntityType) - Method in class com.querydsl.sql.codegen.DefaultNamingStrategy
-
- getPropertyNameForForeignKey(String, EntityType) - Method in class com.querydsl.sql.codegen.ExtendedNamingStrategy
-
- getPropertyNameForForeignKey(String, EntityType) - Method in interface com.querydsl.sql.codegen.NamingStrategy
-
Convert the given foreign key name to a foreign key property name
- getPropertyNameForForeignKey(String, EntityType) - Method in class com.querydsl.sql.codegen.OriginalNamingStrategy
-
- getPropertyNameForInverseForeignKey(String, EntityType) - Method in class com.querydsl.sql.codegen.DefaultNamingStrategy
-
- getPropertyNameForInverseForeignKey(String, EntityType) - Method in class com.querydsl.sql.codegen.ExtendedNamingStrategy
-
- getPropertyNameForInverseForeignKey(String, EntityType) - Method in interface com.querydsl.sql.codegen.NamingStrategy
-
Convert the given foreign key name to a foreign key property name
- getPropertyNameForInverseForeignKey(String, EntityType) - Method in class com.querydsl.sql.codegen.OriginalNamingStrategy
-
- getPropertyNameForPrimaryKey(String, EntityType) - Method in class com.querydsl.sql.codegen.DefaultNamingStrategy
-
- getPropertyNameForPrimaryKey(String, EntityType) - Method in interface com.querydsl.sql.codegen.NamingStrategy
-
Convert the given primary key name to a primary key property name
- getPropertyNameForPrimaryKey(String, EntityType) - Method in class com.querydsl.sql.codegen.OriginalNamingStrategy
-
- getPropertyNames() - Method in class com.querydsl.codegen.EntityType
-
- getQueryEngine() - Method in class com.querydsl.collections.AbstractCollQuery
-
- getQueryHandler() - Method in class com.querydsl.jpa.JPQLTemplates
-
- getQueryType(Type, EntityType, Type, boolean, boolean, boolean) - Method in class com.querydsl.codegen.TypeMappings
-
- getQueryTypeFactory() - Method in interface com.querydsl.apt.Configuration
-
- getQueryTypeFactory() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getRawType() - Method in class com.querydsl.codegen.ParameterizedTypeImpl
-
- getReadMethod(String) - Method in class com.querydsl.core.util.BeanMap
-
Returns the accessor for the property with the given name.
- getRealType(ExecutableElement) - Method in interface com.querydsl.apt.Configuration
-
- getRealType(VariableElement) - Method in interface com.querydsl.apt.Configuration
-
- getRealType(ExecutableElement) - Method in class com.querydsl.apt.DefaultConfiguration
-
- getRealType(VariableElement) - Method in class com.querydsl.apt.DefaultConfiguration
-
- getRealType(ExecutableElement) - Method in class com.querydsl.apt.jpa.JPAConfiguration
-
- getRealType(VariableElement) - Method in class com.querydsl.apt.jpa.JPAConfiguration
-
- getRef(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getRef(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getRef(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getRef(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getResults() - Method in class com.querydsl.core.QueryResults
-
Get the results in List form
An empty list is returned for no results.
- getResults(Expression<?>...) - Method in class com.querydsl.sql.AbstractSQLQuery
-
Get the results as an JDBC result set
- getReturnedClass() - Method in class com.querydsl.sql.types.ArrayType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.BigDecimalAsDoubleType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.BigDecimalType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.BigIntegerAsLongType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.BigIntegerType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.BlobType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.BooleanType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.BytesType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.ByteType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.CalendarType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.CharacterType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.ClobType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.CurrencyType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.DateTimeType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.DateType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.DoubleType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.EnumAsObjectType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.EnumByNameType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.EnumByOrdinalType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.FloatType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.InputStreamType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.IntegerType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.LocalDateTimeType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.LocalDateType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.LocaleType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.LocalTimeType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.LongType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.NumericBooleanType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.ObjectType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.ShortType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.SQLXMLType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.StringAsObjectType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.StringType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.TimestampType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.TimeType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.TrueFalseType
-
- getReturnedClass() - Method in interface com.querydsl.sql.types.Type
-
Get the returned type
- getReturnedClass() - Method in class com.querydsl.sql.types.URLType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.UtilDateType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.UtilUUIDType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.XMLAsStringType
-
- getReturnedClass() - Method in class com.querydsl.sql.types.YesNoType
-
- getReturnType() - Method in class com.querydsl.codegen.Delegate
-
- getRightJoin() - Method in class com.querydsl.sql.SQLTemplates
-
- getRoot() - Method in class com.querydsl.core.types.dsl.ArrayPath
-
- getRoot() - Method in class com.querydsl.core.types.dsl.BeanPath
-
- getRoot() - Method in class com.querydsl.core.types.dsl.BooleanPath
-
- getRoot() - Method in class com.querydsl.core.types.dsl.CollectionPath
-
- getRoot() - Method in class com.querydsl.core.types.dsl.ComparablePath
-
- getRoot() - Method in class com.querydsl.core.types.dsl.DatePath
-
- getRoot() - Method in class com.querydsl.core.types.dsl.DateTimePath
-
- getRoot() - Method in class com.querydsl.core.types.dsl.DslPath
-
- getRoot() - Method in class com.querydsl.core.types.dsl.EnumPath
-
- getRoot() - Method in class com.querydsl.core.types.dsl.ListPath
-
- getRoot() - Method in class com.querydsl.core.types.dsl.MapPath
-
- getRoot() - Method in class com.querydsl.core.types.dsl.NumberPath
-
- getRoot() - Method in class com.querydsl.core.types.dsl.SetPath
-
- getRoot() - Method in class com.querydsl.core.types.dsl.SimplePath
-
- getRoot() - Method in class com.querydsl.core.types.dsl.StringPath
-
- getRoot() - Method in class com.querydsl.core.types.dsl.TimePath
-
- getRoot() - Method in interface com.querydsl.core.types.Path
-
Get the root for this path
- getRoot() - Method in class com.querydsl.core.types.PathImpl
-
- getRoot() - Method in class com.querydsl.spatial.GeometryCollectionPath
-
- getRoot() - Method in class com.querydsl.spatial.GeometryPath
-
- getRoot() - Method in class com.querydsl.spatial.jts.JTSGeometryCollectionPath
-
- getRoot() - Method in class com.querydsl.spatial.jts.JTSGeometryPath
-
- getRoot() - Method in class com.querydsl.spatial.jts.JTSLinearRingPath
-
- getRoot() - Method in class com.querydsl.spatial.jts.JTSLineStringPath
-
- getRoot() - Method in class com.querydsl.spatial.jts.JTSMultiLineStringPath
-
- getRoot() - Method in class com.querydsl.spatial.jts.JTSMultiPointPath
-
- getRoot() - Method in class com.querydsl.spatial.jts.JTSMultiPolygonPath
-
- getRoot() - Method in class com.querydsl.spatial.jts.JTSPointPath
-
- getRoot() - Method in class com.querydsl.spatial.jts.JTSPolygonPath
-
- getRoot() - Method in class com.querydsl.spatial.LinearRingPath
-
- getRoot() - Method in class com.querydsl.spatial.LineStringPath
-
- getRoot() - Method in class com.querydsl.spatial.MultiLineStringPath
-
- getRoot() - Method in class com.querydsl.spatial.MultiPointPath
-
- getRoot() - Method in class com.querydsl.spatial.MultiPolygonPath
-
- getRoot() - Method in class com.querydsl.spatial.PointPath
-
- getRoot() - Method in class com.querydsl.spatial.PolygonPath
-
- getRoot() - Method in class com.querydsl.spatial.PolyhedralSurfacePath
-
- getRootPath() - Method in class com.querydsl.core.types.PathMetadata
-
- getRow() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getRow() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getRowId(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getRowId(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getRowId(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getRowId(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getSchema() - Method in class com.querydsl.sql.codegen.support.ForeignKeyData
-
- getSchema() - Method in class com.querydsl.sql.codegen.support.InverseForeignKeyData
-
- getSchema() - Method in class com.querydsl.sql.SchemaAndTable
-
- getSchemaAndTable() - Method in interface com.querydsl.sql.RelationalPath
-
Get the schema and table name
- getSchemaAndTable() - Method in class com.querydsl.sql.RelationalPathBase
-
- getSchemaName() - Method in interface com.querydsl.sql.RelationalPath
-
Get the schema name
- getSchemaName() - Method in class com.querydsl.sql.RelationalPathBase
-
- getSchemaPattern() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getSecond(Date) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- getSelect() - Method in class com.querydsl.sql.SQLTemplates
-
- getSelectDistinct() - Method in class com.querydsl.sql.SQLTemplates
-
- getSelf() - Method in class com.querydsl.core.support.QueryMixin
-
- getSerializerClass() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getSerializerConfig(EntityType) - Method in interface com.querydsl.apt.Configuration
-
- getSerializerConfig(EntityType) - Method in class com.querydsl.apt.DefaultConfiguration
-
- getSet(Expression<T>) - Method in interface com.querydsl.core.group.Group
-
Returns a Set of values in this group.
- getSet(String, Class<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Set typed path
- getSet(String, Class<A>, Class<? super E>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Set typed path
- getSet() - Method in class com.querydsl.sql.SQLTemplates
-
- getShort(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getShort(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getShort(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getShort(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getSimple(String, Class<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Simple path
- getSize() - Method in class com.querydsl.sql.codegen.support.ColumnData
-
- getSize() - Method in class com.querydsl.sql.ColumnMetadata
-
For char or date types this is the maximum number of characters, for numeric or decimal types this is precision.
- getSkipAnnotation() - Method in interface com.querydsl.apt.Configuration
-
- getSkipAnnotation() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getSortedMap(Expression<K>, Expression<V>) - Method in interface com.querydsl.core.group.Group
-
Returns a SortedMap of values in this group
- getSortedSet(Expression<T>) - Method in interface com.querydsl.core.group.Group
-
Returns a SortedSet of values in this group.
- getSourceEncoding() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getSpatialOps() - Static method in class com.querydsl.spatial.hibernate.HibernateSpatialSupport
-
- getSpatialOps(boolean) - Static method in class com.querydsl.sql.spatial.SpatialTemplatesSupport
-
- getSpatialOps(String, boolean) - Static method in class com.querydsl.sql.spatial.SpatialTemplatesSupport
-
- getSQL() - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
Get the SQL string and bindings
- getSQL() - Method in class com.querydsl.sql.dml.SQLDeleteClause
-
- getSQL() - Method in class com.querydsl.sql.dml.SQLInsertClause
-
- getSQL() - Method in class com.querydsl.sql.dml.SQLMergeClause
-
- getSQL() - Method in class com.querydsl.sql.dml.SQLUpdateClause
-
- getSQL() - Method in class com.querydsl.sql.ProjectableSQLQuery
-
Get the query as an SQL query string and bindings
- getSQL() - Method in class com.querydsl.sql.SQLBindings
-
- getSQL() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying sql or first in a batch query
- getSQL() - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- getSQL() - Method in class com.querydsl.sql.teradata.SetQueryBandClause
-
- getSQLStatements() - Method in interface com.querydsl.sql.SQLListenerContext
-
Return the underlying sql collection if the query is a batch query
- getSQLStatements() - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- getSQLTypes() - Method in class com.querydsl.sql.types.AbstractType
-
- getSQLTypes() - Method in interface com.querydsl.sql.types.Type
-
Get the SQL supported SQL types
- getSQLXML(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getSQLXML(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getSQLXML(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getSQLXML(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getSrid() - Method in class com.querydsl.sql.spatial.SpatialRefSys
-
- getSrtext() - Method in class com.querydsl.sql.spatial.SpatialRefSys
-
- getStatement() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getStatement() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getString(String) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new String typed path
- getString(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getString(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getString(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getString(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getSubQuery() - Method in class com.querydsl.sql.dml.SQLInsertBatch
-
- getSubQuery() - Method in class com.querydsl.sql.dml.SQLMergeBatch
-
- getSuffix() - Method in class com.querydsl.sql.codegen.SQLCodegenModule
-
- getSuperClasses(Class<?>) - Static method in class com.querydsl.core.util.ReflectionUtils
-
- getSuperType() - Method in class com.querydsl.codegen.EntityType
-
- getSuperTypeAnnotation() - Method in interface com.querydsl.apt.Configuration
-
- getSuperTypeAnnotation() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getSuperTypes() - Method in class com.querydsl.codegen.EntityType
-
- getSupertypeSerializer() - Method in interface com.querydsl.apt.Configuration
-
- getSupertypeSerializer() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getSupportedSourceVersion() - Method in class com.querydsl.apt.AbstractQuerydslProcessor
-
- getTable() - Method in class com.querydsl.sql.codegen.support.ForeignKeyData
-
- getTable() - Method in class com.querydsl.sql.codegen.support.InverseForeignKeyData
-
- getTable() - Method in interface com.querydsl.sql.codegen.support.KeyData
-
- getTable() - Method in class com.querydsl.sql.SchemaAndTable
-
- getTableAlias() - Method in class com.querydsl.sql.SQLTemplates
-
- getTableName() - Method in interface com.querydsl.sql.RelationalPath
-
Get the table name
- getTableName() - Method in class com.querydsl.sql.RelationalPathBase
-
- getTableNamePattern() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getTableOverrides() - Method in class com.querydsl.sql.SQLTemplates
-
- getTableTypesToExport() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getTarget() - Method in class com.querydsl.core.JoinExpression
-
- getTarget() - Method in class com.querydsl.core.types.OrderSpecifier
-
Get the target expression of this OrderSpecifier
- getTargetFolder() - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter
-
- getTargetFolder() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- getTemplate(Operator) - Method in class com.querydsl.core.support.SerializerBase
-
- getTemplate() - Method in class com.querydsl.core.types.dsl.BooleanTemplate
-
- getTemplate() - Method in class com.querydsl.core.types.dsl.ComparableTemplate
-
- getTemplate() - Method in class com.querydsl.core.types.dsl.DateTemplate
-
- getTemplate() - Method in class com.querydsl.core.types.dsl.DateTimeTemplate
-
- getTemplate() - Method in class com.querydsl.core.types.dsl.DslTemplate
-
- getTemplate() - Method in class com.querydsl.core.types.dsl.EnumTemplate
-
- getTemplate() - Method in class com.querydsl.core.types.dsl.NumberTemplate
-
- getTemplate() - Method in class com.querydsl.core.types.dsl.SimpleTemplate
-
- getTemplate() - Method in class com.querydsl.core.types.dsl.StringTemplate
-
- getTemplate() - Method in class com.querydsl.core.types.dsl.TimeTemplate
-
- getTemplate() - Method in interface com.querydsl.core.types.TemplateExpression
-
Get the serialization template for this custom expression
- getTemplate() - Method in class com.querydsl.core.types.TemplateExpressionImpl
-
- getTemplate(Operator) - Method in class com.querydsl.core.types.Templates
-
- getTemplate() - Method in class com.querydsl.sql.RelationalFunctionCall
-
- getTemplates() - Method in class com.querydsl.jdo.AbstractJDOQuery
-
- getTemplates(EntityManager) - Static method in class com.querydsl.jpa.impl.JPAProvider
-
- getTemplates() - Method in class com.querydsl.jpa.JPAQueryBase
-
- getTemplates() - Method in class com.querydsl.sql.Configuration
-
- getTemplates() - Method in class com.querydsl.sql.SQLSerializer
-
- getTemplates(DatabaseMetaData) - Method in class com.querydsl.sql.SQLTemplatesRegistry
-
Get the SQLTemplates instance that matches best the SQL engine of the
given database metadata
- getTemplateType(Type, EntityType, boolean) - Method in class com.querydsl.codegen.TypeMappings
-
- getTemplateType(Type, EntityType, boolean, boolean, boolean) - Method in class com.querydsl.codegen.TypeMappings
-
- getTime(String, Class<A>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
Create a new Time typed path
- getTime(int, Calendar) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getTime(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getTime(String, Calendar) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getTime(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getTime(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getTime(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getTime(int, Calendar) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getTime(String, Calendar) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getTimestamp(int, Calendar) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getTimestamp(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getTimestamp(String, Calendar) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getTimestamp(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getTimestamp(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getTimestamp(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getTimestamp(int, Calendar) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getTimestamp(String, Calendar) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getTotal() - Method in class com.querydsl.core.QueryResults
-
Get the total number of results
- getTransformers(Constructor<?>) - Static method in class com.querydsl.core.util.ConstructorUtils
-
Returns a fetch of transformers applicable to the given constructor.
- getType() - Method in class com.querydsl.codegen.Property
-
- getType() - Method in class com.querydsl.codegen.Supertype
-
- getType() - Method in class com.querydsl.core.BooleanBuilder
-
- getType() - Method in class com.querydsl.core.group.AbstractGroupExpression
-
- getType() - Method in class com.querydsl.core.JoinExpression
-
- getType() - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- getType() - Method in class com.querydsl.core.types.dsl.DslExpression
-
- getType() - Method in interface com.querydsl.core.types.Expression
-
Get the java type for this expression
- getType() - Method in class com.querydsl.core.types.ExpressionBase
-
- getType() - Method in class com.querydsl.core.types.MutableExpressionBase
-
- getType() - Method in interface com.querydsl.core.types.Operator
-
Get the result type of the operator
- getType() - Method in enum com.querydsl.core.types.Ops.AggOps
-
- getType() - Method in enum com.querydsl.core.types.Ops.DateTimeOps
-
- getType() - Method in enum com.querydsl.core.types.Ops
-
- getType() - Method in enum com.querydsl.core.types.Ops.MathOps
-
- getType() - Method in enum com.querydsl.core.types.Ops.QuantOps
-
- getType() - Method in enum com.querydsl.core.types.Ops.StringOps
-
- getType() - Method in enum com.querydsl.core.types.PathType
-
- getType(String) - Method in class com.querydsl.core.util.BeanMap
-
Returns the type of the property with the given name.
- getType() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getType(Class<?>, Class<?>, String) - Method in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- getType() - Method in enum com.querydsl.jpa.JPQLOps
-
- getType() - Method in enum com.querydsl.lucene3.LuceneOps
-
- getType() - Method in enum com.querydsl.lucene4.LuceneOps
-
- getType() - Method in enum com.querydsl.lucene5.LuceneOps
-
- getType() - Method in enum com.querydsl.mongodb.MongodbOps
-
- getType() - Method in enum com.querydsl.spatial.SpatialOps
-
- getType() - Method in class com.querydsl.sql.codegen.support.ColumnData
-
- getType() - Method in class com.querydsl.sql.codegen.support.ForeignKeyData
-
- getType() - Method in class com.querydsl.sql.codegen.support.InverseForeignKeyData
-
- getType() - Method in interface com.querydsl.sql.codegen.support.KeyData
-
- getType() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getType() - Method in enum com.querydsl.sql.SQLOps
-
- getType() - Method in class com.querydsl.sql.UnionImpl
-
- getTypeByAnnotation(Class<?>, Annotation) - Method in interface com.querydsl.codegen.AnnotationHelper
-
Get the TypeCategory
according with object Class and Annotation.
- getTypeByAnnotation(Class<?>, Annotation) - Method in class com.querydsl.maven.JPATemporalAnnotationHelper
-
- getTypeForCast(Class<?>) - Method in class com.querydsl.jpa.EclipseLinkTemplates
-
- getTypeForCast(Class<?>) - Method in class com.querydsl.jpa.HQLTemplates
-
- getTypeForCast(Class<?>) - Method in class com.querydsl.jpa.JPQLTemplates
-
- getTypeFunction(Class<?>) - Method in class com.querydsl.core.util.BeanMap
-
Returns a transformer for the given primitive type.
- getTypeMappings() - Method in interface com.querydsl.apt.Configuration
-
- getTypeMappings() - Method in class com.querydsl.apt.DefaultConfiguration
-
- getTypeName(Class<?>) - Method in class com.querydsl.sql.Configuration
-
Get the SQL type name for the given java type
- getTypeNameForCast(Class<?>) - Method in class com.querydsl.sql.Configuration
-
Get the SQL type name for a cast operation
- getTypeNameForCode(int) - Method in class com.querydsl.sql.SQLTemplates
-
- getTypeOverride(Type, AnnotatedElement) - Method in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- getTypeParameter(Type, int) - Static method in class com.querydsl.core.util.ReflectionUtils
-
- getTypeParameterAsClass(Type, int) - Static method in class com.querydsl.core.util.ReflectionUtils
-
- getTypeParameterCount(Type) - Static method in class com.querydsl.core.util.ReflectionUtils
-
- getUncapSimpleName() - Method in class com.querydsl.codegen.EntityType
-
- getUnicodeStream(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getUnicodeStream(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getUnicodeStream(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getUnicodeStream(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getUpdate() - Method in class com.querydsl.sql.SQLTemplates
-
- getUpdates() - Method in class com.querydsl.sql.dml.SQLUpdateBatch
-
- getURL(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getURL(String) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getURL(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getURL(String) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getUseLiterals() - Method in class com.querydsl.sql.Configuration
-
Get whether literals are serialized or prepared statement bindings are used
- getValue() - Method in class com.querydsl.core.BooleanBuilder
-
- getValue() - Method in class com.querydsl.core.types.dsl.Coalesce
-
- getValue() - Method in class com.querydsl.core.util.BeanMap.MyMapEntry
-
- getValue() - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter.Property
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.ArrayType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.BigDecimalAsDoubleType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.BigDecimalType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.BigIntegerAsLongType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.BigIntegerType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.BlobType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.BooleanType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.BytesType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.ByteType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.CalendarType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.CharacterType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.ClobType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.CurrencyType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.DateTimeType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.DateType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.DoubleType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.EnumAsObjectType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.EnumByNameType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.EnumByOrdinalType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.FloatType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.InputStreamType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.IntegerType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.LocalDateTimeType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.LocalDateType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.LocaleType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.LocalTimeType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.LongType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.NumericBooleanType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.ObjectType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.ShortType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.SQLXMLType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.StringAsObjectType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.StringType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.TimestampType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.TimeType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.TrueFalseType
-
- getValue(ResultSet, int) - Method in interface com.querydsl.sql.types.Type
-
Get the object from the result set
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.URLType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.UtilDateType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.UtilUUIDType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.XMLAsStringType
-
- getValue(ResultSet, int) - Method in class com.querydsl.sql.types.YesNoType
-
- getValue() - Method in class com.querydsl.sql.WindowFunction
-
- getValue() - Method in class com.querydsl.sql.WithinGroup.OrderBy
-
- getValues() - Method in class com.querydsl.sql.dml.SQLInsertBatch
-
- getValues() - Method in class com.querydsl.sql.dml.SQLMergeBatch
-
- getValues() - Method in class com.querydsl.sql.SQLTemplates
-
- getValueType() - Method in class com.querydsl.core.types.dsl.MapPath
-
Get the value type
- getWarnings() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- getWarnings() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- getWeek(Date) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- getWhere() - Method in class com.querydsl.core.DefaultQueryMetadata
-
- getWhere() - Method in class com.querydsl.core.EmptyMetadata
-
- getWhere() - Method in interface com.querydsl.core.QueryMetadata
-
Get the expressions aggregated into a single boolean expression or null,
if none where defined
- getWhere() - Method in class com.querydsl.sql.SQLTemplates
-
- getWith() - Method in class com.querydsl.sql.SQLTemplates
-
- getWithRecursive() - Method in class com.querydsl.sql.SQLTemplates
-
- getWriteMethod(String) - Method in class com.querydsl.core.util.BeanMap
-
Returns the mutator for the property with the given name.
- getYear(Date) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- getYearMonth(Date) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- getYearWeek(Date) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- goe(Expression<? extends T>) - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a this >= right
expression
- goe(T) - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a this >= right
expression
- goe(Expression<? extends T>) - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- goe(T) - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- goe(T) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this >= right
expression
- goe(Expression<T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this >= right
expression
- goe(A) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this >= right
expression
- goe(Expression<A>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this >= right
expression
- goeAll(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this >= all right
expression
- goeAll(SubQueryExpression<? extends T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this >= all right
expression
- goeAll(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this >= all right
expression
- goeAny(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this >= any right
expression
- goeAny(SubQueryExpression<? extends T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this >= any right
expression
- goeAny(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this >= any right
expression
- GroovyBeanSerializer - Class in com.querydsl.codegen
-
GroovyBeanSerializer
is a
Serializer
implementation which serializes
EntityType
instances into Groovy classes
- GroovyBeanSerializer() - Constructor for class com.querydsl.codegen.GroovyBeanSerializer
-
Create a new GroovyBeanSerializer
instance
- GroovyBeanSerializer(String) - Constructor for class com.querydsl.codegen.GroovyBeanSerializer
-
Create a new GroovyBeanSerializer
instance
- GroovyBeanSerializer(boolean) - Constructor for class com.querydsl.codegen.GroovyBeanSerializer
-
Create a new GroovyBeanSerializer
instance
- GroovyBeanSerializer(boolean, String) - Constructor for class com.querydsl.codegen.GroovyBeanSerializer
-
Create a new GroovyBeanSerializer
instance
- Group - Interface in com.querydsl.core.group
-
A group of rows.
- groupBy(Expression<?>) - Method in class com.querydsl.collections.AbstractCollQuery
-
- groupBy(Expression<?>...) - Method in class com.querydsl.collections.AbstractCollQuery
-
- GroupBy - Class in com.querydsl.core.group
-
- groupBy(Expression<K>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new GroupByBuilder for the given key expression
- groupBy(Expression<?>...) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new GroupByBuilder for the given key expressions
- groupBy(Expression<?>...) - Method in interface com.querydsl.core.Query
-
Add grouping/aggregation expressions
- groupBy(Expression<?>) - Method in class com.querydsl.core.support.QueryBase
-
Add a single grouping expression
- groupBy(Expression<?>...) - Method in class com.querydsl.core.support.QueryBase
-
Add grouping/aggregation expressions
- groupBy(Expression<?>) - Method in class com.querydsl.core.support.QueryMixin
-
- groupBy(Expression<?>...) - Method in class com.querydsl.core.support.QueryMixin
-
- groupBy(Expression<?>...) - Method in interface com.querydsl.sql.Union
-
Defines the grouping/aggregation expressions
- groupBy(Expression<?>...) - Method in class com.querydsl.sql.UnionImpl
-
- GroupByBuilder<K> - Class in com.querydsl.core.group
-
GroupByBuilder is a fluent builder for GroupBy transformer instances.
- GroupByBuilder(Expression<K>) - Constructor for class com.querydsl.core.group.GroupByBuilder
-
Create a new GroupByBuilder for the given key expression
- GroupByIterate<K,V> - Class in com.querydsl.core.group
-
Provides aggregated results as an iterator
- GroupByList<K,V> - Class in com.querydsl.core.group
-
Provides aggregated results as a list
- GroupByMap<K,V> - Class in com.querydsl.core.group
-
Provides aggregated results as a map
- GroupByProjection<K,V> - Class in com.querydsl.core.group
-
GroupByProjection provides projection of the Group results via the transform template method
- GroupByProjection(Expression<K>, Expression<?>...) - Constructor for class com.querydsl.core.group.GroupByProjection
-
- GroupCollector<T,R> - Interface in com.querydsl.core.group
-
A stateful collector of column values for a group.
- GroupExpression<T,R> - Interface in com.querydsl.core.group
-
Defines the way results of a given expression are grouped.
- groups() - Method in class com.querydsl.sql.codegen.support.NotNullImpl
-
- groups() - Method in class com.querydsl.sql.codegen.support.SizeImpl
-
- gt(Expression<? extends T>) - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a this > right
expression
- gt(T) - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a this > right
expression
- gt(Expression<? extends T>) - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- gt(T) - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- gt(T) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this > right
expression
- gt(Expression<T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this > right
expression
- gt(A) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this > right
expression
- gt(Expression<A>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this > right
expression
- gt(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- gt(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- gt(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- gtAll(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this > all right
expression
- gtAll(SubQueryExpression<? extends T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this > all right
expression
- gtAll(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this > all right
expression
- gtAll(SubQueryExpression<? extends T>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this > all right
expression
- gtAny(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this > any right
expression
- gtAny(SubQueryExpression<? extends T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this > any right
expression
- gtAny(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this > any right
expression
- gtAny(SubQueryExpression<? extends T>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this > any right
expression
- GuavaHelpers - Class in com.querydsl.collections
-
GuavaHelpers
provides functionality to wrap Querydsl
Predicate
instances to Guava predicates
and Querydsl
Expression
instances to Guava functions
- IgnoreCaseUnsupportedException - Exception in com.querydsl.lucene3
-
Thrown for case ignore usage
- IgnoreCaseUnsupportedException() - Constructor for exception com.querydsl.lucene3.IgnoreCaseUnsupportedException
-
- IgnoreCaseUnsupportedException - Exception in com.querydsl.lucene4
-
Thrown for case ignore usage
- IgnoreCaseUnsupportedException() - Constructor for exception com.querydsl.lucene4.IgnoreCaseUnsupportedException
-
- IgnoreCaseUnsupportedException - Exception in com.querydsl.lucene5
-
Thrown for case ignore usage
- IgnoreCaseUnsupportedException() - Constructor for exception com.querydsl.lucene5.IgnoreCaseUnsupportedException
-
- ignoreIndex(String...) - Method in class com.querydsl.sql.mysql.MySQLQuery
-
The alternative syntax IGNORE INDEX (index_list) can be used to tell MySQL to not use some
particular index or indexes.
- IMPORTS - Static variable in class com.querydsl.codegen.CodegenModule
-
key for the custom imports set
- in(Number...) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
- in(Collection<? extends T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this in right
expression
- in(T...) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this in right
expression
- in(CollectionExpression<?, ? extends T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this in right
expression
- in(SubQueryExpression<? extends T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this in right
expression
- in(Expression<D>, CollectionExpression<?, ? extends D>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a left in right
expression
- in(Expression<D>, SubQueryExpression<? extends D>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a left in right
expression
- in(Expression<D>, Collection<? extends D>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a left in right
expression
- in(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- in(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- in(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- in(SubQueryExpression<Tuple>) - Method in class com.querydsl.sql.ForeignKey
-
- in(CollectionExpression<?, Tuple>) - Method in class com.querydsl.sql.PrimaryKey
-
- inAny(Expression<D>, Iterable<? extends Collection<? extends D>>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a left in right or...
expression for each list
- include(Supertype) - Method in class com.querydsl.codegen.EntityType
-
- IndexData - Class in com.querydsl.sql.codegen.support
-
IndexData
defines index data
- IndexData(String, String[]) - Constructor for class com.querydsl.sql.codegen.support.IndexData
-
- indexOf(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.indexOf(str)
expression
- indexOf(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.indexOf(str)
expression
- indexOf(String, int) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.indexOf(str, i)
expression
- indexOf(Expression<String>, int) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.indexOf(str)
expression
- initEntityField(CodeWriter, SerializerConfig, EntityType, Property) - Method in class com.querydsl.codegen.EntitySerializer
-
- initEntityFields(CodeWriter, SerializerConfig, EntityType) - Method in class com.querydsl.codegen.EntitySerializer
-
- INNER_CLASSES_FOR_KEYS - Static variable in class com.querydsl.sql.codegen.SQLCodegenModule
-
- innerJoin(Path<? extends Collection<P>>, Path<P>) - Method in class com.querydsl.collections.AbstractCollQuery
-
Define an inner join from the Collection typed path to the alias
- innerJoin(MapExpression<?, P>, Path<P>) - Method in class com.querydsl.collections.AbstractCollQuery
-
Define an inner join from the Map typed path to the alias
- innerJoin(Expression<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- innerJoin(Expression<P>, Path<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- innerJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- innerJoin(MapExpression<?, P>, Path<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- innerJoin(SubQueryExpression<P>, Path<?>) - Method in class com.querydsl.core.support.QueryMixin
-
- innerJoin(CollectionExpression<?, P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- innerJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- innerJoin(EntityPath<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- innerJoin(EntityPath<P>, Path<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- innerJoin(MapExpression<?, P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- innerJoin(MapExpression<?, P>, Path<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- innerJoin(EntityPath<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a inner join with the given target.
- innerJoin(EntityPath<P>, Path<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a inner join with the given target and alias.
- innerJoin(CollectionExpression<?, P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a inner join with the given target.
- innerJoin(CollectionExpression<?, P>, Path<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a inner join with the given target and alias.
- innerJoin(MapExpression<?, P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a inner join with the given target.
- innerJoin(MapExpression<?, P>, Path<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a inner join with the given target and alias.
- innerJoin(EntityPath<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- innerJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- innerJoin(SubQueryExpression<?>, Path<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- innerJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- innerJoin(EntityPath<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds an inner join to the given target
- innerJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a full join to the given target
- innerJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds an inner join to the given target
- innerJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds an inner join to the given target
- InputStreamType - Class in com.querydsl.sql.types
-
InputStreamType
maps InputStream to InputStream on the JDBC level
- InputStreamType() - Constructor for class com.querydsl.sql.types.InputStreamType
-
- InputStreamType(int) - Constructor for class com.querydsl.sql.types.InputStreamType
-
- insert(int, String) - Method in class com.querydsl.core.support.SerializerBase
-
- insert(RelationalPath<?>) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
-
- insert(RelationalPath<?>) - Method in interface com.querydsl.sql.SQLCommonQueryFactory
-
Create a new INSERT INTO clause
- InsertClause<C extends InsertClause<C>> - Interface in com.querydsl.core.dml
-
InsertClause
defines a generic interface for Insert clauses
- insertIgnore(RelationalPath<?>) - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
-
Create a INSERT IGNORE INTO clause
- insertOnDuplicateKeyUpdate(RelationalPath<?>, String) - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
-
Create a INSERT ...
- insertOnDuplicateKeyUpdate(RelationalPath<?>, Expression<?>) - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
-
Create a INSERT ...
- insertRow() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- insertRow() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- inspect(Element, Annotations) - Method in interface com.querydsl.apt.Configuration
-
- inspect(Element, Annotations) - Method in class com.querydsl.apt.DefaultConfiguration
-
- inspect(Element, Annotations) - Method in class com.querydsl.apt.jpa.JPAConfiguration
-
- INSTANCE - Static variable in class com.querydsl.maven.JPATemporalAnnotationHelper
-
- INSTANCE - Static variable in class com.querydsl.sql.support.SQLExceptionWrapper
-
- instanceOf(Class<B>) - Method in class com.querydsl.core.types.dsl.BeanPath
-
Create an this instanceOf type
expression
- instanceOfAny(Class...) - Method in class com.querydsl.core.types.dsl.BeanPath
-
- IntegerType - Class in com.querydsl.sql.types
-
IntegerType
maps Integer to Integer on the JDBC level
- IntegerType() - Constructor for class com.querydsl.sql.types.IntegerType
-
- IntegerType(int) - Constructor for class com.querydsl.sql.types.IntegerType
-
- interiorRingN(int) - Method in class com.querydsl.spatial.jts.JTSPolygonExpression
-
Returns the N th interior ring for this Polygon as a LineString.
- interiorRingN(int) - Method in class com.querydsl.spatial.PolygonExpression
-
Returns the N th interior ring for this Polygon as a LineString.
- intersection(Geometry) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns a geometric object that represents the Point set intersection of this geometric
object with anotherGeometry.
- intersection(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns a geometric object that represents the Point set intersection of this geometric
object with anotherGeometry.
- intersection(Geometry) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns a geometric object that represents the Point set intersection of this geometric
object with anotherGeometry.
- intersection(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns a geometric object that represents the Point set intersection of this geometric
object with anotherGeometry.
- intersects(Geometry) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially intersects” anotherGeometry.
- intersects(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially intersects” anotherGeometry.
- intersects(Geometry) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially intersects” anotherGeometry.
- intersects(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially intersects” anotherGeometry.
- into(String) - Method in class com.querydsl.sql.mysql.MySQLQuery
-
SELECT ...
- intoDumpfile(File) - Method in class com.querydsl.sql.mysql.MySQLQuery
-
SELECT ...
- intoOutfile(File) - Method in class com.querydsl.sql.mysql.MySQLQuery
-
SELECT ...
- intro(EntityType, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.EntitySerializer
-
- intro(EntityType, CodeWriter) - Method in class com.querydsl.codegen.ProjectionSerializer
-
- introClassHeader(CodeWriter, EntityType) - Method in class com.querydsl.codegen.EmbeddableSerializer
-
- introClassHeader(CodeWriter, EntityType) - Method in class com.querydsl.codegen.EntitySerializer
-
- introClassHeader(CodeWriter, EntityType) - Method in class com.querydsl.sql.codegen.MetaDataSerializer
-
- introDefaultInstance(CodeWriter, EntityType, String) - Method in class com.querydsl.codegen.EntitySerializer
-
- introDefaultInstance(CodeWriter, EntityType, String) - Method in class com.querydsl.sql.codegen.MetaDataSerializer
-
- introDelegatePackages(CodeWriter, EntityType) - Method in class com.querydsl.codegen.EntitySerializer
-
- introFactoryMethods(CodeWriter, EntityType) - Method in class com.querydsl.codegen.EntitySerializer
-
- introImports(CodeWriter, SerializerConfig, EntityType) - Method in class com.querydsl.codegen.EntitySerializer
-
- introImports(CodeWriter, SerializerConfig, EntityType) - Method in class com.querydsl.sql.codegen.MetaDataSerializer
-
- introInits(CodeWriter, EntityType) - Method in class com.querydsl.codegen.EntitySerializer
-
- introJavadoc(CodeWriter, EntityType) - Method in class com.querydsl.codegen.EntitySerializer
-
- introPackage(CodeWriter, EntityType) - Method in class com.querydsl.codegen.EntitySerializer
-
- introSuper(CodeWriter, EntityType) - Method in class com.querydsl.codegen.EntitySerializer
-
- intValue() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this.intValue()
expression
- InverseForeignKeyData - Class in com.querydsl.sql.codegen.support
-
InverseForeignKeyData
defines inverse foreign key data
- InverseForeignKeyData(String, String, String, Type) - Constructor for class com.querydsl.sql.codegen.support.InverseForeignKeyData
-
- isAccessorPresent(String, String, Class<?>) - Static method in class com.querydsl.core.util.BeanUtils
-
- isAfterLast() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- isAfterLast() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- isAnnotationMirrorOfType(AnnotationMirror, Class<? extends Annotation>) - Static method in class com.querydsl.apt.TypeUtils
-
- isAnnotationMirrorOfType(AnnotationMirror, String) - Static method in class com.querydsl.apt.TypeUtils
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class com.querydsl.core.util.Annotations
-
- isAnon() - Method in class com.querydsl.core.types.dsl.Param
-
- isAnon() - Method in interface com.querydsl.core.types.ParamExpression
-
Get whether the parameter is anonymous
- isAnon() - Method in class com.querydsl.core.types.ParamExpressionImpl
-
- isApplicable() - Method in class com.querydsl.core.util.ConstructorUtils.ArgumentTransformer
-
- isArraysSupported() - Method in class com.querydsl.sql.SQLTemplates
-
- isAscending() - Method in class com.querydsl.core.types.OrderSpecifier
-
Get whether the order is ascending or not
- isAutoIncrement() - Method in class com.querydsl.sql.codegen.support.ColumnData
-
- isBatchCountViaGetUpdateCount() - Method in class com.querydsl.sql.SQLTemplates
-
- isBeanAddFullConstructor() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isBeanAddToString() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isBeanPrintSupertype() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isBeforeFirst() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- isBeforeFirst() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- isBlockedField(VariableElement) - Method in interface com.querydsl.apt.Configuration
-
- isBlockedField(VariableElement) - Method in class com.querydsl.apt.DefaultConfiguration
-
- isBlockedGetter(ExecutableElement) - Method in interface com.querydsl.apt.Configuration
-
- isBlockedGetter(ExecutableElement) - Method in class com.querydsl.apt.DefaultConfiguration
-
- isCaseWithLiterals() - Method in class com.querydsl.jpa.HQLTemplates
-
- isCaseWithLiterals() - Method in class com.querydsl.jpa.JPQLTemplates
-
- isClosed() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- isClosed() - Method in class com.querydsl.spatial.CurveExpression
-
Returns 1 (TRUE) if this Curve is closed [StartPoint ( ) = EndPoint ( )].
- isClosed() - Method in class com.querydsl.spatial.jts.JTSCurveExpression
-
Returns 1 (TRUE) if this Curve is closed [StartPoint ( ) = EndPoint ( )].
- isClosed() - Method in class com.querydsl.spatial.jts.JTSMultiCurveExpression
-
Returns 1 (TRUE) if this MultiCurve is closed [StartPoint ( ) = EndPoint ( ) for each
Curve in this MultiCurve].
- isClosed() - Method in class com.querydsl.spatial.MultiCurveExpression
-
Returns 1 (TRUE) if this MultiCurve is closed [StartPoint ( ) = EndPoint ( ) for each
Curve in this MultiCurve].
- isClosed() - Method in class com.querydsl.spatial.PolyhedralSurfaceExpression
-
Returns 1 (True) if the polygon closes on itself, and thus has no boundary and
encloses a solid
- isClosed() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- isCollectionType(Class<?>) - Method in class com.querydsl.core.alias.DefaultTypeSystem
-
- isCollectionType(Class<?>) - Method in interface com.querydsl.core.alias.TypeSystem
-
Return whether the given class is a collection class
- isColumnAnnotations() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isCountDistinctMultipleColumns() - Method in class com.querydsl.sql.SQLTemplates
-
- isCountViaAnalytics() - Method in class com.querydsl.sql.SQLTemplates
-
- isCreateScalaSources() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isDetach() - Method in class com.querydsl.jdo.AbstractJDOQuery
-
- isDetach() - Method in class com.querydsl.jdo.sql.AbstractSQLQuery
-
- isDistinct() - Method in class com.querydsl.core.DefaultQueryMetadata
-
- isDistinct() - Method in class com.querydsl.core.EmptyMetadata
-
- isDistinct() - Method in interface com.querydsl.core.QueryMetadata
-
Get whether the projection is distinct
- isDistinct() - Method in class com.querydsl.core.support.QueryMixin
-
- isEmpty() - Method in class com.querydsl.collections.CollUpdateClause
-
- isEmpty() - Method in interface com.querydsl.core.dml.StoreClause
-
Returns true, if no bindings have been set, otherwise false.
- isEmpty() - Method in class com.querydsl.core.QueryResults
-
Return whether there are results in the current query window
- isEmpty() - Method in class com.querydsl.core.types.dsl.CollectionExpressionBase
-
Create a this.isEmpty()
expression
- isEmpty() - Method in class com.querydsl.core.types.dsl.MapExpressionBase
-
Create a this.isEmpty()
expression
- isEmpty() - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.isEmpty()
expression
- isEmpty(Object[]) - Static method in class com.querydsl.core.util.ArrayUtils
-
- isEmpty() - Method in class com.querydsl.jdo.dml.JDOUpdateClause
-
- isEmpty() - Method in class com.querydsl.jpa.hibernate.HibernateUpdateClause
-
- isEmpty() - Method in class com.querydsl.jpa.impl.JPAUpdateClause
-
- isEmpty() - Method in class com.querydsl.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object is the empty Geometry.
- isEmpty() - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object is the empty Geometry.
- isEmpty() - Method in class com.querydsl.sql.dml.SQLInsertClause
-
- isEmpty() - Method in class com.querydsl.sql.dml.SQLMergeClause
-
- isEmpty() - Method in class com.querydsl.sql.dml.SQLUpdateClause
-
- isEntityExpression(Expression<?>) - Method in class com.querydsl.jpa.AbstractSQLQuery
-
- isEnumInPathSupported() - Method in class com.querydsl.jpa.HQLTemplates
-
- isEnumInPathSupported() - Method in class com.querydsl.jpa.JPQLTemplates
-
- isExcludedClass(String) - Method in interface com.querydsl.apt.Configuration
-
- isExcludedClass(String) - Method in class com.querydsl.apt.DefaultConfiguration
-
- isExcludedPackage(String) - Method in interface com.querydsl.apt.Configuration
-
- isExcludedPackage(String) - Method in class com.querydsl.apt.DefaultConfiguration
-
- isExportAll() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isExportBeans() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isExportForeignKeys() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isExportPrimaryKeys() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isExportTables() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isExportViews() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isFalse() - Method in class com.querydsl.core.types.dsl.BooleanExpression
-
Create a this == false
expression
- isFirst() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- isFirst() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- isForTest() - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- isForTest() - Method in class com.querydsl.maven.MetadataExportMojo
-
- isForTest() - Method in class com.querydsl.maven.TestMetadataExportMojo
-
- isFunctionJoinsWrapped() - Method in class com.querydsl.sql.SQLTemplates
-
- isImportExprPackage(EntityType) - Method in class com.querydsl.codegen.EntitySerializer
-
- isInherited() - Method in class com.querydsl.codegen.Property
-
- isInitialized(String) - Method in class com.querydsl.core.types.dsl.PathInits
-
- isInner() - Method in enum com.querydsl.core.JoinType
-
- isInnerClassesForKeys() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isLast() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- isLast() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- isLimitRequired() - Method in class com.querydsl.sql.SQLTemplates
-
- isListType(Class<?>) - Method in class com.querydsl.core.alias.DefaultTypeSystem
-
- isListType(Class<?>) - Method in interface com.querydsl.core.alias.TypeSystem
-
Return whether the given class is a list class
- isLowerCase() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isMapType(Class<?>) - Method in class com.querydsl.core.alias.DefaultTypeSystem
-
- isMapType(Class<?>) - Method in interface com.querydsl.core.alias.TypeSystem
-
Return whether the given class is a map class
- isNativeMerge() - Method in class com.querydsl.sql.SQLTemplates
-
- isNotEmpty() - Method in class com.querydsl.core.types.dsl.CollectionExpressionBase
-
Create a !this.isEmpty()
expression
- isNotEmpty() - Method in class com.querydsl.core.types.dsl.MapExpressionBase
-
Create a !this,isEmpty()
expression
- isNotEmpty() - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a !this.isEmpty()
expression
- isNotNull() - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this is not null
expression
- isNotNull(Expression<?>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a left is not null
expression
- isNull() - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this is null
expression
- isNull(Expression<?>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a left is null
expression
- isNullable() - Method in class com.querydsl.sql.ColumnMetadata
-
- isNullAllowed() - Method in class com.querydsl.sql.codegen.support.ColumnData
-
- isOuter() - Method in enum com.querydsl.core.JoinType
-
- isParameterMetadataAvailable() - Method in class com.querydsl.sql.SQLTemplates
-
- isPathInEntitiesSupported() - Method in class com.querydsl.jpa.BatooTemplates
-
- isPathInEntitiesSupported() - Method in class com.querydsl.jpa.EclipseLinkTemplates
-
- isPathInEntitiesSupported() - Method in class com.querydsl.jpa.JPQLTemplates
-
- isPrimaryKeyColumn(RelationalPath<?>, Path<?>) - Method in class com.querydsl.sql.dml.AbstractMapper
-
- isPrintSchema() - Method in class com.querydsl.sql.SQLTemplates
-
- isReference(Operation<?>, int) - Method in class com.querydsl.mongodb.MongodbSerializer
-
- isReference(Path<?>) - Method in class com.querydsl.mongodb.MongodbSerializer
-
- isReference(Path<?>) - Method in class com.querydsl.mongodb.morphia.MorphiaSerializer
-
- isRegistered(Type) - Method in class com.querydsl.codegen.TypeMappings
-
- isReserved(String) - Static method in class com.querydsl.core.util.JavaSyntaxUtils
-
- isRestricting() - Method in class com.querydsl.core.QueryModifiers
-
Checks if is restricting.
- isRing() - Method in class com.querydsl.spatial.CurveExpression
-
Returns 1 (TRUE) if this Curve is closed [StartPoint ( ) = EndPoint ( )] and this Curve is
simple (does not pass through the same Point more than once).
- isRing() - Method in class com.querydsl.spatial.jts.JTSCurveExpression
-
Returns 1 (TRUE) if this Curve is closed [StartPoint ( ) = EndPoint ( )] and this Curve is
simple (does not pass through the same Point more than once).
- isRoot() - Method in class com.querydsl.core.types.PathMetadata
-
- isSchemaToPackage() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isSetType(Class<?>) - Method in class com.querydsl.core.alias.DefaultTypeSystem
-
- isSetType(Class<?>) - Method in interface com.querydsl.core.alias.TypeSystem
-
Return whether the given class is a set class
- isSimple() - Method in class com.querydsl.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object has no anomalous geometric points, such
as self intersection or self tangency.
- isSimple() - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object has no anomalous geometric points, such
as self intersection or self tangency.
- isSpatial() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isStrictMode() - Method in interface com.querydsl.apt.Configuration
-
- isStrictMode() - Method in class com.querydsl.apt.DefaultConfiguration
-
- isString() - Method in class com.querydsl.core.types.Template.AsString
-
- isString() - Method in class com.querydsl.core.types.Template.ByIndex
-
- isString() - Method in class com.querydsl.core.types.Template.Element
-
- isString() - Method in class com.querydsl.core.types.Template.StaticText
-
- isString() - Method in class com.querydsl.core.types.Template.Transformed
-
- isSupported(Class<? extends Annotation>) - Method in interface com.querydsl.codegen.AnnotationHelper
-
Verify if AnnotationHelper instance can handle the annotation.
- isSupported(Class<? extends Annotation>) - Method in class com.querydsl.maven.JPATemporalAnnotationHelper
-
- isSupportsAlias() - Method in class com.querydsl.sql.SQLTemplates
-
- isSupportsUnquotedReservedWordsAsIdentifier() - Method in class com.querydsl.sql.SQLTemplates
-
- isTrue() - Method in class com.querydsl.core.types.dsl.BooleanExpression
-
Create a this == true
expression
- isUnionsWrapped() - Method in class com.querydsl.sql.SQLTemplates
-
- isUnique() - Method in class com.querydsl.core.DefaultQueryMetadata
-
- isUnique() - Method in class com.querydsl.core.EmptyMetadata
-
- isUnique() - Method in interface com.querydsl.core.QueryMetadata
-
Get whether the projection is unique
- isUnique() - Method in class com.querydsl.core.support.QueryMixin
-
- isUnique() - Method in class com.querydsl.sql.codegen.support.IndexData
-
- isUnknownAsEmbedded() - Method in interface com.querydsl.apt.Configuration
-
- isUnknownAsEmbedded() - Method in class com.querydsl.apt.DefaultConfiguration
-
- isUseFields() - Method in interface com.querydsl.apt.Configuration
-
- isUseFields() - Method in class com.querydsl.apt.DefaultConfiguration
-
- isUseGetters() - Method in interface com.querydsl.apt.Configuration
-
- isUseGetters() - Method in class com.querydsl.apt.DefaultConfiguration
-
- isUseQuotes() - Method in class com.querydsl.sql.SQLTemplates
-
- isValidationAnnotations() - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- isValidConstructor(ExecutableElement) - Method in interface com.querydsl.apt.Configuration
-
- isValidConstructor(ExecutableElement) - Method in class com.querydsl.apt.DefaultConfiguration
-
- isValidField(VariableElement) - Method in interface com.querydsl.apt.Configuration
-
- isValidField(VariableElement) - Method in class com.querydsl.apt.DefaultConfiguration
-
- isValidGetter(ExecutableElement) - Method in interface com.querydsl.apt.Configuration
-
- isValidGetter(ExecutableElement) - Method in class com.querydsl.apt.DefaultConfiguration
-
- isWithForOn() - Method in class com.querydsl.jpa.HQLTemplates
-
- isWithForOn() - Method in class com.querydsl.jpa.JPQLTemplates
-
- isWrapperFor(Class<?>) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- isWrapperFor(Class<?>) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- isWrapSelectParameters() - Method in class com.querydsl.sql.SQLTemplates
-
- iterate() - Method in class com.querydsl.collections.AbstractCollQuery
-
- iterate() - Method in interface com.querydsl.core.Fetchable
-
Get the projection as a typed closeable Iterator
- iterate(Expression<?>...) - Method in class com.querydsl.core.group.GroupByBuilder
-
Get the results as a closeable iterator
- iterate(Expression<V>) - Method in class com.querydsl.core.group.GroupByBuilder
-
Get the results as a closeable iterator
- iterate(FactoryExpression<V>) - Method in class com.querydsl.core.group.GroupByBuilder
-
Get the results as a closeable iterator
- iterate() - Method in class com.querydsl.hibernate.search.AbstractSearchQuery
-
- iterate() - Method in class com.querydsl.jdo.AbstractJDOQuery
-
- iterate() - Method in class com.querydsl.jdo.sql.AbstractSQLQuery
-
- iterate(Query, FactoryExpression<?>) - Method in class com.querydsl.jpa.DefaultQueryHandler
-
- iterate() - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
Return the query results as an Iterator.
- iterate() - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- iterate() - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- iterate(Query, FactoryExpression<?>) - Method in interface com.querydsl.jpa.QueryHandler
-
Iterate the results with the optional projection
- iterate() - Method in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- iterate() - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
- iterate() - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
- iterate() - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
- iterate(Path<?>...) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
Iterate with the specific fields
- iterate() - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- iterate() - Method in class com.querydsl.sql.AbstractSQLQuery
-
- iterate() - Method in interface com.querydsl.sql.Union
-
Get the projection as a typed Iterator
- iterate() - Method in class com.querydsl.sql.UnionImpl
-
- JavaSyntaxUtils - Class in com.querydsl.core.util
-
JavaSyntaxUtils defines reserved keywords for Java
- JavaTemplates - Class in com.querydsl.core.types
-
JavaTemplates
extends
Templates
to provide Java syntax compliant serialization
of Querydsl expressions
- JavaTemplates() - Constructor for class com.querydsl.core.types.JavaTemplates
-
- javaType - Variable in class com.querydsl.maven.NumericMapping
-
- JavaTypeMappings - Class in com.querydsl.codegen
-
JavaTypeMappings
defines mappings from
TypeCategory
instances to
Expression
types
- JavaTypeMappings() - Constructor for class com.querydsl.codegen.JavaTypeMappings
-
- JDO - Static variable in class com.querydsl.codegen.Keywords
-
- JDOAnnotationProcessor - Class in com.querydsl.apt.jdo
-
AnnotationProcessor for JDO which takes PersistenceCapable
, EmbeddedOnly
and
NotPersistent
into account
- JDOAnnotationProcessor() - Constructor for class com.querydsl.apt.jdo.JDOAnnotationProcessor
-
- JDOConfiguration - Class in com.querydsl.apt.jdo
-
- JDOConfiguration(RoundEnvironment, Map<String, String>, Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>) - Constructor for class com.querydsl.apt.jdo.JDOConfiguration
-
- JDODeleteClause - Class in com.querydsl.jdo.dml
-
- JDODeleteClause(PersistenceManager, EntityPath<?>) - Constructor for class com.querydsl.jdo.dml.JDODeleteClause
-
- JDODeleteClause(PersistenceManager, EntityPath<?>, JDOQLTemplates) - Constructor for class com.querydsl.jdo.dml.JDODeleteClause
-
- JDOExporterMojo - Class in com.querydsl.maven
-
- JDOExporterMojo() - Constructor for class com.querydsl.maven.JDOExporterMojo
-
- JDOExpressions - Class in com.querydsl.jdo
-
Common JDO expressions
- JDOQLQuery<T> - Interface in com.querydsl.jdo
-
Query interface for JDOQL queries
- JDOQLSerializer - Class in com.querydsl.jdo
-
JDOQLSerializer
serializes Querydsl queries and expressions into JDOQL strings
- JDOQLSerializer(JDOQLTemplates, Expression<?>) - Constructor for class com.querydsl.jdo.JDOQLSerializer
-
- JDOQLTemplates - Class in com.querydsl.jdo
-
JDOQLTemplates
provides patterns for JDOQL serialization
- JDOQLTemplates() - Constructor for class com.querydsl.jdo.JDOQLTemplates
-
- JDOQuery<T> - Class in com.querydsl.jdo
-
JDOQuery
is the default implementation of the
JDOQLQuery
interface
- JDOQuery() - Constructor for class com.querydsl.jdo.JDOQuery
-
Create a detached
JDOQuery
instance
The query can be attached via the clone method
- JDOQuery(PersistenceManager, JDOQLTemplates, boolean) - Constructor for class com.querydsl.jdo.JDOQuery
-
- JDOQuery(PersistenceManager, boolean) - Constructor for class com.querydsl.jdo.JDOQuery
-
- JDOQuery(PersistenceManager) - Constructor for class com.querydsl.jdo.JDOQuery
-
- JDOQuery(PersistenceManager, JDOQLTemplates, QueryMetadata, boolean) - Constructor for class com.querydsl.jdo.JDOQuery
-
- JDOQueryFactory - Class in com.querydsl.jdo
-
Factory class for query and DML clause creation
- JDOQueryFactory(Provider<PersistenceManager>) - Constructor for class com.querydsl.jdo.JDOQueryFactory
-
- JDOQueryMixin<T> - Class in com.querydsl.jdo
-
JDOQueryMixin
extends
QueryMixin
to provide module-specific extensions
- JDOQueryMixin() - Constructor for class com.querydsl.jdo.JDOQueryMixin
-
- JDOQueryMixin(QueryMetadata) - Constructor for class com.querydsl.jdo.JDOQueryMixin
-
- JDOQueryMixin(T, QueryMetadata) - Constructor for class com.querydsl.jdo.JDOQueryMixin
-
- JDOSQLQuery<T> - Class in com.querydsl.jdo.sql
-
JDOSQLQuery
is a
SQLQuery
implementation that uses JDO's SQL query functionality
to execute queries
- JDOSQLQuery(PersistenceManager, SQLTemplates) - Constructor for class com.querydsl.jdo.sql.JDOSQLQuery
-
- JDOSQLQuery(PersistenceManager, Configuration) - Constructor for class com.querydsl.jdo.sql.JDOSQLQuery
-
- JDOSQLQuery(PersistenceManager, Configuration, QueryMetadata, boolean) - Constructor for class com.querydsl.jdo.sql.JDOSQLQuery
-
- JDOUpdateClause - Class in com.querydsl.jdo.dml
-
- JDOUpdateClause() - Constructor for class com.querydsl.jdo.dml.JDOUpdateClause
-
- JodaTimeTemplates - Class in com.querydsl.collections
-
Custom templates which support the Joda Time API instead of the JDK Date API
- JodaTimeTemplates() - Constructor for class com.querydsl.collections.JodaTimeTemplates
-
- join(Expression<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- join(Expression<P>, Path<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- join(CollectionExpression<?, P>, Path<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- join(MapExpression<?, P>, Path<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- join(SubQueryExpression<P>, Path<?>) - Method in class com.querydsl.core.support.QueryMixin
-
- join(CollectionExpression<?, P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- join(CollectionExpression<?, P>, Path<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- join(EntityPath<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- join(EntityPath<P>, Path<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- join(MapExpression<?, P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- join(MapExpression<?, P>, Path<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- join(EntityPath<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a join with the given target.
- join(EntityPath<P>, Path<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a join with the given target and alias.
- join(CollectionExpression<?, P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a join with the given target.
- join(CollectionExpression<?, P>, Path<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a join with the given target
Use fetchJoin() to add the fetchJoin parameter to this join
- join(MapExpression<?, P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a join with the given target.
- join(MapExpression<?, P>, Path<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a join with the given target and alias.
- join(Path<T>, Path<T>) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
Define a join
- join(CollectionPathBase<?, T, ?>, Path<T>) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
Define a join
- join(EntityPath<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- join(RelationalFunctionCall<E>, Path<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- join(SubQueryExpression<?>, Path<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- join(ForeignKey<E>, RelationalPath<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- join(EntityPath<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a join to the given target
- join(RelationalFunctionCall<E>, Path<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a full join to the given target
- join(ForeignKey<E>, RelationalPath<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a join to the given target
- join(SubQueryExpression<?>, Path<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a join to the given target
- JoinBuilder<Q extends AbstractMongodbQuery<K,Q>,K,T> - Class in com.querydsl.mongodb
-
JoinBuilder
is a builder for join constraints
- JoinBuilder(QueryMixin<Q>, Path<?>, Path<T>) - Constructor for class com.querydsl.mongodb.JoinBuilder
-
- JoinExpression - Class in com.querydsl.core
-
JoinExpression
is a join element in a
Query
instance.
- JoinExpression(JoinType, Expression<?>) - Constructor for class com.querydsl.core.JoinExpression
-
Create a new JoinExpression instance
- JoinExpression(JoinType, Expression<?>, Predicate, Set<JoinFlag>) - Constructor for class com.querydsl.core.JoinExpression
-
Create a new JoinExpression instance
- JoinFlag - Class in com.querydsl.core
-
JoinFlag
defines a join related flag using an Expression instance
- JoinFlag(String) - Constructor for class com.querydsl.core.JoinFlag
-
Create a new instance using the given flag
- JoinFlag(String, JoinFlag.Position) - Constructor for class com.querydsl.core.JoinFlag
-
Create a new instance using the given flag and position.
- JoinFlag(Expression<?>) - Constructor for class com.querydsl.core.JoinFlag
-
Create a new instance using the given flag
- JoinFlag(Expression<?>, JoinFlag.Position) - Constructor for class com.querydsl.core.JoinFlag
-
Create a new instance using the given flag and position
- JoinFlag.Position - Enum in com.querydsl.core
-
The different JoinFlag
positions
- JoinType - Enum in com.querydsl.core
-
JoinType
defines the supported join types
- JPA - Static variable in class com.querydsl.codegen.Keywords
-
- JPAAnnotationProcessor - Class in com.querydsl.apt.jpa
-
AnnotationProcessor for JPA which takes Entity
, MappedSuperclass
, Embeddable
and Transient
into account
- JPAAnnotationProcessor() - Constructor for class com.querydsl.apt.jpa.JPAAnnotationProcessor
-
- JPAConfiguration - Class in com.querydsl.apt.jpa
-
- JPAConfiguration(RoundEnvironment, ProcessingEnvironment, Map<String, String>, Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>) - Constructor for class com.querydsl.apt.jpa.JPAConfiguration
-
- JPADeleteClause - Class in com.querydsl.jpa.impl
-
DeleteClause implementation for JPA
- JPADeleteClause(EntityManager, EntityPath<?>) - Constructor for class com.querydsl.jpa.impl.JPADeleteClause
-
- JPADeleteClause(EntityManager, EntityPath<?>, JPQLTemplates) - Constructor for class com.querydsl.jpa.impl.JPADeleteClause
-
- JPADomainExporter - Class in com.querydsl.jpa.codegen
-
JPADomainExporter
exports JPA 2 metamodels to Querydsl expression types
- JPADomainExporter(File, Metamodel) - Constructor for class com.querydsl.jpa.codegen.JPADomainExporter
-
Create a new JPADomainExporter instance
- JPADomainExporter(String, File, Metamodel) - Constructor for class com.querydsl.jpa.codegen.JPADomainExporter
-
Create a new JPADomainExporter instance
- JPADomainExporter(String, File, Metamodel, Charset) - Constructor for class com.querydsl.jpa.codegen.JPADomainExporter
-
Create a new JPADomainExporter instance
- JPADomainExporter(String, String, File, Metamodel) - Constructor for class com.querydsl.jpa.codegen.JPADomainExporter
-
Create a new JPADomainExporter instance
- JPADomainExporter(String, File, SerializerConfig, Metamodel) - Constructor for class com.querydsl.jpa.codegen.JPADomainExporter
-
Create a new JPADomainExporter instance
- JPADomainExporter(String, File, SerializerConfig, Metamodel, Charset) - Constructor for class com.querydsl.jpa.codegen.JPADomainExporter
-
Create a new JPADomainExporter instance
- JPADomainExporter(String, String, File, SerializerConfig, Metamodel, Charset) - Constructor for class com.querydsl.jpa.codegen.JPADomainExporter
-
Create a new JPADomainExporter instance
- JPAExporterMojo - Class in com.querydsl.maven
-
- JPAExporterMojo() - Constructor for class com.querydsl.maven.JPAExporterMojo
-
- JPAExpressions - Class in com.querydsl.jpa
-
JPAExpressions
provides factory methods for JPQL specific operations
elements.
- JPAPathBuilderValidator - Class in com.querydsl.jpa.support
-
JPAPathBuilderValidator implements PathBuilderValidator using a JPA Metamodel instance
- JPAPathBuilderValidator(EntityManager) - Constructor for class com.querydsl.jpa.support.JPAPathBuilderValidator
-
- JPAPathBuilderValidator(Metamodel) - Constructor for class com.querydsl.jpa.support.JPAPathBuilderValidator
-
- JPAProvider - Class in com.querydsl.jpa.impl
-
JPAProvider
provides detection of the JPA provider based on the EntityManager instance
- JPAQuery<T> - Class in com.querydsl.jpa.impl
-
JPAQuery
is the default implementation of the
JPQLQuery
interface for JPA
- JPAQuery() - Constructor for class com.querydsl.jpa.impl.JPAQuery
-
Creates a new detached query
The query can be attached via the clone method
- JPAQuery(EntityManager) - Constructor for class com.querydsl.jpa.impl.JPAQuery
-
Creates a new EntityManager bound query
- JPAQuery(EntityManager, QueryMetadata) - Constructor for class com.querydsl.jpa.impl.JPAQuery
-
Creates a new EntityManager bound query
- JPAQuery(EntityManager, JPQLTemplates) - Constructor for class com.querydsl.jpa.impl.JPAQuery
-
Creates a new query
- JPAQuery(EntityManager, JPQLTemplates, QueryMetadata) - Constructor for class com.querydsl.jpa.impl.JPAQuery
-
Creates a new query
- JPAQueryBase<T,Q extends JPAQueryBase<T,Q>> - Class in com.querydsl.jpa
-
JPAQueryBase
is a base Query class for JPA queries
- JPAQueryBase(QueryMetadata, JPQLTemplates) - Constructor for class com.querydsl.jpa.JPAQueryBase
-
- JPAQueryFactory - Class in com.querydsl.jpa.impl
-
Factory class for query and DML clause creation
- JPAQueryFactory(EntityManager) - Constructor for class com.querydsl.jpa.impl.JPAQueryFactory
-
- JPAQueryFactory(JPQLTemplates, EntityManager) - Constructor for class com.querydsl.jpa.impl.JPAQueryFactory
-
- JPAQueryFactory(Provider<EntityManager>) - Constructor for class com.querydsl.jpa.impl.JPAQueryFactory
-
- JPAQueryFactory(JPQLTemplates, Provider<EntityManager>) - Constructor for class com.querydsl.jpa.impl.JPAQueryFactory
-
- JPAQueryMixin<T> - Class in com.querydsl.jpa
-
JPAQueryMixin
extends
QueryMixin
to support JPQL join construction
- JPAQueryMixin() - Constructor for class com.querydsl.jpa.JPAQueryMixin
-
- JPAQueryMixin(QueryMetadata) - Constructor for class com.querydsl.jpa.JPAQueryMixin
-
- JPAQueryMixin(T, QueryMetadata) - Constructor for class com.querydsl.jpa.JPAQueryMixin
-
- JPASQLQuery<T> - Class in com.querydsl.jpa.sql
-
JPASQLQuery
is an SQLQuery implementation that uses JPA Native SQL functionality
to execute queries
- JPASQLQuery(EntityManager, SQLTemplates) - Constructor for class com.querydsl.jpa.sql.JPASQLQuery
-
- JPASQLQuery(EntityManager, Configuration) - Constructor for class com.querydsl.jpa.sql.JPASQLQuery
-
- JPASQLQuery(EntityManager, Configuration, QueryHandler) - Constructor for class com.querydsl.jpa.sql.JPASQLQuery
-
- JPASQLQuery(EntityManager, SQLTemplates, QueryMetadata) - Constructor for class com.querydsl.jpa.sql.JPASQLQuery
-
- JPASQLQuery(EntityManager, Configuration, QueryMetadata) - Constructor for class com.querydsl.jpa.sql.JPASQLQuery
-
- JPASQLQuery(EntityManager, Configuration, QueryHandler, QueryMetadata) - Constructor for class com.querydsl.jpa.sql.JPASQLQuery
-
- JPATemporalAnnotationHelper - Class in com.querydsl.maven
-
- JPAUpdateClause - Class in com.querydsl.jpa.impl
-
UpdateClause implementation for JPA
- JPAUpdateClause(EntityManager, EntityPath<?>) - Constructor for class com.querydsl.jpa.impl.JPAUpdateClause
-
- JPAUpdateClause(EntityManager, EntityPath<?>, JPQLTemplates) - Constructor for class com.querydsl.jpa.impl.JPAUpdateClause
-
- JPAUtil - Class in com.querydsl.jpa.impl
-
JPAUtil provides static utility methods for JPA
- JPQLOps - Enum in com.querydsl.jpa
-
JPQLOps
provides JPQL specific operators
- JPQLQuery<T> - Interface in com.querydsl.jpa
-
Query interface for JPQL queries
- JPQLQueryFactory - Interface in com.querydsl.jpa
-
Common interface for JPA related QueryFactory implementations
- JPQLSerializer - Class in com.querydsl.jpa
-
JPQLSerializer
serializes Querydsl expressions into JPQL syntax.
- JPQLSerializer(JPQLTemplates) - Constructor for class com.querydsl.jpa.JPQLSerializer
-
- JPQLSerializer(JPQLTemplates, EntityManager) - Constructor for class com.querydsl.jpa.JPQLSerializer
-
- JPQLTemplates - Class in com.querydsl.jpa
-
JPQLTemplates
extends
Templates
to provide operator patterns for JPQL
serialization
- JPQLTemplates() - Constructor for class com.querydsl.jpa.JPQLTemplates
-
- JPQLTemplates(char) - Constructor for class com.querydsl.jpa.JPQLTemplates
-
- JPQLTemplates(char, QueryHandler) - Constructor for class com.querydsl.jpa.JPQLTemplates
-
- JTSCurveExpression<T extends com.vividsolutions.jts.geom.Geometry> - Class in com.querydsl.spatial.jts
-
A Curve is a 1-dimensional geometric object usually stored as a sequence of Points, with the subtype of Curve
specifying the form of the interpolation between Points.
- JTSCurveExpression(Expression<T>) - Constructor for class com.querydsl.spatial.jts.JTSCurveExpression
-
- JTSGeometryCollectionExpression<T extends com.vividsolutions.jts.geom.GeometryCollection> - Class in com.querydsl.spatial.jts
-
A Geometry collection is a geometric object that is a collection of some number of geometric objects.
- JTSGeometryCollectionExpression(Expression<T>) - Constructor for class com.querydsl.spatial.jts.JTSGeometryCollectionExpression
-
- JTSGeometryCollectionPath<T extends com.vividsolutions.jts.geom.GeometryCollection> - Class in com.querydsl.spatial.jts
-
- JTSGeometryCollectionPath(Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSGeometryCollectionPath
-
- JTSGeometryCollectionPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSGeometryCollectionPath
-
- JTSGeometryCollectionPath(PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSGeometryCollectionPath
-
- JTSGeometryCollectionPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSGeometryCollectionPath
-
- JTSGeometryCollectionPath(String) - Constructor for class com.querydsl.spatial.jts.JTSGeometryCollectionPath
-
- JTSGeometryCollectionPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.jts.JTSGeometryCollectionPath
-
- JTSGeometryExpression<T extends com.vividsolutions.jts.geom.Geometry> - Class in com.querydsl.spatial.jts
-
Geometry is the root class of the hierarchy.
- JTSGeometryExpression(Expression<T>) - Constructor for class com.querydsl.spatial.jts.JTSGeometryExpression
-
- JTSGeometryExpressions - Class in com.querydsl.spatial.jts
-
GeometryExpressions contains static functions for GEO operations
- JTSGeometryOperation<T extends com.vividsolutions.jts.geom.Geometry> - Class in com.querydsl.spatial.jts
-
- JTSGeometryOperation(Class<? extends T>, Operator, Expression<?>...) - Constructor for class com.querydsl.spatial.jts.JTSGeometryOperation
-
- JTSGeometryOperation(Class<? extends T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.spatial.jts.JTSGeometryOperation
-
- JTSGeometryPath<T extends com.vividsolutions.jts.geom.Geometry> - Class in com.querydsl.spatial.jts
-
- JTSGeometryPath(Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSGeometryPath
-
- JTSGeometryPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSGeometryPath
-
- JTSGeometryPath(PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSGeometryPath
-
- JTSGeometryPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSGeometryPath
-
- JTSGeometryPath(String) - Constructor for class com.querydsl.spatial.jts.JTSGeometryPath
-
- JTSGeometryPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.jts.JTSGeometryPath
-
- JTSGeometryPaths - Interface in com.querydsl.spatial.jts
-
- JTSLinearRingExpression<T extends com.vividsolutions.jts.geom.LineString> - Class in com.querydsl.spatial.jts
-
A LinearRing is a LineString that is both closed and simple.
- JTSLinearRingExpression(Expression<T>) - Constructor for class com.querydsl.spatial.jts.JTSLinearRingExpression
-
- JTSLinearRingPath<T extends com.vividsolutions.jts.geom.LinearRing> - Class in com.querydsl.spatial.jts
-
- JTSLinearRingPath(Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSLinearRingPath
-
- JTSLinearRingPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSLinearRingPath
-
- JTSLinearRingPath(PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSLinearRingPath
-
- JTSLinearRingPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSLinearRingPath
-
- JTSLinearRingPath(String) - Constructor for class com.querydsl.spatial.jts.JTSLinearRingPath
-
- JTSLinearRingPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.jts.JTSLinearRingPath
-
- JTSLineExpression<T extends com.vividsolutions.jts.geom.LineString> - Class in com.querydsl.spatial.jts
-
A Line is a LineString with exactly 2 Points.
- JTSLineExpression(Expression<T>) - Constructor for class com.querydsl.spatial.jts.JTSLineExpression
-
- JTSLineStringExpression<T extends com.vividsolutions.jts.geom.LineString> - Class in com.querydsl.spatial.jts
-
A LineString is a Curve with linear interpolation between Points.
- JTSLineStringExpression(Expression<T>) - Constructor for class com.querydsl.spatial.jts.JTSLineStringExpression
-
- JTSLineStringOperation<T extends com.vividsolutions.jts.geom.LineString> - Class in com.querydsl.spatial.jts
-
- JTSLineStringOperation(Class<? extends T>, Operator, Expression<?>...) - Constructor for class com.querydsl.spatial.jts.JTSLineStringOperation
-
- JTSLineStringOperation(Class<? extends T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.spatial.jts.JTSLineStringOperation
-
- JTSLineStringPath<T extends com.vividsolutions.jts.geom.LineString> - Class in com.querydsl.spatial.jts
-
- JTSLineStringPath(Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSLineStringPath
-
- JTSLineStringPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSLineStringPath
-
- JTSLineStringPath(PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSLineStringPath
-
- JTSLineStringPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSLineStringPath
-
- JTSLineStringPath(String) - Constructor for class com.querydsl.spatial.jts.JTSLineStringPath
-
- JTSLineStringPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.jts.JTSLineStringPath
-
- JTSMultiCurveExpression<T extends com.vividsolutions.jts.geom.GeometryCollection> - Class in com.querydsl.spatial.jts
-
A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.
- JTSMultiCurveExpression(Expression<T>) - Constructor for class com.querydsl.spatial.jts.JTSMultiCurveExpression
-
- JTSMultiLineStringExpression<T extends com.vividsolutions.jts.geom.MultiLineString> - Class in com.querydsl.spatial.jts
-
A MultiLineString is a MultiCurve whose elements are LineStrings.
- JTSMultiLineStringExpression(Expression<T>) - Constructor for class com.querydsl.spatial.jts.JTSMultiLineStringExpression
-
- JTSMultiLineStringPath<T extends com.vividsolutions.jts.geom.MultiLineString> - Class in com.querydsl.spatial.jts
-
- JTSMultiLineStringPath(Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSMultiLineStringPath
-
- JTSMultiLineStringPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSMultiLineStringPath
-
- JTSMultiLineStringPath(PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSMultiLineStringPath
-
- JTSMultiLineStringPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSMultiLineStringPath
-
- JTSMultiLineStringPath(String) - Constructor for class com.querydsl.spatial.jts.JTSMultiLineStringPath
-
- JTSMultiLineStringPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.jts.JTSMultiLineStringPath
-
- JTSMultiPointExpression<T extends com.vividsolutions.jts.geom.MultiPoint> - Class in com.querydsl.spatial.jts
-
A MultiPoint is a 0-dimensional GeometryCollection.
- JTSMultiPointExpression(Expression<T>) - Constructor for class com.querydsl.spatial.jts.JTSMultiPointExpression
-
- JTSMultiPointPath<T extends com.vividsolutions.jts.geom.MultiPoint> - Class in com.querydsl.spatial.jts
-
- JTSMultiPointPath(Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSMultiPointPath
-
- JTSMultiPointPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSMultiPointPath
-
- JTSMultiPointPath(PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSMultiPointPath
-
- JTSMultiPointPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSMultiPointPath
-
- JTSMultiPointPath(String) - Constructor for class com.querydsl.spatial.jts.JTSMultiPointPath
-
- JTSMultiPointPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.jts.JTSMultiPointPath
-
- JTSMultiPolygonExpression<T extends com.vividsolutions.jts.geom.MultiPolygon> - Class in com.querydsl.spatial.jts
-
A MultiPolygon is a MultiSurface whose elements are Polygons.
- JTSMultiPolygonExpression(Expression<T>) - Constructor for class com.querydsl.spatial.jts.JTSMultiPolygonExpression
-
- JTSMultiPolygonPath<T extends com.vividsolutions.jts.geom.MultiPolygon> - Class in com.querydsl.spatial.jts
-
- JTSMultiPolygonPath(Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSMultiPolygonPath
-
- JTSMultiPolygonPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSMultiPolygonPath
-
- JTSMultiPolygonPath(PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSMultiPolygonPath
-
- JTSMultiPolygonPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSMultiPolygonPath
-
- JTSMultiPolygonPath(String) - Constructor for class com.querydsl.spatial.jts.JTSMultiPolygonPath
-
- JTSMultiPolygonPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.jts.JTSMultiPolygonPath
-
- JTSMultiSurfaceExpression<T extends com.vividsolutions.jts.geom.GeometryCollection> - Class in com.querydsl.spatial.jts
-
A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces, all using coordinates from
the same coordinate reference system.
- JTSMultiSurfaceExpression(Expression<T>) - Constructor for class com.querydsl.spatial.jts.JTSMultiSurfaceExpression
-
- JTSPointExpression<T extends com.vividsolutions.jts.geom.Point> - Class in com.querydsl.spatial.jts
-
A Point is a 0-dimensional geometric object and represents a single location in coordinate space.
- JTSPointExpression(Expression<T>) - Constructor for class com.querydsl.spatial.jts.JTSPointExpression
-
- JTSPointOperation<T extends com.vividsolutions.jts.geom.Point> - Class in com.querydsl.spatial.jts
-
- JTSPointOperation(Class<T>, Operator, Expression<?>...) - Constructor for class com.querydsl.spatial.jts.JTSPointOperation
-
- JTSPointOperation(Class<T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.spatial.jts.JTSPointOperation
-
- JTSPointPath<T extends com.vividsolutions.jts.geom.Point> - Class in com.querydsl.spatial.jts
-
- JTSPointPath(Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSPointPath
-
- JTSPointPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSPointPath
-
- JTSPointPath(PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSPointPath
-
- JTSPointPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSPointPath
-
- JTSPointPath(String) - Constructor for class com.querydsl.spatial.jts.JTSPointPath
-
- JTSPointPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.jts.JTSPointPath
-
- JTSPolygonExpression<T extends com.vividsolutions.jts.geom.Polygon> - Class in com.querydsl.spatial.jts
-
A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries.
- JTSPolygonExpression(Expression<T>) - Constructor for class com.querydsl.spatial.jts.JTSPolygonExpression
-
- JTSPolygonOperation<T extends com.vividsolutions.jts.geom.Polygon> - Class in com.querydsl.spatial.jts
-
- JTSPolygonOperation(Class<? extends T>, Operator, Expression<?>...) - Constructor for class com.querydsl.spatial.jts.JTSPolygonOperation
-
- JTSPolygonOperation(Class<? extends T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.spatial.jts.JTSPolygonOperation
-
- JTSPolygonPath<T extends com.vividsolutions.jts.geom.Polygon> - Class in com.querydsl.spatial.jts
-
- JTSPolygonPath(Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSPolygonPath
-
- JTSPolygonPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.jts.JTSPolygonPath
-
- JTSPolygonPath(PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSPolygonPath
-
- JTSPolygonPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.jts.JTSPolygonPath
-
- JTSPolygonPath(String) - Constructor for class com.querydsl.spatial.jts.JTSPolygonPath
-
- JTSPolygonPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.jts.JTSPolygonPath
-
- JTSSurfaceExpression<T extends com.vividsolutions.jts.geom.Geometry> - Class in com.querydsl.spatial.jts
-
A Surface is a 2-dimensional geometric object.
- JTSSurfaceExpression(Expression<T>) - Constructor for class com.querydsl.spatial.jts.JTSSurfaceExpression
-
- lag(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
expr evaluated at the row that is one row before the current row within the partition
- last() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- last() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- lastValue(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns value evaluated at the row that is the last row of the window frame
- le(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- le(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- le(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- lead(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
expr evaluated at the row that is one row after the current row within the partition;
- left(Expression<String>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Get the rhs leftmost characters of lhs
- left(Expression<String>, Expression<Integer>) - Static method in class com.querydsl.sql.SQLExpressions
-
Get the rhs leftmost characters of lhs
- leftJoin(Path<? extends Collection<P>>, Path<P>) - Method in class com.querydsl.collections.AbstractCollQuery
-
Define a left join from the Collection typed path to the alias
- leftJoin(MapExpression<?, P>, Path<P>) - Method in class com.querydsl.collections.AbstractCollQuery
-
Define a left join from the Map typed path to the alias
- leftJoin(Collection<T>) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- leftJoin(Expression<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- leftJoin(Expression<P>, Path<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- leftJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- leftJoin(MapExpression<?, P>, Path<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- leftJoin(SubQueryExpression<P>, Path<?>) - Method in class com.querydsl.core.support.QueryMixin
-
- leftJoin(CollectionExpression<?, P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- leftJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- leftJoin(EntityPath<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- leftJoin(EntityPath<P>, Path<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- leftJoin(MapExpression<?, P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- leftJoin(MapExpression<?, P>, Path<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- leftJoin(EntityPath<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a left join with the given target.
- leftJoin(EntityPath<P>, Path<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a left join with the given target and alias.
- leftJoin(CollectionExpression<?, P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a left join with the given target.
- leftJoin(CollectionExpression<?, P>, Path<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a left join with the given target and alias.
- leftJoin(MapExpression<?, P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a left join with the given target.
- leftJoin(MapExpression<?, P>, Path<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a left join with the given target and alias.
- leftJoin(EntityPath<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- leftJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- leftJoin(SubQueryExpression<?>, Path<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- leftJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- leftJoin(EntityPath<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a left join to the given target
- leftJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a full join to the given target
- leftJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a left join to the given target
- leftJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a left join to the given target
- length() - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.length()
expression
- length() - Method in class com.querydsl.spatial.CurveExpression
-
The length of this Curve in its associated spatial reference.
- length() - Method in class com.querydsl.spatial.jts.JTSCurveExpression
-
The length of this Curve in its associated spatial reference.
- length() - Method in class com.querydsl.spatial.jts.JTSMultiCurveExpression
-
The Length of this MultiCurve which is equal to the sum of the lengths of the element
Curves.
- length() - Method in class com.querydsl.spatial.MultiCurveExpression
-
The Length of this MultiCurve which is equal to the sum of the lengths of the element
Curves.
- level - Static variable in class com.querydsl.sql.oracle.OracleGrammar
-
- like(String, String) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- like(String, String, char) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- like(String) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this like str
expression
- like(Expression<String>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this like str
expression
- like(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this like str
expression
- like(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this like str
expression
- like(String, char) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this like str
expression
- like(Expression<String>, char) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this like str
expression
- like(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- like(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- like(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- likeToRegex(Expression<String>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Convert the given like pattern to a regex pattern
- likeToRegex(Expression<String>, boolean) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Convert the given like pattern to a regex pattern
- limit(long) - Static method in class com.querydsl.core.QueryModifiers
-
- limit(long) - Method in interface com.querydsl.core.SimpleQuery
-
Set the limit / max results for the query results
- limit(long) - Method in class com.querydsl.core.support.QueryBase
-
Defines the limit / max results for the query results
- limit(long) - Method in class com.querydsl.core.support.QueryMixin
-
- limit(long) - Method in class com.querydsl.hibernate.search.AbstractSearchQuery
-
- limit(long) - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
- limit(long) - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
- limit(long) - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
- limit(long) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- limit(long) - Method in class com.querydsl.sql.dml.SQLDeleteClause
-
- limit(long) - Method in class com.querydsl.sql.dml.SQLUpdateClause
-
- LinearRingExpression<T extends org.geolatte.geom.LineString> - Class in com.querydsl.spatial
-
A LinearRing is a LineString that is both closed and simple.
- LinearRingExpression(Expression<T>) - Constructor for class com.querydsl.spatial.LinearRingExpression
-
- LinearRingPath<T extends org.geolatte.geom.LinearRing> - Class in com.querydsl.spatial
-
- LinearRingPath(Path<?>, String) - Constructor for class com.querydsl.spatial.LinearRingPath
-
- LinearRingPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.LinearRingPath
-
- LinearRingPath(PathMetadata) - Constructor for class com.querydsl.spatial.LinearRingPath
-
- LinearRingPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.LinearRingPath
-
- LinearRingPath(String) - Constructor for class com.querydsl.spatial.LinearRingPath
-
- LinearRingPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.LinearRingPath
-
- LineExpression<T extends org.geolatte.geom.LineString> - Class in com.querydsl.spatial
-
A Line is a LineString with exactly 2 Points.
- LineExpression(Expression<T>) - Constructor for class com.querydsl.spatial.LineExpression
-
- LineStringExpression<T extends org.geolatte.geom.LineString> - Class in com.querydsl.spatial
-
A LineString is a Curve with linear interpolation between Points.
- LineStringExpression(Expression<T>) - Constructor for class com.querydsl.spatial.LineStringExpression
-
- lineStringOperation(Operator, Expression<?>...) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Create a new LineString operation expression
- lineStringOperation(Operator, Expression<?>...) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Create a new LineString operation expression
- LineStringOperation<T extends org.geolatte.geom.LineString> - Class in com.querydsl.spatial
-
- LineStringOperation(Class<? extends T>, Operator, Expression<?>...) - Constructor for class com.querydsl.spatial.LineStringOperation
-
- LineStringOperation(Class<? extends T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.spatial.LineStringOperation
-
- LineStringPath<T extends org.geolatte.geom.LineString> - Class in com.querydsl.spatial
-
- LineStringPath(Path<?>, String) - Constructor for class com.querydsl.spatial.LineStringPath
-
- LineStringPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.LineStringPath
-
- LineStringPath(PathMetadata) - Constructor for class com.querydsl.spatial.LineStringPath
-
- LineStringPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.LineStringPath
-
- LineStringPath(String) - Constructor for class com.querydsl.spatial.LineStringPath
-
- LineStringPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.LineStringPath
-
- list(QueryMetadata, Map<Expression<?>, Iterable<?>>, Expression<T>) - Method in class com.querydsl.collections.DefaultQueryEngine
-
- list(QueryMetadata, Map<Expression<?>, Iterable<?>>, Expression<T>) - Method in interface com.querydsl.collections.QueryEngine
-
Evaluate the given query and return the projection as a list
- list(Expression<E>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating list expression
- list(GroupExpression<E, F>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating list expression
- list(Expression<?>...) - Method in class com.querydsl.core.group.GroupByBuilder
-
Get the results as a list
- list(Expression<V>) - Method in class com.querydsl.core.group.GroupByBuilder
-
Get the results as a list
- list(FactoryExpression<V>) - Method in class com.querydsl.core.group.GroupByBuilder
-
Get the results as a list
- list(SimpleExpression<?>...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Combine the given expressions into a list expression
- list(Class<T>, SimpleExpression<?>...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Combine the given expressions into a list expression
- list(Class<T>, Expression<?>...) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Creat a list expression for the given arguments
- list(Class<T>, List<? extends Expression<?>>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a list expression for the given arguments
- list(Expression<?>...) - Static method in class com.querydsl.core.types.Projections
-
Create a new List typed projection for the given expressions
- list(ImmutableList<Expression<?>>) - Static method in class com.querydsl.core.types.Projections
-
Create a new List typed projection for the given expressions
- list(Expression<?>[]...) - Static method in class com.querydsl.core.types.Projections
-
Create a new List typed projection for the given expressions
- LIST - Static variable in class com.querydsl.core.types.Templates.Precedence
-
- list() - Method in interface com.querydsl.sql.Union
-
- list() - Method in class com.querydsl.sql.UnionImpl
-
- listAccessor(EntityType, Property, CodeWriter) - Method in class com.querydsl.codegen.EntitySerializer
-
- listagg(Expression<?>, String) - Static method in class com.querydsl.sql.SQLExpressions
-
LISTAGG orders data within each group specified in the ORDER BY clause and then concatenates
the values of the measure column.
- listeners - Variable in class com.querydsl.sql.AbstractSQLQuery
-
- listeners - Variable in class com.querydsl.sql.dml.AbstractSQLClause
-
- ListExpression<E,Q extends SimpleExpression<? super E>> - Interface in com.querydsl.core.types.dsl
-
ListExpression
represents
List
typed expressions
- listPath(Class<E>, Class<Q>, PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- ListPath<E,Q extends SimpleExpression<? super E>> - Class in com.querydsl.core.types.dsl
-
ListPath
represents list paths
- ListPath(Class<? super E>, Class<Q>, String) - Constructor for class com.querydsl.core.types.dsl.ListPath
-
- ListPath(Class<? super E>, Class<Q>, Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.ListPath
-
- ListPath(Class<? super E>, Class<Q>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.ListPath
-
- ListPath(Class<? super E>, Class<Q>, PathMetadata, PathInits) - Constructor for class com.querydsl.core.types.dsl.ListPath
-
- LiteralExpression<T extends Comparable> - Class in com.querydsl.core.types.dsl
-
LiteralExpression
represents literal expressions
- LiteralExpression(Expression<T>) - Constructor for class com.querydsl.core.types.dsl.LiteralExpression
-
- ln(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a ln(num)
expression
- load(FieldSelector) - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
Set the given FieldSelector to the query
- load(Path<?>...) - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
Load only the fields of the given paths
- load(Set<String>) - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
Set the given fields to load
- load(Path<?>...) - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
Load only the fields of the given paths
- load(Set<String>) - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
Set the given fields to load
- load(Path<?>...) - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
Load only the fields of the given paths
- LocalDateTimeType - Class in com.querydsl.sql.types
-
LocalDateTimeType
maps LocalDateTime to Timestamp on the JDBC level
- LocalDateTimeType() - Constructor for class com.querydsl.sql.types.LocalDateTimeType
-
- LocalDateTimeType(int) - Constructor for class com.querydsl.sql.types.LocalDateTimeType
-
- LocalDateType - Class in com.querydsl.sql.types
-
LocalDateType
maps LocalDate to Date on the JDBC level
- LocalDateType() - Constructor for class com.querydsl.sql.types.LocalDateType
-
- LocalDateType(int) - Constructor for class com.querydsl.sql.types.LocalDateType
-
- LocaleType - Class in com.querydsl.sql.types
-
LocaleType
maps Locale to String on the JDBC level
- LocaleType() - Constructor for class com.querydsl.sql.types.LocaleType
-
- LocaleType(int) - Constructor for class com.querydsl.sql.types.LocaleType
-
- LocalTimeType - Class in com.querydsl.sql.types
-
LocalTimeType
maps LocalTime to Time on the JDBC level
- LocalTimeType() - Constructor for class com.querydsl.sql.types.LocalTimeType
-
- LocalTimeType(int) - Constructor for class com.querydsl.sql.types.LocalTimeType
-
- locate(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a locate(str, this)
expression
- locate(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a locate(str, this)
expression
- locate(Expression<String>, NumberExpression<Integer>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a locate(str, this, start)
expression
- locate(String, int) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a locate(str, this, start)
expression
- lockInShareMode() - Method in class com.querydsl.sql.mysql.MySQLQuery
-
Using LOCK IN SHARE MODE sets a shared lock that permits other transactions to read the examined
rows but not to update or delete them.
- lockMode - Variable in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- lockMode - Variable in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- lockModes - Variable in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- loe(Expression<? extends T>) - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a this <= right
expression
- loe(T) - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a this <= right
expression
- loe(Expression<? extends T>) - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- loe(T) - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- loe(T) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this <= right
expression
- loe(Expression<T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this <= right
expression
- loe(A) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this <= right
expression
- loe(Expression<A>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this <= right
expression
- loeAll(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this <= all right
expression
- loeAll(SubQueryExpression<? extends T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this <= all right
expression
- loeAll(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this <= all right
expression
- loeAny(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this <= any right
expression
- loeAny(SubQueryExpression<? extends T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this <= any right
expression
- loeAny(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this <= any right
expression
- log(double, int) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- log(Expression<A>, int) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a log(num, base)
expression
- logQuery(String, Map<Object, String>) - Method in class com.querydsl.jdo.AbstractJDOQuery
-
- logQuery(String, Map<Object, String>) - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- logQuery(String, Map<Object, String>) - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- logQuery(String, Map<Object, String>) - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- logQuery(String, Map<Object, String>) - Method in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- logQuery(String, Collection<Object>) - Method in class com.querydsl.sql.AbstractSQLQuery
-
- logQuery(Logger, String, Collection<Object>) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
- LongType - Class in com.querydsl.sql.types
-
LongType
maps Long to Long on the JDBC level
- LongType() - Constructor for class com.querydsl.sql.types.LongType
-
- LongType(int) - Constructor for class com.querydsl.sql.types.LongType
-
- longValue() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this.longValue()
expression
- LongVarBinaryBytesType - Class in com.querydsl.sql.types
-
LongVarBinaryBytesType
uses LONGVARBINARY
as the JDBC type
- LongVarBinaryBytesType() - Constructor for class com.querydsl.sql.types.LongVarBinaryBytesType
-
- lower() - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.toLowerCase()
expression
- lpad(Expression<String>, int) - Static method in class com.querydsl.core.types.dsl.StringExpressions
-
Create a lpad(in, length)
expression
- lpad(Expression<String>, Expression<Integer>) - Static method in class com.querydsl.core.types.dsl.StringExpressions
-
Create a lpad(in, length)
expression
- lpad(Expression<String>, NumberExpression<Integer>, char) - Static method in class com.querydsl.core.types.dsl.StringExpressions
-
Create a lpad(in, length, c)
expression
- lpad(Expression<String>, int, char) - Static method in class com.querydsl.core.types.dsl.StringExpressions
-
Create a lpad(in, length, c)
expression
- lt(Expression<? extends T>) - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a this < right
expression
- lt(T) - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a this < right
expression
- lt(Expression<? extends T>) - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- lt(T) - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- lt(T) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this < right
expression
- lt(Expression<T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this < right
expression
- lt(A) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this < right
expression
- lt(Expression<A>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this < right
expression
- lt(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- lt(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- lt(Operation<?>, QueryMetadata) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- ltAll(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this < all right
expression
- ltAll(SubQueryExpression<? extends T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this < all right
expression
- ltAll(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this < all right
expression
- ltAny(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this < any right
expression
- ltAny(SubQueryExpression<? extends T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this < any right
expression
- ltAny(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this < any right
expression
- ltrim(Expression<String>) - Static method in class com.querydsl.core.types.dsl.StringExpressions
-
Create a ltrim(str)
expression
- LuceneExpressions - Class in com.querydsl.lucene3
-
Utility methods to create filter expressions for Lucene queries that are not covered by the
Querydsl standard expression model
- LuceneExpressions - Class in com.querydsl.lucene4
-
Utility methods to create filter expressions for Lucene queries that are not covered by the
Querydsl standard expression model
- LuceneExpressions - Class in com.querydsl.lucene5
-
Utility methods to create filter expressions for Lucene queries that are not
covered by the Querydsl standard expression model
- LuceneOps - Enum in com.querydsl.lucene3
-
Lucene specific operators
- LuceneOps - Enum in com.querydsl.lucene4
-
Lucene specific operators
- LuceneOps - Enum in com.querydsl.lucene5
-
Lucene specific operators
- LuceneQuery - Class in com.querydsl.lucene3
-
LuceneQuery
is a Querydsl query implementation for Lucene queries.
- LuceneQuery(IndexSearcher) - Constructor for class com.querydsl.lucene3.LuceneQuery
-
- LuceneQuery(LuceneSerializer, IndexSearcher) - Constructor for class com.querydsl.lucene3.LuceneQuery
-
- LuceneQuery - Class in com.querydsl.lucene4
-
LuceneQuery
is a Querydsl query implementation for Lucene queries.
- LuceneQuery(IndexSearcher) - Constructor for class com.querydsl.lucene4.LuceneQuery
-
- LuceneQuery(LuceneSerializer, IndexSearcher) - Constructor for class com.querydsl.lucene4.LuceneQuery
-
- LuceneQuery - Class in com.querydsl.lucene5
-
LuceneQuery
is a Querydsl query implementation for Lucene queries.
- LuceneQuery(IndexSearcher) - Constructor for class com.querydsl.lucene5.LuceneQuery
-
- LuceneQuery(LuceneSerializer, IndexSearcher) - Constructor for class com.querydsl.lucene5.LuceneQuery
-
- LuceneSerializer - Class in com.querydsl.lucene3
-
Serializes Querydsl queries to Lucene queries.
- LuceneSerializer(boolean, boolean) - Constructor for class com.querydsl.lucene3.LuceneSerializer
-
- LuceneSerializer(boolean, boolean, Locale) - Constructor for class com.querydsl.lucene3.LuceneSerializer
-
- LuceneSerializer - Class in com.querydsl.lucene4
-
Serializes Querydsl queries to Lucene queries.
- LuceneSerializer(boolean, boolean) - Constructor for class com.querydsl.lucene4.LuceneSerializer
-
- LuceneSerializer(boolean, boolean, Locale) - Constructor for class com.querydsl.lucene4.LuceneSerializer
-
- LuceneSerializer - Class in com.querydsl.lucene5
-
Serializes Querydsl queries to Lucene queries.
- LuceneSerializer(boolean, boolean) - Constructor for class com.querydsl.lucene5.LuceneSerializer
-
- LuceneSerializer(boolean, boolean, Locale) - Constructor for class com.querydsl.lucene5.LuceneSerializer
-
- m() - Method in class com.querydsl.spatial.jts.JTSPointExpression
-
The m-coordinate value for this Point, if it has one.
- m() - Method in class com.querydsl.spatial.PointExpression
-
The m-coordinate value for this Point, if it has one.
- ManagedObject - Interface in com.querydsl.core.alias
-
ManagedObject
is a tagging interface for CGLIB alias proxies
- map(Expression<K>, Expression<V>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating map expression using a backing LinkedHashMap
- map(GroupExpression<K, T>, Expression<V>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating map expression using a backing LinkedHashMap
- map(Expression<K>, GroupExpression<V, U>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating map expression using a backing LinkedHashMap
- map(GroupExpression<K, T>, GroupExpression<V, U>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating map expression using a backing LinkedHashMap
- map(Tuple) - Method in class com.querydsl.core.types.MappingProjection
-
Creates a result object from the given row.
- map(Expression<?>...) - Static method in class com.querydsl.core.types.Projections
-
Create a Map typed projection for the given expressions
- mapAccessor(EntityType, Property, CodeWriter) - Method in class com.querydsl.codegen.EntitySerializer
-
- MapExpression<K,V> - Interface in com.querydsl.core.types
-
MapExpression
represents
Map
typed expressions
- MapExpressionBase<K,V,Q extends SimpleExpression<? super V>> - Class in com.querydsl.core.types.dsl
-
MapExpressionBase
is an abstract base class for
MapExpression
implementations
- MapExpressionBase(Expression<Map<K, V>>) - Constructor for class com.querydsl.core.types.dsl.MapExpressionBase
-
- mapPath(Class<? super K>, Class<? super V>, Class<E>, PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- MapPath<K,V,E extends SimpleExpression<? super V>> - Class in com.querydsl.core.types.dsl
-
MapPath
represents map paths
- MapPath(Class<? super K>, Class<? super V>, Class<E>, String) - Constructor for class com.querydsl.core.types.dsl.MapPath
-
- MapPath(Class<? super K>, Class<? super V>, Class<E>, Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.MapPath
-
- MapPath(Class<? super K>, Class<? super V>, Class<E>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.MapPath
-
- Mapper<T> - Interface in com.querydsl.sql.dml
-
Create a Map of updates for a given domain object
- Mapping - Interface in com.querydsl.maven
-
Specifies mapping customization options.
- MappingProjection<T> - Class in com.querydsl.core.types
-
Projection template that allows implementing arbitrary mapping of rows to result objects.
- MappingProjection(Class<? super T>, Expression<?>...) - Constructor for class com.querydsl.core.types.MappingProjection
-
Create a new MappingProjection instance
- MappingProjection(Class<? super T>, Expression<?>[]...) - Constructor for class com.querydsl.core.types.MappingProjection
-
Create a new MappingProjection instance
- matches(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.matches(regex)
expression
- matches(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.matches(regex)
expression
- matchesSafely(T, Description) - Method in class com.querydsl.collections.PathMatcher
-
- MathExpressions - Class in com.querydsl.core.types.dsl
-
Extended Math expressions, supported by the SQL module
- MathUtils - Class in com.querydsl.core.util
-
MathUtils provides Math related functionality
- max(Expression<E>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating max expression
- max() - Method in class com.querydsl.core.types.dsl.DateExpression
-
Get the maximum value of this expression (aggregation)
- max() - Method in class com.querydsl.core.types.dsl.DateTimeExpression
-
Get the maximum value of this expression (aggregation)
- max(Expression<A>, Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a max(left, right)
expression
- max(Expression<A>, Expression<A>) - Static method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a max(left, right)
expression
- max() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a max(this)
expression
- max() - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a max(this)
expression
- max(CollectionExpression<?, A>) - Static method in class com.querydsl.jpa.JPAExpressions
-
Create a max(col) expression
- max() - Method in class com.querydsl.sql.codegen.support.SizeImpl
-
- max(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Start a window function expression
- maxFetchDepth - Variable in class com.querydsl.jdo.AbstractJDOQuery
-
- MDC_PARAMETERS - Static variable in class com.querydsl.core.support.QueryBase
-
- MDC_QUERY - Static variable in class com.querydsl.core.support.QueryBase
-
- merge(RelationalPath<?>) - Method in class com.querydsl.sql.AbstractSQLQueryFactory
-
- merge(RelationalPath<?>) - Method in interface com.querydsl.sql.SQLCommonQueryFactory
-
Create a new MERGE clause
- message() - Method in class com.querydsl.sql.codegen.support.NotNullImpl
-
- message() - Method in class com.querydsl.sql.codegen.support.SizeImpl
-
- MetaDataExporter - Class in com.querydsl.sql.codegen
-
MetadataExporter
exports JDBC metadata to Querydsl query types
- MetaDataExporter() - Constructor for class com.querydsl.sql.codegen.MetaDataExporter
-
- MetadataExportMojo - Class in com.querydsl.maven
-
- MetadataExportMojo() - Constructor for class com.querydsl.maven.MetadataExportMojo
-
- MetaDataSerializer - Class in com.querydsl.sql.codegen
-
MetaDataSerializer
defines the Query type serialization logic for
MetaDataExporter
.
- MetaDataSerializer(TypeMappings, NamingStrategy, boolean, Set<String>, Comparator<Property>, Class<?>) - Constructor for class com.querydsl.sql.codegen.MetaDataSerializer
-
Create a new MetaDataSerializer
instance
- MethodType - Enum in com.querydsl.core.alias
-
MethodType
defines the supported method types used in the Alias functionality
- milliSecond() - Method in class com.querydsl.core.types.dsl.DateTimeExpression
-
Create a milliseconds expression (range 0-999)
- milliSecond() - Method in class com.querydsl.core.types.dsl.TimeExpression
-
Create a milliseconds expression (range 0-999)
- min(Expression<E>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating min expression
- min() - Method in class com.querydsl.core.types.dsl.DateExpression
-
Get the minimum value of this expression (aggregation)
- min() - Method in class com.querydsl.core.types.dsl.DateTimeExpression
-
Get the minimum value of this expression (aggregation)
- min(Expression<A>, Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a min(left, right)
expression
- min(Expression<A>, Expression<A>) - Static method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a min(left, right)
expression
- min() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a min(this)
expression
- min() - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a min(this)
expression
- min(CollectionExpression<?, A>) - Static method in class com.querydsl.jpa.JPAExpressions
-
Create a min(col) expression
- min() - Method in class com.querydsl.sql.codegen.support.SizeImpl
-
- min(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Start a window function expression
- minute() - Method in class com.querydsl.core.types.dsl.DateTimeExpression
-
Create a minutes expression (range 0-59)
- minute() - Method in class com.querydsl.core.types.dsl.TimeExpression
-
Create a minutes expression (range 0-59)
- mixin - Variable in class com.querydsl.core.types.dsl.DslExpression
-
- MixinGroupExpression<E,F,R> - Class in com.querydsl.core.group
-
MixinGroupExpression
provides nesting support for
GroupExpression
instances
- MixinGroupExpression(GroupExpression<E, F>, GroupExpression<F, R>) - Constructor for class com.querydsl.core.group.MixinGroupExpression
-
- mod(Expression<T>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a mod(this, num)
expression
- mod(T) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a mod(this, num)
expression
- MongodbExpressions - Class in com.querydsl.mongodb
-
Mongodb specific operations
- MongodbOps - Enum in com.querydsl.mongodb
-
MongoDB specific operators
- MongodbSerializer - Class in com.querydsl.mongodb
-
Serializes the given Querydsl query to a DBObject query for MongoDB
- MongodbSerializer() - Constructor for class com.querydsl.mongodb.MongodbSerializer
-
- month() - Method in class com.querydsl.core.types.dsl.DateExpression
-
Create a month expression (range 1-12 / JAN-DEC)
- month() - Method in class com.querydsl.core.types.dsl.DateTimeExpression
-
Create a month expression (range 1-12 / JAN-DEC)
- MorphiaAnnotationProcessor - Class in com.querydsl.apt.morphia
-
Annotation processor to create Querydsl query types for Morphia annotated classes
- MorphiaAnnotationProcessor() - Constructor for class com.querydsl.apt.morphia.MorphiaAnnotationProcessor
-
- MorphiaQuery<K> - Class in com.querydsl.mongodb.morphia
-
- MorphiaQuery(Morphia, Datastore, EntityPath<K>) - Constructor for class com.querydsl.mongodb.morphia.MorphiaQuery
-
- MorphiaQuery(Morphia, Datastore, Class<? extends K>) - Constructor for class com.querydsl.mongodb.morphia.MorphiaQuery
-
- MorphiaQuery(Morphia, Datastore, EntityCache, EntityPath<K>) - Constructor for class com.querydsl.mongodb.morphia.MorphiaQuery
-
- MorphiaQuery(Morphia, Datastore, EntityCache, Class<? extends K>) - Constructor for class com.querydsl.mongodb.morphia.MorphiaQuery
-
- MorphiaSerializer - Class in com.querydsl.mongodb.morphia
-
MorphiaSerializer
extends
MongodbSerializer
with Morphia specific annotation handling
- MorphiaSerializer(Morphia) - Constructor for class com.querydsl.mongodb.morphia.MorphiaSerializer
-
- moveToCurrentRow() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- moveToCurrentRow() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- moveToInsertRow() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- moveToInsertRow() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- MultiComparator<T> - Class in com.querydsl.collections
-
MultiComparator
compares arrays
- MultiComparator(Evaluator<Object[]>, boolean[]) - Constructor for class com.querydsl.collections.MultiComparator
-
- MultiCurveExpression<T extends org.geolatte.geom.GeometryCollection> - Class in com.querydsl.spatial
-
A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.
- MultiCurveExpression(Expression<T>) - Constructor for class com.querydsl.spatial.MultiCurveExpression
-
- MultiIterator<T> - Class in com.querydsl.core.util
-
MultiIterator provides a cartesian view on the given iterators
- MultiIterator(List<? extends Iterable<T>>) - Constructor for class com.querydsl.core.util.MultiIterator
-
- MultiLineStringExpression<T extends org.geolatte.geom.MultiLineString> - Class in com.querydsl.spatial
-
A MultiLineString is a MultiCurve whose elements are LineStrings.
- MultiLineStringExpression(Expression<T>) - Constructor for class com.querydsl.spatial.MultiLineStringExpression
-
- MultiLineStringPath<T extends org.geolatte.geom.MultiLineString> - Class in com.querydsl.spatial
-
- MultiLineStringPath(Path<?>, String) - Constructor for class com.querydsl.spatial.MultiLineStringPath
-
- MultiLineStringPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.MultiLineStringPath
-
- MultiLineStringPath(PathMetadata) - Constructor for class com.querydsl.spatial.MultiLineStringPath
-
- MultiLineStringPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.MultiLineStringPath
-
- MultiLineStringPath(String) - Constructor for class com.querydsl.spatial.MultiLineStringPath
-
- MultiLineStringPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.MultiLineStringPath
-
- multiply(Expression<N>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this * right
expression
- multiply(N) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this * right
expression
- MultiPointExpression<T extends org.geolatte.geom.MultiPoint> - Class in com.querydsl.spatial
-
A MultiPoint is a 0-dimensional GeometryCollection.
- MultiPointExpression(Expression<T>) - Constructor for class com.querydsl.spatial.MultiPointExpression
-
- MultiPointPath<T extends org.geolatte.geom.MultiPoint> - Class in com.querydsl.spatial
-
- MultiPointPath(Path<?>, String) - Constructor for class com.querydsl.spatial.MultiPointPath
-
- MultiPointPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.MultiPointPath
-
- MultiPointPath(PathMetadata) - Constructor for class com.querydsl.spatial.MultiPointPath
-
- MultiPointPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.MultiPointPath
-
- MultiPointPath(String) - Constructor for class com.querydsl.spatial.MultiPointPath
-
- MultiPointPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.MultiPointPath
-
- MultiPolygonExpression<T extends org.geolatte.geom.MultiPolygon> - Class in com.querydsl.spatial
-
A MultiPolygon is a MultiSurface whose elements are Polygons.
- MultiPolygonExpression(Expression<T>) - Constructor for class com.querydsl.spatial.MultiPolygonExpression
-
- MultiPolygonPath<T extends org.geolatte.geom.MultiPolygon> - Class in com.querydsl.spatial
-
- MultiPolygonPath(Path<?>, String) - Constructor for class com.querydsl.spatial.MultiPolygonPath
-
- MultiPolygonPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.MultiPolygonPath
-
- MultiPolygonPath(PathMetadata) - Constructor for class com.querydsl.spatial.MultiPolygonPath
-
- MultiPolygonPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.MultiPolygonPath
-
- MultiPolygonPath(String) - Constructor for class com.querydsl.spatial.MultiPolygonPath
-
- MultiPolygonPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.MultiPolygonPath
-
- MultiSurfaceExpression<T extends org.geolatte.geom.GeometryCollection> - Class in com.querydsl.spatial
-
A MultiSurface is a 2-dimensional GeometryCollection whose elements are Surfaces, all using coordinates from
the same coordinate reference system.
- MultiSurfaceExpression(Expression<T>) - Constructor for class com.querydsl.spatial.MultiSurfaceExpression
-
- MutableExpressionBase<T> - Class in com.querydsl.core.types
-
MutableExpressionBase
is the base class for mutable Expression implementations
- MutableExpressionBase(Class<? extends T>) - Constructor for class com.querydsl.core.types.MutableExpressionBase
-
- MYSQL_RESERVED_WORDS - Static variable in class com.querydsl.sql.MySQLTemplates
-
- MySQLQuery<T> - Class in com.querydsl.sql.mysql
-
MySQLQuery
provides MySQL related extensions to SQLQuery
- MySQLQuery(Connection) - Constructor for class com.querydsl.sql.mysql.MySQLQuery
-
- MySQLQuery(Connection, SQLTemplates) - Constructor for class com.querydsl.sql.mysql.MySQLQuery
-
- MySQLQuery(Connection, Configuration) - Constructor for class com.querydsl.sql.mysql.MySQLQuery
-
- MySQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.mysql.MySQLQuery
-
- MySQLQueryFactory - Class in com.querydsl.sql.mysql
-
MySQL specific implementation of SQLQueryFactory
- MySQLQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.querydsl.sql.mysql.MySQLQueryFactory
-
- MySQLQueryFactory(Provider<Connection>) - Constructor for class com.querydsl.sql.mysql.MySQLQueryFactory
-
- MySQLQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.querydsl.sql.mysql.MySQLQueryFactory
-
- MySQLReplaceClause - Class in com.querydsl.sql.mysql
-
MySQLReplaceClause
is a REPLACE INTO clause
- MySQLReplaceClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.querydsl.sql.mysql.MySQLReplaceClause
-
- MySQLReplaceClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.mysql.MySQLReplaceClause
-
- MySQLSpatialTemplates - Class in com.querydsl.sql.spatial
-
MySQLSpatialTemplates
is a spatial enabled SQL dialect for MySQL
- MySQLSpatialTemplates() - Constructor for class com.querydsl.sql.spatial.MySQLSpatialTemplates
-
- MySQLSpatialTemplates(boolean) - Constructor for class com.querydsl.sql.spatial.MySQLSpatialTemplates
-
- MySQLSpatialTemplates(char, boolean) - Constructor for class com.querydsl.sql.spatial.MySQLSpatialTemplates
-
- MySQLTemplates - Class in com.querydsl.sql
-
MySQLTemplates
is an SQL dialect for MySQL
- MySQLTemplates() - Constructor for class com.querydsl.sql.MySQLTemplates
-
- MySQLTemplates(boolean) - Constructor for class com.querydsl.sql.MySQLTemplates
-
- MySQLTemplates(char, boolean) - Constructor for class com.querydsl.sql.MySQLTemplates
-
- name() - Method in interface com.querydsl.core.types.Operator
-
Get the unique id for this Operator
- named(String) - Static method in class com.querydsl.sql.ColumnMetadata
-
Creates default column meta data with the given column name, but without
any type or constraint information.
- Naming - Class in com.querydsl.sql.codegen
-
Naming
provides name normalization functionality
- NamingStrategy - Interface in com.querydsl.sql.codegen
-
NamingStrategy
defines a conversion strategy from table to class and column
to property names
- NativeSQLSerializer - Class in com.querydsl.jpa
-
NativeSQLSerializer
extends
SQLSerializer
to extract referenced entity paths and change
some serialization formats
- NativeSQLSerializer(Configuration) - Constructor for class com.querydsl.jpa.NativeSQLSerializer
-
- NativeSQLSerializer(Configuration, boolean) - Constructor for class com.querydsl.jpa.NativeSQLSerializer
-
- ne(Expression<? extends T>) - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a this != right
expression
- ne(T) - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a this != right
expression
- ne(Expression<? extends T>) - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- ne(T) - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- ne(T) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this <> right
expression
- ne(Expression<? super T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this <> right
expression
- ne(Expression<D>, Expression<? super D>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a left != right
expression
- ne(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- ne(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- ne(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- ne(T) - Method in class com.querydsl.sql.RelationalPathBase
-
Compares the two relational paths using primary key columns
- ne(Expression<? super T>) - Method in class com.querydsl.sql.RelationalPathBase
-
Compares the two relational paths using primary key columns
- ne(Expression<A>) - Method in class com.querydsl.sql.WindowFunction
-
- ne(A) - Method in class com.querydsl.sql.WindowFunction
-
- neAll(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this != all right
expression
- neAny(CollectionExpression<?, ? super T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this != any right
expression
- near(Expression<Double[]>, double, double) - Static method in class com.querydsl.mongodb.MongodbExpressions
-
Finds the closest points relative to the given location and orders the results with decreasing proximity
- near(double, double) - Method in class com.querydsl.mongodb.Point
-
Finds the closest points relative to the given location and orders the results with decreasing proximity
- neConst(Expression<D>, D) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a left != constant
expression
- negate() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this * -1
expression
- negate() - Method in class com.querydsl.core.types.dsl.NumberOperation
-
- NEGATE - Static variable in class com.querydsl.core.types.Templates.Precedence
-
- newInstance(Object...) - Method in class com.querydsl.core.support.EnumConversion
-
- newInstance(Object...) - Method in class com.querydsl.core.support.NumberConversion
-
- newInstance(Object...) - Method in class com.querydsl.core.support.NumberConversions
-
- newInstance(Object...) - Method in class com.querydsl.core.types.ArrayConstructorExpression
-
- newInstance(Object...) - Method in class com.querydsl.core.types.ConstructorExpression
-
- newInstance(Class<Q>, PathMetadata) - Method in class com.querydsl.core.types.dsl.CollectionPathBase
-
- newInstance(Object...) - Method in interface com.querydsl.core.types.FactoryExpression
-
Create a projection with the given arguments
- newInstance(Object...) - Method in class com.querydsl.core.types.FactoryExpressionUtils.FactoryExpressionAdapter
-
- newInstance(Object...) - Method in class com.querydsl.core.types.MappingProjection
-
- newInstance(Object...) - Method in class com.querydsl.core.types.QBean
-
- newInstance(Object...) - Method in class com.querydsl.core.types.QList
-
- newInstance(Object...) - Method in class com.querydsl.core.types.QMap
-
- newInstance(Object...) - Method in class com.querydsl.core.types.QTuple
-
- newInstance(Object...) - Method in class com.querydsl.sql.QBeans
-
- newLineToSingleSpace - Variable in class com.querydsl.sql.SQLTemplates.Builder
-
- newLineToSingleSpace() - Method in class com.querydsl.sql.SQLTemplates.Builder
-
- newLineToSingleSpace() - Method in class com.querydsl.sql.SQLTemplates
-
- next() - Method in class com.querydsl.core.util.MultiIterator
-
- next() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- next() - Method in class com.querydsl.jpa.ScrollableResultsIterator
-
- next() - Method in class com.querydsl.jpa.TransformingIterator
-
- next() - Method in class com.querydsl.lucene3.ResultIterator
-
- next() - Method in class com.querydsl.lucene4.ResultIterator
-
- next() - Method in class com.querydsl.lucene5.ResultIterator
-
- next() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- next() - Method in class com.querydsl.sql.SQLResultIterator
-
- nextval(String) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a nextval(sequence) expression
- nextval(Class<T>, String) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a nextval(sequence) expression of the given type
- NO_WAIT_FLAG - Static variable in enum com.querydsl.sql.SQLOps
-
- noCache() - Method in class com.querydsl.sql.mysql.MySQLQuery
-
With SQL_NO_CACHE, the server does not use the query cache.
- NonUniqueResultException - Exception in com.querydsl.core
-
NonUniqueResultException
is thrown for query results where one result row is expected, but multiple
are retrieved.
- NonUniqueResultException() - Constructor for exception com.querydsl.core.NonUniqueResultException
-
- NonUniqueResultException(String) - Constructor for exception com.querydsl.core.NonUniqueResultException
-
- normalize(Type, Type) - Method in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- normalize(String, String) - Static method in class com.querydsl.sql.codegen.Naming
-
- normalizeColumnName(String) - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- normalizeColumnName(String) - Method in interface com.querydsl.sql.codegen.NamingStrategy
-
Convert the given column name and provide the opportunity to add quoted identifiers
- normalizeJavaName(String) - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- normalizeSchemaName(String) - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- normalizeSchemaName(String) - Method in interface com.querydsl.sql.codegen.NamingStrategy
-
Convert the given schema name and provide the opportunity to add quoted identifiers
- normalizeSQLName(String) - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- normalizeTableName(String) - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- normalizeTableName(String) - Method in interface com.querydsl.sql.codegen.NamingStrategy
-
Convert the given table name and provide the opportunity to add quoted identifiers
- NoSessionHolder - Class in com.querydsl.jpa.hibernate
-
- not() - Method in class com.querydsl.core.BooleanBuilder
-
- not() - Method in class com.querydsl.core.types.dsl.BooleanExpression
-
Create a !this
expression
- not() - Method in class com.querydsl.core.types.dsl.BooleanOperation
-
- not() - Method in interface com.querydsl.core.types.Predicate
-
Get the negation of the expression
- not() - Method in class com.querydsl.core.types.PredicateOperation
-
- not() - Method in class com.querydsl.core.types.PredicateTemplate
-
- NOT - Static variable in class com.querydsl.core.types.Templates.Precedence
-
- NOT_HIGH - Static variable in class com.querydsl.core.types.Templates.Precedence
-
- notBetween(T, T) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this not between from and to
expression
- notBetween(Expression<T>, Expression<T>) - Method in class com.querydsl.core.types.dsl.ComparableExpression
-
Create a this not between from and to
expression
- notBetween(A, A) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this not between from and to
expression
- notBetween(Expression<A>, Expression<A>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this not between from and to
expression
- notEqualsIgnoreCase(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a !this.equalsIgnoreCase(str)
expression
- notEqualsIgnoreCase(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a !this.equalsIgnoreCase(str)
expression
- notEqualsOps - Static variable in enum com.querydsl.core.types.Ops
-
- notExists() - Method in interface com.querydsl.core.support.ExtendedSubQuery
-
Create a not exists(this)
expression
- notExists() - Method in class com.querydsl.core.support.FetchableSubQueryBase
-
- notifyDelete(RelationalPath<?>, QueryMetadata) - Method in class com.querydsl.sql.SQLBaseListener
-
- notifyDelete(RelationalPath<?>, QueryMetadata) - Method in interface com.querydsl.sql.SQLListener
-
Notify about a deletion
- notifyDelete(RelationalPath<?>, QueryMetadata) - Method in class com.querydsl.sql.SQLListeners
-
- notifyDeletes(RelationalPath<?>, List<QueryMetadata>) - Method in class com.querydsl.sql.SQLBaseListener
-
- notifyDeletes(RelationalPath<?>, List<QueryMetadata>) - Method in interface com.querydsl.sql.SQLListener
-
Notify about a batch deletion
- notifyDeletes(RelationalPath<?>, List<QueryMetadata>) - Method in class com.querydsl.sql.SQLListeners
-
- notifyInsert(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.querydsl.sql.SQLBaseListener
-
- notifyInsert(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in interface com.querydsl.sql.SQLListener
-
Notify about an insertion
- notifyInsert(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.querydsl.sql.SQLListeners
-
- notifyInserts(RelationalPath<?>, QueryMetadata, List<SQLInsertBatch>) - Method in class com.querydsl.sql.SQLBaseListener
-
- notifyInserts(RelationalPath<?>, QueryMetadata, List<SQLInsertBatch>) - Method in interface com.querydsl.sql.SQLListener
-
Notify about a batch insertion
- notifyInserts(RelationalPath<?>, QueryMetadata, List<SQLInsertBatch>) - Method in class com.querydsl.sql.SQLListeners
-
- notifyMerge(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.querydsl.sql.SQLBaseListener
-
- notifyMerge(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in interface com.querydsl.sql.SQLListener
-
Notify about a merge
- notifyMerge(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.querydsl.sql.SQLListeners
-
- notifyMerges(RelationalPath<?>, QueryMetadata, List<SQLMergeBatch>) - Method in class com.querydsl.sql.SQLBaseListener
-
- notifyMerges(RelationalPath<?>, QueryMetadata, List<SQLMergeBatch>) - Method in interface com.querydsl.sql.SQLListener
-
Notify about a batch merge
- notifyMerges(RelationalPath<?>, QueryMetadata, List<SQLMergeBatch>) - Method in class com.querydsl.sql.SQLListeners
-
- notifyQuery(QueryMetadata) - Method in class com.querydsl.sql.SQLBaseListener
-
- notifyQuery(QueryMetadata) - Method in interface com.querydsl.sql.SQLListener
-
Notify about a query
- notifyQuery(QueryMetadata) - Method in class com.querydsl.sql.SQLListeners
-
- notifyUpdate(RelationalPath<?>, QueryMetadata, Map<Path<?>, Expression<?>>) - Method in class com.querydsl.sql.SQLBaseListener
-
- notifyUpdate(RelationalPath<?>, QueryMetadata, Map<Path<?>, Expression<?>>) - Method in interface com.querydsl.sql.SQLListener
-
Notify about an update operation
- notifyUpdate(RelationalPath<?>, QueryMetadata, Map<Path<?>, Expression<?>>) - Method in class com.querydsl.sql.SQLListeners
-
- notifyUpdates(RelationalPath<?>, List<SQLUpdateBatch>) - Method in class com.querydsl.sql.SQLBaseListener
-
- notifyUpdates(RelationalPath<?>, List<SQLUpdateBatch>) - Method in interface com.querydsl.sql.SQLListener
-
Notify about a batch update
- notifyUpdates(RelationalPath<?>, List<SQLUpdateBatch>) - Method in class com.querydsl.sql.SQLListeners
-
- notIn(Number...) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
- notIn(Collection<? extends T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this not in right
expression
- notIn(T...) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this not in right
expression
- notIn(CollectionExpression<?, ? extends T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this not in right
expression
- notIn(SubQueryExpression<? extends T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a this not in right
expression
- notIn(Expression<D>, CollectionExpression<?, ? extends D>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a left not in right
expression
- notIn(Expression<D>, SubQueryExpression<? extends D>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a left not in right
expression
- notIn(Expression<D>, Collection<? extends D>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a left not in right
expression
- notIn(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- notIn(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- notIn(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- notInAny(Expression<D>, Iterable<? extends Collection<? extends D>>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a left not in right and...
expression for each list
- notLike(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this not like str
expression
- notLike(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this not like str
expression
- notLike(String, char) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this not like str
expression
- notLike(Expression<String>, char) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this not like str
expression
- notNull() - Method in class com.querydsl.sql.ColumnMetadata
-
- NotNullImpl - Class in com.querydsl.sql.codegen.support
-
NotNullImpl
is an implementation of the NotNull
interface
- NotNullImpl() - Constructor for class com.querydsl.sql.codegen.support.NotNullImpl
-
- noValidate() - Method in class com.querydsl.core.DefaultQueryMetadata
-
Disable validation
- noWait() - Method in class com.querydsl.sql.postgresql.PostgreSQLQuery
-
With NOWAIT, the statement reports an error, rather than waiting, if a selected row cannot
be locked immediately.
- nthValue(Expression<T>, Number) - Static method in class com.querydsl.sql.SQLExpressions
-
NTH_VALUE returns the expr value of the nth row in the window defined by the analytic clause.
- nthValue(Expression<T>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
NTH_VALUE returns the expr value of the nth row in the window defined by the analytic clause.
- ntile(T) - Static method in class com.querydsl.sql.SQLExpressions
-
divides an ordered data set into a number of buckets indicated by expr and assigns the
appropriate bucket number to each row
- Null - Class in com.querydsl.sql.types
-
Null
is a singleton value replacement for null
- nullExpression() - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a null expression for the specified type
- nullExpression(Class<T>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a null expression for the specified type
- nullExpression(Path<T>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a null expression for the specified path
- NullExpression<T> - Class in com.querydsl.core.types
-
NullExpression
defines a general null expression
- nullif(T, T) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- nullif(Expression<T>) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a nullif(this, other)
expression
- nullif(T) - Method in class com.querydsl.core.types.dsl.SimpleExpression
-
Create a nullif(this, other)
expression
- NullSafeComparableComparator<T extends Comparable<T>> - Class in com.querydsl.core.util
-
NullSafeComparableComparator is a null safe comparator for Comparable objects
- NullSafeComparableComparator() - Constructor for class com.querydsl.core.util.NullSafeComparableComparator
-
- nullsFirst() - Method in class com.querydsl.core.types.OrderSpecifier
-
Create a new OrderSpecifier instance with null first enabled
- nullsLast() - Method in class com.querydsl.core.types.OrderSpecifier
-
Create a new OrderSpecifier instance with nulls last enabled
- NumberConversion<T> - Class in com.querydsl.core.support
-
NumberConversion
ensures that the results of a numeric projection conform to the type of the
projection expression
- NumberConversion(Expression<T>) - Constructor for class com.querydsl.core.support.NumberConversion
-
- NumberConversions<T> - Class in com.querydsl.core.support
-
NumberConversions
ensures that the results of a projection involving numeric expressions
conform to the types of the numeric expressions
- NumberConversions(FactoryExpression<T>) - Constructor for class com.querydsl.core.support.NumberConversions
-
- NumberExpression<T extends Number & Comparable<?>> - Class in com.querydsl.core.types.dsl
-
NumberExpression
represents a numeric expression
- NumberExpression(Expression<T>) - Constructor for class com.querydsl.core.types.dsl.NumberExpression
-
- numberOperation(Class<? extends T>, Operator, Expression<?>...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Operation expression
- NumberOperation<T extends Number & Comparable<?>> - Class in com.querydsl.core.types.dsl
-
NumberOperation
represents numeric operations
- NumberOperation(Class<? extends T>, Operator, Expression<?>...) - Constructor for class com.querydsl.core.types.dsl.NumberOperation
-
- NumberOperation(Class<? extends T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.dsl.NumberOperation
-
- numberPath(Class<? extends T>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- numberPath(Class<? extends T>, Path<?>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- numberPath(Class<? extends T>, PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create new Path expression
- NumberPath<T extends Number & Comparable<?>> - Class in com.querydsl.core.types.dsl
-
NumberPath
represents numeric paths
- NumberPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.NumberPath
-
- NumberPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.NumberPath
-
- NumberPath(Class<? extends T>, String) - Constructor for class com.querydsl.core.types.dsl.NumberPath
-
- numberTemplate(Class<? extends T>, String, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- numberTemplate(Class<? extends T>, String, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- numberTemplate(Class<? extends T>, Template, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- numberTemplate(Class<? extends T>, Template, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- NumberTemplate<T extends Number & Comparable<?>> - Class in com.querydsl.core.types.dsl
-
NumberTemplate
defines custom numeric expressions
- NumberTemplate(Class<? extends T>, Template, ImmutableList<?>) - Constructor for class com.querydsl.core.types.dsl.NumberTemplate
-
- NumericBooleanType - Class in com.querydsl.sql.types
-
NumericBooleanType
maps Boolean to 1/0 (Integer) on the JDBC level
- NumericBooleanType() - Constructor for class com.querydsl.sql.types.NumericBooleanType
-
- NumericBooleanType(int) - Constructor for class com.querydsl.sql.types.NumericBooleanType
-
- NumericMapping - Class in com.querydsl.maven
-
NumericMapping
customizes mappings of various numeric precisions to data types.
- NumericMapping() - Constructor for class com.querydsl.maven.NumericMapping
-
- numericRange(Class<N>, String, N, N, boolean, boolean) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- numericRange(Class<N>, String, N, N, boolean, boolean) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- numericRange(Class<N>, String, N, N, boolean, boolean) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- numGeometries() - Method in class com.querydsl.spatial.GeometryCollectionExpression
-
Returns the number of geometries in this GeometryCollection.
- numGeometries() - Method in class com.querydsl.spatial.jts.JTSGeometryCollectionExpression
-
Returns the number of geometries in this GeometryCollection.
- numInteriorRing() - Method in class com.querydsl.spatial.jts.JTSPolygonExpression
-
Returns the number of interior rings in this Polygon.
- numInteriorRing() - Method in class com.querydsl.spatial.PolygonExpression
-
Returns the number of interior rings in this Polygon.
- numPatches() - Method in class com.querydsl.spatial.PolyhedralSurfaceExpression
-
Returns the number of including polygons
- numPoints() - Method in class com.querydsl.spatial.jts.JTSLineStringExpression
-
The number of Points in this LineString.
- numPoints() - Method in class com.querydsl.spatial.LineStringExpression
-
The number of Points in this LineString.
- PACKAGE_NAME - Static variable in class com.querydsl.sql.codegen.SQLCodegenModule
-
- PACKAGE_SUFFIX - Static variable in class com.querydsl.codegen.CodegenModule
-
key for the package suffix
- Param<T> - Class in com.querydsl.core.types.dsl
-
Param
defines a parameter in a query with an optional name
- Param(Class<? extends T>, String) - Constructor for class com.querydsl.core.types.dsl.Param
-
- Param(Class<? extends T>) - Constructor for class com.querydsl.core.types.dsl.Param
-
- ParameterizedExpression<T> - Interface in com.querydsl.core.types
-
ParameterizedExpression
is a common interface for expressions with generic type parameters
- ParameterizedPathImpl<T> - Class in com.querydsl.core.types
-
ParameterizedPathImpl
represents
Path
instances with a parameterized generic type
- ParameterizedPathImpl(Class<? extends T>, PathMetadata, Class<?>...) - Constructor for class com.querydsl.core.types.ParameterizedPathImpl
-
- ParameterizedTypeImpl - Class in com.querydsl.codegen
-
- ParameterizedTypeImpl(Type, Type[]) - Constructor for class com.querydsl.codegen.ParameterizedTypeImpl
-
- ParamExpression<T> - Interface in com.querydsl.core.types
-
ParamExpression
defines named and unnamed parameters in queries
- ParamExpressionImpl<T> - Class in com.querydsl.core.types
-
ParamExpressionImpl
defines a parameter in a query with an optional name
- ParamExpressionImpl(Class<? extends T>, String) - Constructor for class com.querydsl.core.types.ParamExpressionImpl
-
- ParamExpressionImpl(Class<? extends T>) - Constructor for class com.querydsl.core.types.ParamExpressionImpl
-
- ParamNotSetException - Exception in com.querydsl.core.types
-
ParamNotSetException
is thrown when unbound parameters are found before query execution
- ParamNotSetException(ParamExpression<?>) - Constructor for exception com.querydsl.core.types.ParamNotSetException
-
- ParamsVisitor - Class in com.querydsl.core.types
-
Copies
ParameterExpression
bindings from subexpressions to
QueryMetadata
in the context
- paramTypes - Variable in class com.querydsl.core.util.ConstructorUtils.ArgumentTransformer
-
- PARENT_CONTEXT - Static variable in class com.querydsl.sql.AbstractSQLQuery
-
- partitionBy(Expression<?>) - Method in class com.querydsl.sql.WindowFunction
-
- partitionBy(Expression<?>...) - Method in class com.querydsl.sql.WindowFunction
-
- patchN(int) - Method in class com.querydsl.spatial.PolyhedralSurfaceExpression
-
Returns a polygon in this surface, the order is arbitrary.
- path(Class<? extends T>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- path(Class<? extends T>, Path<?>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- path(Class<? extends T>, PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- path(Class<? extends T>, String) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a new Path expression
- path(Class<? extends T>, Path<?>, String) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a new Path expression
- path(Class<? extends T>, PathMetadata) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a new Path expression
- Path<T> - Interface in com.querydsl.core.types
-
Path
represents a path expression.
- PathBuilder<T> - Class in com.querydsl.core.types.dsl
-
PathBuilder
is an extension to
EntityPathBase
for dynamic path construction
- PathBuilder(Class<? extends T>, PathMetadata, PathBuilderValidator) - Constructor for class com.querydsl.core.types.dsl.PathBuilder
-
Creates a new PathBuilder instance
- PathBuilder(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.PathBuilder
-
Creates a new PathBuilder instance
- PathBuilder(Class<? extends T>, String, PathBuilderValidator) - Constructor for class com.querydsl.core.types.dsl.PathBuilder
-
Creates a new PathBuilder instance
- PathBuilder(Class<? extends T>, String) - Constructor for class com.querydsl.core.types.dsl.PathBuilder
-
Creates a new PathBuilder instance
- PathBuilderFactory - Class in com.querydsl.core.types.dsl
-
PathBuilderFactory
is a factory class for PathBuilder creation
- PathBuilderFactory() - Constructor for class com.querydsl.core.types.dsl.PathBuilderFactory
-
- PathBuilderValidator - Interface in com.querydsl.core.types.dsl
-
PathBuilderValidator
validates
PathBuilder
properties at creation time
- PathComparator<T,V extends Comparable<V>> - Class in com.querydsl.collections
-
Compares two beans based on the values at a specific path.
- PathComparator(Path<V>) - Constructor for class com.querydsl.collections.PathComparator
-
- PathComparator(Path<V>, Function<T, V>) - Constructor for class com.querydsl.collections.PathComparator
-
- pathComparator(Path<V>) - Static method in class com.querydsl.collections.PathComparator
-
- PathExtractor - Class in com.querydsl.core.types
-
Extracts the first path that occurs in an expression via breadth first search
- PathFactory - Interface in com.querydsl.core.alias
-
PathFactory
defines a factory interface for
Path
creation
- PathImpl<T> - Class in com.querydsl.core.types
-
PathImpl
defines a default implementation of the
Path
interface
- PathImpl(Class<? extends T>, String) - Constructor for class com.querydsl.core.types.PathImpl
-
- PathImpl(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.core.types.PathImpl
-
- PathImpl(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.core.types.PathImpl
-
- PathInits - Class in com.querydsl.core.types.dsl
-
PathInits
defines path initializations that can be attached to
properties via QueryInit annotations
- PathInits(String...) - Constructor for class com.querydsl.core.types.dsl.PathInits
-
- PathMatcher<T,V> - Class in com.querydsl.collections
-
Matches based on the current value of a path.
- PathMatcher(Path<V>, Matcher<? super V>) - Constructor for class com.querydsl.collections.PathMatcher
-
- PathMatcher(Path<V>, Matcher<? super V>, Function<T, V>) - Constructor for class com.querydsl.collections.PathMatcher
-
- PathMetadata - Class in com.querydsl.core.types
-
PathMetadata
provides metadata for
Path
expressions.
- PathMetadata(Path<?>, Object, PathType) - Constructor for class com.querydsl.core.types.PathMetadata
-
- PathMetadataFactory - Class in com.querydsl.core.types
-
PathMetadataFactory
is a factory class for
Path
construction
- paths - Variable in class com.querydsl.core.support.Context
-
- PathsExtractor - Class in com.querydsl.core.support
-
Extracts the paths that occurs in an expression via breadth first search
- PathType - Enum in com.querydsl.core.types
-
PathType
represents the relation of a
Path
to its parent
- payload() - Method in class com.querydsl.sql.codegen.support.NotNullImpl
-
- payload() - Method in class com.querydsl.sql.codegen.support.SizeImpl
-
- percentileCont(T) - Static method in class com.querydsl.sql.SQLExpressions
-
Calculates a percentile based on a continuous distribution of the column value
- percentileCont(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Calculates a percentile based on a continuous distribution of the column value
- percentileDisc(T) - Static method in class com.querydsl.sql.SQLExpressions
-
PERCENTILE_DISC is an inverse distribution function that assumes a discrete distribution model.
- percentileDisc(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
PERCENTILE_DISC is an inverse distribution function that assumes a discrete distribution model.
- percentRank() - Static method in class com.querydsl.sql.SQLExpressions
-
As an analytic function, for a row r, PERCENT_RANK calculates the rank of r minus 1, divided by
1 less than the number of rows being evaluated (the entire query result set or a partition).
- percentRank(Object...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, PERCENT_RANK calculates, for a hypothetical row r identified by the
arguments of the function and a corresponding sort specification, the rank of row r minus 1
divided by the number of rows in the aggregate group.
- percentRank(Expression<?>...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, PERCENT_RANK calculates, for a hypothetical row r identified by the
arguments of the function and a corresponding sort specification, the rank of row r minus 1
divided by the number of rows in the aggregate group.
- persistenceManager - Variable in class com.querydsl.jdo.sql.AbstractSQLQuery
-
- PhraseElement - Class in com.querydsl.lucene3
-
PhraseElement
represents the embedded String as a phrase
- PhraseElement(String) - Constructor for class com.querydsl.lucene3.PhraseElement
-
- PhraseElement - Class in com.querydsl.lucene4
-
PhraseElement
represents the embedded String as a phrase
- PhraseElement(String) - Constructor for class com.querydsl.lucene4.PhraseElement
-
- PhraseElement - Class in com.querydsl.lucene5
-
PhraseElement
represents the embedded String as a phrase
- PhraseElement(String) - Constructor for class com.querydsl.lucene5.PhraseElement
-
- PlaceHolder - Class in <Unnamed>
-
- PlaceHolder() - Constructor for class PlaceHolder
-
- Point - Class in com.querydsl.mongodb
-
Point
is an adapter type for Double[] arrays to use geo spatial querying features of Mongodb
- Point(String) - Constructor for class com.querydsl.mongodb.Point
-
- Point(Path<?>, String) - Constructor for class com.querydsl.mongodb.Point
-
- Point(PathMetadata) - Constructor for class com.querydsl.mongodb.Point
-
- PointExpression<T extends org.geolatte.geom.Point> - Class in com.querydsl.spatial
-
A Point is a 0-dimensional geometric object and represents a single location in coordinate space.
- PointExpression(Expression<T>) - Constructor for class com.querydsl.spatial.PointExpression
-
- pointN(int) - Method in class com.querydsl.spatial.jts.JTSLineStringExpression
-
Returns the specified Point N in this LineString.
- pointN(int) - Method in class com.querydsl.spatial.LineStringExpression
-
Returns the specified Point N in this LineString.
- pointOnSurface() - Method in class com.querydsl.spatial.jts.JTSMultiSurfaceExpression
-
A Point guaranteed to be on this MultiSurface.
- pointOnSurface() - Method in class com.querydsl.spatial.jts.JTSSurfaceExpression
-
A Point guaranteed to be on this Surface.
- pointOnSurface() - Method in class com.querydsl.spatial.MultiSurfaceExpression
-
A Point guaranteed to be on this MultiSurface.
- pointOnSurface() - Method in class com.querydsl.spatial.SurfaceExpression
-
A Point guaranteed to be on this Surface.
- pointOperation(Operator, Expression<?>...) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Create a new Point operation expression
- pointOperation(Operator, Expression<?>...) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Create a new Point operation expression
- PointOperation<T extends org.geolatte.geom.Point> - Class in com.querydsl.spatial
-
- PointOperation(Class<T>, Operator, Expression<?>...) - Constructor for class com.querydsl.spatial.PointOperation
-
- PointOperation(Class<T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.spatial.PointOperation
-
- PointPath<T extends org.geolatte.geom.Point> - Class in com.querydsl.spatial
-
- PointPath(Path<?>, String) - Constructor for class com.querydsl.spatial.PointPath
-
- PointPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.PointPath
-
- PointPath(PathMetadata) - Constructor for class com.querydsl.spatial.PointPath
-
- PointPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.PointPath
-
- PointPath(String) - Constructor for class com.querydsl.spatial.PointPath
-
- PointPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.PointPath
-
- PolygonExpression<T extends org.geolatte.geom.Polygon> - Class in com.querydsl.spatial
-
A Polygon is a planar Surface defined by 1 exterior boundary and 0 or more interior boundaries.
- PolygonExpression(Expression<T>) - Constructor for class com.querydsl.spatial.PolygonExpression
-
- polygonOperation(Operator, Expression<?>...) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Create a new Polygon operation expression
- polygonOperation(Operator, Expression<?>...) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Create a new Polygon operation expression
- PolygonOperation<T extends org.geolatte.geom.Polygon> - Class in com.querydsl.spatial
-
- PolygonOperation(Class<? extends T>, Operator, Expression<?>...) - Constructor for class com.querydsl.spatial.PolygonOperation
-
- PolygonOperation(Class<? extends T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.spatial.PolygonOperation
-
- PolygonPath<T extends org.geolatte.geom.Polygon> - Class in com.querydsl.spatial
-
- PolygonPath(Path<?>, String) - Constructor for class com.querydsl.spatial.PolygonPath
-
- PolygonPath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.PolygonPath
-
- PolygonPath(PathMetadata) - Constructor for class com.querydsl.spatial.PolygonPath
-
- PolygonPath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.PolygonPath
-
- PolygonPath(String) - Constructor for class com.querydsl.spatial.PolygonPath
-
- PolygonPath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.PolygonPath
-
- PolyhedralSurfaceExpression<T extends org.geolatte.geom.PolyHedralSurface> - Class in com.querydsl.spatial
-
A PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments.
- PolyhedralSurfaceExpression(Expression<T>) - Constructor for class com.querydsl.spatial.PolyhedralSurfaceExpression
-
- PolyhedralSurfacePath<T extends org.geolatte.geom.PolyHedralSurface> - Class in com.querydsl.spatial
-
- PolyhedralSurfacePath(Path<?>, String) - Constructor for class com.querydsl.spatial.PolyhedralSurfacePath
-
- PolyhedralSurfacePath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.spatial.PolyhedralSurfacePath
-
- PolyhedralSurfacePath(PathMetadata) - Constructor for class com.querydsl.spatial.PolyhedralSurfacePath
-
- PolyhedralSurfacePath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.spatial.PolyhedralSurfacePath
-
- PolyhedralSurfacePath(String) - Constructor for class com.querydsl.spatial.PolyhedralSurfacePath
-
- PolyhedralSurfacePath(Class<? extends T>, String) - Constructor for class com.querydsl.spatial.PolyhedralSurfacePath
-
- populate(Object) - Method in class com.querydsl.sql.dml.SQLInsertClause
-
Populate the INSERT clause with the properties of the given bean.
- populate(T, Mapper<T>) - Method in class com.querydsl.sql.dml.SQLInsertClause
-
Populate the INSERT clause with the properties of the given bean using
the given Mapper.
- populate(Object) - Method in class com.querydsl.sql.dml.SQLUpdateClause
-
Populate the UPDATE clause with the properties of the given bean.
- populate(T, Mapper<T>) - Method in class com.querydsl.sql.dml.SQLUpdateClause
-
Populate the UPDATE clause with the properties of the given bean using the given Mapper.
- PostGISTemplates - Class in com.querydsl.sql.spatial
-
PostGISTemplates
is a spatial enabled SQL dialect for PostGIS
- PostGISTemplates() - Constructor for class com.querydsl.sql.spatial.PostGISTemplates
-
- PostGISTemplates(boolean) - Constructor for class com.querydsl.sql.spatial.PostGISTemplates
-
- PostGISTemplates(char, boolean) - Constructor for class com.querydsl.sql.spatial.PostGISTemplates
-
- POSTGRESQL_RESERVED_WORDS - Static variable in class com.querydsl.sql.PostgreSQLTemplates
-
- PostgreSQLQuery<T> - Class in com.querydsl.sql.postgresql
-
PostgreSQLQuery
provides PostgreSQL related extensions to SQLQuery
- PostgreSQLQuery(Connection) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQuery
-
- PostgreSQLQuery(Connection, SQLTemplates) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQuery
-
- PostgreSQLQuery(Connection, Configuration) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQuery
-
- PostgreSQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQuery
-
- PostgreSQLQueryFactory - Class in com.querydsl.sql.postgresql
-
PostgreSQL specific implementation of SQLQueryFactory
- PostgreSQLQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQueryFactory
-
- PostgreSQLQueryFactory(Provider<Connection>) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQueryFactory
-
- PostgreSQLQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.querydsl.sql.postgresql.PostgreSQLQueryFactory
-
- PostgreSQLTemplates - Class in com.querydsl.sql
-
PostgreSQLTemplates
is an SQL dialect for PostgreSQL
- PostgreSQLTemplates() - Constructor for class com.querydsl.sql.PostgreSQLTemplates
-
- PostgreSQLTemplates(boolean) - Constructor for class com.querydsl.sql.PostgreSQLTemplates
-
- PostgreSQLTemplates(char, boolean) - Constructor for class com.querydsl.sql.PostgreSQLTemplates
-
- power(Expression<A>, int) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a power(num, exponent)
expression
- preceding(Expression<Integer>) - Method in class com.querydsl.sql.WindowRows.Between
-
- preceding(int) - Method in class com.querydsl.sql.WindowRows.Between
-
- preceding(Expression<Integer>) - Method in class com.querydsl.sql.WindowRows.BetweenAnd
-
- preceding(int) - Method in class com.querydsl.sql.WindowRows.BetweenAnd
-
- preceding(Expression<Integer>) - Method in class com.querydsl.sql.WindowRows
-
- preceding(int) - Method in class com.querydsl.sql.WindowRows
-
- predicate(Operator, Expression<?>...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Predicate operation
- predicate(Operator, Expression<?>...) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a new Operation expression
- predicate(Operator, ImmutableList<Expression<?>>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a new Operation expression
- Predicate - Interface in com.querydsl.core.types
-
Predicate
is the common interface for Boolean typed expressions
- PredicateOperation - Class in com.querydsl.core.types
-
PredicateOperation
provides a Boolean typed
Operation
implementation
- PredicateOperation(Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.PredicateOperation
-
- predicateTemplate(String, Object...) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a new Template expression
- predicateTemplate(String, ImmutableList<?>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a new Template expression
- predicateTemplate(Template, Object...) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a new Template expression
- predicateTemplate(Template, ImmutableList<?>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a new Template expression
- PredicateTemplate - Class in com.querydsl.core.types
-
- PredicateTemplate(Template, ImmutableList<?>) - Constructor for class com.querydsl.core.types.PredicateTemplate
-
- preExecute(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
-
- preExecute(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
- preExecute(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
-
- PREFIX - Static variable in class com.querydsl.codegen.CodegenModule
-
key for the query type name prefix
- prepared(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
-
- prepared(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
- prepared(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
-
- prepend(String) - Method in class com.querydsl.core.support.SerializerBase
-
- prepend(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a concat(str, this)
expression
- prepend(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a concat(str, this)
expression
- prePrepare(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
-
- prePrepare(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
- prePrepare(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
-
- preRender(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
-
- preRender(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
Called at the start of SQL rendering.
- preRender(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
-
- previous() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- previous() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- PrimaryKey<E> - Class in com.querydsl.sql
-
PrimaryKey
defines a primary key on table
- PrimaryKey(RelationalPath<?>, Path<?>...) - Constructor for class com.querydsl.sql.PrimaryKey
-
- PrimaryKey(RelationalPath<?>, ImmutableList<? extends Path<?>>) - Constructor for class com.querydsl.sql.PrimaryKey
-
- PrimaryKeyData - Class in com.querydsl.sql.codegen.support
-
PrimaryKeyData
defines primary key data
- PrimaryKeyData(String) - Constructor for class com.querydsl.sql.codegen.support.PrimaryKeyData
-
- PrimaryKeyData(String, String[]) - Constructor for class com.querydsl.sql.codegen.support.PrimaryKeyData
-
- primaryKeysClassName - Variable in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- primaryKeysVariable - Variable in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- printSchema - Variable in class com.querydsl.sql.SQLTemplates.Builder
-
- printSchema() - Method in class com.querydsl.sql.SQLTemplates.Builder
-
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.querydsl.apt.AbstractQuerydslProcessor
-
- produceNext(ResultSet) - Method in class com.querydsl.sql.SQLResultIterator
-
- ProjectableSQLQuery<T,Q extends ProjectableSQLQuery<T,Q> & Query<Q>> - Class in com.querydsl.sql
-
ProjectableSQLQuery
is the base type for SQL query implementations
- ProjectableSQLQuery(QueryMixin<Q>, Configuration) - Constructor for class com.querydsl.sql.ProjectableSQLQuery
-
- projection - Variable in class com.querydsl.jdo.sql.AbstractSQLQuery
-
- projection - Variable in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- projection - Variable in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- ProjectionRole<T> - Interface in com.querydsl.core.types
-
Defines a custom projection for an
Expression
type.
- Projections - Class in com.querydsl.core.types
-
- ProjectionSerializer - Class in com.querydsl.codegen
-
ProjectionSerializer
is a
Serializer
implementation for projection types
- ProjectionSerializer(TypeMappings) - Constructor for class com.querydsl.codegen.ProjectionSerializer
-
Create a new ProjectionSerializer
instance
- PROPERTIES - Static variable in interface com.querydsl.core.types.dsl.PathBuilderValidator
-
- Property - Class in com.querydsl.codegen
-
Property
represents a property in a query domain type.
- Property(EntityType, String, Type) - Constructor for class com.querydsl.codegen.Property
-
- Property(EntityType, String, Type, List<String>) - Constructor for class com.querydsl.codegen.Property
-
- Property(EntityType, String, Type, List<String>, boolean) - Constructor for class com.querydsl.codegen.Property
-
- Property(EntityType, String, String, Type, List<String>, boolean) - Constructor for class com.querydsl.codegen.Property
-
- propertyNotFound(Expression<?>, String) - Method in class com.querydsl.core.types.QBean
-
- PropertyType - Enum in com.querydsl.core.annotations
-
PropertyType
defines the Path type to be used for a Domain property
- put(String, Object) - Method in class com.querydsl.core.util.BeanMap
-
Sets the bean property with the given name to the given value.
- put(Map<K, V>, K, V) - Static method in class com.querydsl.core.util.CollectionUtils
-
- putAllWriteable(BeanMap) - Method in class com.querydsl.core.util.BeanMap
-
Puts all of the writable properties from the given BeanMap into this
BeanMap.
- QBean<T> - Class in com.querydsl.core.types
-
QBean
is a JavaBean populating projection type
- QBean(Class<? extends T>, Map<String, ? extends Expression<?>>) - Constructor for class com.querydsl.core.types.QBean
-
Create a new QBean instance
- QBean(Class<? extends T>, Expression<?>...) - Constructor for class com.querydsl.core.types.QBean
-
Create a new QBean instance
- QBean(Class<? extends T>, boolean, Expression<?>...) - Constructor for class com.querydsl.core.types.QBean
-
Create a new QBean instance
- QBean(Class<? extends T>, boolean, Map<String, ? extends Expression<?>>) - Constructor for class com.querydsl.core.types.QBean
-
Create a new QBean instance
- QBeans - Class in com.querydsl.sql
-
Expression used to project a list of beans
- QBeans(RelationalPath<?>...) - Constructor for class com.querydsl.sql.QBeans
-
- QList - Class in com.querydsl.core.types
-
QList
represents a projection of type List
- QList(Expression<?>...) - Constructor for class com.querydsl.core.types.QList
-
Create a new QList instance
- QList(ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.QList
-
Create a new QList instance
- QList(Expression<?>[]...) - Constructor for class com.querydsl.core.types.QList
-
Create a new QMap instance
- QMap - Class in com.querydsl.core.types
-
QMap
represents a projection of type Map
- QMap(Expression<?>...) - Constructor for class com.querydsl.core.types.QMap
-
Create a new QMap instance
- QMap(ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.QMap
-
Create a new QMap instance
- QMap(Expression<?>[]...) - Constructor for class com.querydsl.core.types.QMap
-
Create a new QMap instance
- QPair<K,V> - Class in com.querydsl.core.group
-
A pair of (Map) key and value
- QPair(Expression<K>, Expression<V>) - Constructor for class com.querydsl.core.group.QPair
-
- QSpatialRefSys - Class in com.querydsl.sql.spatial
-
QSpatialRefSys is a Querydsl query type for SpatialRefSys
- QSpatialRefSys(String) - Constructor for class com.querydsl.sql.spatial.QSpatialRefSys
-
- QSpatialRefSys(String, String, String) - Constructor for class com.querydsl.sql.spatial.QSpatialRefSys
-
- QSpatialRefSys(Path<? extends SpatialRefSys>) - Constructor for class com.querydsl.sql.spatial.QSpatialRefSys
-
- QSpatialRefSys(PathMetadata) - Constructor for class com.querydsl.sql.spatial.QSpatialRefSys
-
- QTuple - Class in com.querydsl.core.types
-
QTuple
represents a projection of type
Tuple
- QTuple(Expression<?>...) - Constructor for class com.querydsl.core.types.QTuple
-
Create a new QTuple instance
- QTuple(ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.QTuple
-
Create a new QTuple instance
- QTuple(Expression<?>[]...) - Constructor for class com.querydsl.core.types.QTuple
-
Create a new QTuple instance
- qualify(Predicate) - Method in class com.querydsl.sql.teradata.TeradataQuery
-
Adds a qualify expression
- queries - Variable in class com.querydsl.jdo.sql.AbstractSQLQuery
-
- Query<Q extends Query<Q>> - Interface in com.querydsl.core
-
Query
defines the main query interface of the fluent query language.
- query() - Method in interface com.querydsl.core.QueryFactory
-
Create a new Query
- query() - Method in class com.querydsl.jdo.JDOQueryFactory
-
- query() - Method in class com.querydsl.jpa.hibernate.HibernateQueryFactory
-
- query() - Method in class com.querydsl.jpa.impl.JPAQueryFactory
-
- query() - Method in class com.querydsl.sql.mssql.SQLServerQueryFactory
-
- query() - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
-
- query() - Method in class com.querydsl.sql.oracle.OracleQueryFactory
-
- query() - Method in class com.querydsl.sql.postgresql.PostgreSQLQueryFactory
-
- query() - Method in interface com.querydsl.sql.SQLCommonQueryFactory
-
- query() - Method in class com.querydsl.sql.SQLQueryFactory
-
- query() - Method in class com.querydsl.sql.teradata.TeradataQueryFactory
-
- QueryBase<Q extends QueryBase<Q>> - Class in com.querydsl.core.support
-
QueryBase
provides a stub for Query implementations
- QueryBase(QueryMixin<Q>) - Constructor for class com.querydsl.core.support.QueryBase
-
- QueryDelegate - Annotation Type in com.querydsl.core.annotations
-
Declaration of a static delegate method
- QUERYDSL_CREATE_DEFAULT_VARIABLE - Static variable in class com.querydsl.apt.APTOptions
-
set whether default variables are created (default: true)
- QUERYDSL_ENTITY_ACCESSORS - Static variable in class com.querydsl.apt.APTOptions
-
enable reference field accessors (default: false)
- QUERYDSL_EXCLUDED_CLASSES - Static variable in class com.querydsl.apt.APTOptions
-
comma separated list of class names to be excluded from code generation (default: none)
- QUERYDSL_EXCLUDED_PACKAGES - Static variable in class com.querydsl.apt.APTOptions
-
comma separated list of packages to be excluded from code generation (default: none)
- QUERYDSL_INCLUDED_CLASSES - Static variable in class com.querydsl.apt.APTOptions
-
comma separated list of class names to be included into code generation (default: all)
- QUERYDSL_INCLUDED_PACKAGES - Static variable in class com.querydsl.apt.APTOptions
-
comma separated list of packages to be included into code generation (default: all)
- QUERYDSL_LIST_ACCESSORS - Static variable in class com.querydsl.apt.APTOptions
-
enable accessors for direct indexed list access (default: false)
- QUERYDSL_MAP_ACCESSORS - Static variable in class com.querydsl.apt.APTOptions
-
enable accessors for direct key based map access (default: false)
- QUERYDSL_PACKAGE_SUFFIX - Static variable in class com.querydsl.apt.APTOptions
-
set a suffix for query type packages (default: empty)
- QUERYDSL_PREFIX - Static variable in class com.querydsl.apt.APTOptions
-
set the prefix for query types (default: Q)
- QUERYDSL_SUFFIX - Static variable in class com.querydsl.apt.APTOptions
-
set a suffix for query types (default: empty)
- QUERYDSL_UNKNOWN_AS_EMBEDDABLE - Static variable in class com.querydsl.apt.APTOptions
-
set whether unknown non-annotated classes should be treated as embeddable (default: false)
- QuerydslAnnotationProcessor - Class in com.querydsl.apt
-
- QuerydslAnnotationProcessor() - Constructor for class com.querydsl.apt.QuerydslAnnotationProcessor
-
- QueryElement - Class in com.querydsl.lucene3
-
QueryElement
wraps a Lucene Query
- QueryElement(Query) - Constructor for class com.querydsl.lucene3.QueryElement
-
- QueryElement - Class in com.querydsl.lucene4
-
QueryElement
wraps a Lucene Query
- QueryElement(Query) - Constructor for class com.querydsl.lucene4.QueryElement
-
- QueryElement - Class in com.querydsl.lucene5
-
QueryElement
wraps a Lucene Query
- QueryElement(Query) - Constructor for class com.querydsl.lucene5.QueryElement
-
- QueryEmbeddable - Annotation Type in com.querydsl.core.annotations
-
Annotation for APT based Domain query type generation.
- QueryEmbedded - Annotation Type in com.querydsl.core.annotations
-
Annotation for APT based Domain query type generation.
- QueryEngine - Interface in com.querydsl.collections
-
QueryEngine
defines an interface for the evaluation of ColQuery queries
- QueryEntities - Annotation Type in com.querydsl.core.annotations
-
Annotation for APT based Domain query type generation.
- QueryEntity - Annotation Type in com.querydsl.core.annotations
-
Annotation for APT based Domain query type generation.
- QueryException - Exception in com.querydsl.core
-
QueryException
is thrown for exceptional query construction issues
- QueryException(String) - Constructor for exception com.querydsl.core.QueryException
-
- QueryException(String, Throwable) - Constructor for exception com.querydsl.core.QueryException
-
- QueryException(Throwable) - Constructor for exception com.querydsl.core.QueryException
-
- QueryExclude - Annotation Type in com.querydsl.core.annotations
-
Marks the annotated classes and packages to be excluded from source generation
- QueryFactory<Q extends Query<?>> - Interface in com.querydsl.core
-
Common interface for QueryFactory implementations
- QueryFlag - Class in com.querydsl.core
-
Defines a positioned flag in a Query for customization of query serialization
- QueryFlag(QueryFlag.Position, String) - Constructor for class com.querydsl.core.QueryFlag
-
- QueryFlag(QueryFlag.Position, Expression<?>) - Constructor for class com.querydsl.core.QueryFlag
-
- QueryFlag.Position - Enum in com.querydsl.core
-
The different QueryFlag
positions
- queryHandler - Variable in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- QueryHandler - Interface in com.querydsl.jpa
-
QueryHandle
r provides injection of provider specific functionality into the query logic
- queryHandler - Variable in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- QueryInit - Annotation Type in com.querydsl.core.annotations
-
Defines the paths to be initialized for the annotated property
- QueryMetadata - Interface in com.querydsl.core
-
QueryMetadata
defines query metadata such as query sources, filtering
conditions and the projection
- queryMixin - Variable in class com.querydsl.core.support.QueryBase
-
- QueryMixin<T> - Class in com.querydsl.core.support
-
Mixin style Query implementation
- QueryMixin() - Constructor for class com.querydsl.core.support.QueryMixin
-
- QueryMixin(QueryMetadata) - Constructor for class com.querydsl.core.support.QueryMixin
-
- QueryMixin(QueryMetadata, boolean) - Constructor for class com.querydsl.core.support.QueryMixin
-
- QueryMixin(T) - Constructor for class com.querydsl.core.support.QueryMixin
-
- QueryMixin(T, QueryMetadata) - Constructor for class com.querydsl.core.support.QueryMixin
-
- QueryMixin(T, QueryMetadata, boolean) - Constructor for class com.querydsl.core.support.QueryMixin
-
- queryMixin - Variable in class com.querydsl.jdo.sql.AbstractSQLQuery
-
- queryMixin - Variable in class com.querydsl.jpa.JPAQueryBase
-
- QueryMixin.Role - Enum in com.querydsl.core.support
-
Role of expression in conversion
- QueryModifiers - Class in com.querydsl.core
-
QueryModifiers
combines limit and offset info into a single immutable value type.
- QueryModifiers(Long, Long) - Constructor for class com.querydsl.core.QueryModifiers
-
- QueryModifiers(QueryModifiers) - Constructor for class com.querydsl.core.QueryModifiers
-
- QueryProjection - Annotation Type in com.querydsl.core.annotations
-
Annotation for APT based query type generation.
- QueryResults<T> - Class in com.querydsl.core
-
QueryResults
bundles data for paged query results
- QueryResults(List<T>, Long, Long, long) - Constructor for class com.querydsl.core.QueryResults
-
- QueryResults(List<T>, QueryModifiers, long) - Constructor for class com.querydsl.core.QueryResults
-
- QuerySupertype - Annotation Type in com.querydsl.core.annotations
-
Annotation for APT based Domain query type generation.
- QueryTransient - Annotation Type in com.querydsl.core.annotations
-
Annotate fields and getters that should be skipped in APT based code generation
with this annotation
- QueryType - Annotation Type in com.querydsl.core.annotations
-
QueryType defines the Querydsl property type for a Domain property
- QueryTypeFactory - Interface in com.querydsl.codegen
-
QueryTypeFactory
defines an interface for mapping domain types to Querydsl expression types
- QueryTypeFactoryImpl - Class in com.querydsl.codegen
-
QueryTypeFactoryImpl
is the default implementation of the
QueryTypeFactory
interface
- QueryTypeFactoryImpl(String, String, String) - Constructor for class com.querydsl.codegen.QueryTypeFactoryImpl
-
- QueryTypeImpl - Class in com.querydsl.apt
-
- QueryTypeImpl(PropertyType) - Constructor for class com.querydsl.apt.QueryTypeImpl
-
- quote - Variable in class com.querydsl.sql.SQLTemplates.Builder
-
- quote() - Method in class com.querydsl.sql.SQLTemplates.Builder
-
- quoteIdentifier(String) - Method in class com.querydsl.sql.SQLTemplates
-
- quoteIdentifier(String, boolean) - Method in class com.querydsl.sql.SQLTemplates
-
- radians(double) - Static method in class com.querydsl.collections.CollQueryFunctions
-
- radians(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a rad(num)
expression
- random() - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Returns the random expression
- random(int) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Return a random number expression with the given seed
- random() - Static method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a random()
expression
- range(Path<?>, String, Expression<?>, Expression<?>, boolean, boolean, QueryMetadata) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- range(Path<?>, String, Expression<?>, Expression<?>, boolean, boolean, QueryMetadata) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- range(Path<?>, String, Expression<?>, Expression<?>, boolean, boolean, QueryMetadata) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- range() - Method in class com.querydsl.sql.WindowFunction
-
- rank() - Static method in class com.querydsl.sql.SQLExpressions
-
rank of the current row with gaps; same as row_number of its first peer
- rank(Object...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, RANK calculates the rank of a hypothetical row identified by the
arguments of the function with respect to a given sort specification.
- rank(Expression<?>...) - Static method in class com.querydsl.sql.SQLExpressions
-
As an aggregate function, RANK calculates the rank of a hypothetical row identified by the
arguments of the function with respect to a given sort specification.
- ratioToReport(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
computes the ratio of a value to the sum of a set of values.
- readOnly - Variable in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- readOnly - Variable in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- RECURSIVE - Static variable in class com.querydsl.sql.SQLTemplates
-
- ReflectionUtils - Class in com.querydsl.core.util
-
ReflectionUtils provides Reflection related functionality
- refreshRow() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- refreshRow() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- regexToLike(Expression<String>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Convert the given expression from regex form to like
- register(TypeCategory, Class<? extends Expression>, Class<? extends Path>, Class<? extends TemplateExpression>) - Method in class com.querydsl.codegen.TypeMappings
-
- register(Type, Type) - Method in class com.querydsl.codegen.TypeMappings
-
- register(Type<?>) - Method in class com.querydsl.sql.Configuration
-
Register the given
Type
converter
- register(String, String, Class<?>) - Method in class com.querydsl.sql.Configuration
-
Register the given javaType for the given table and column
- register(String, String, Type<?>) - Method in class com.querydsl.sql.Configuration
-
Register the given
Type
converter for the given table and column
- registerColumnOverride(String, String, String, String) - Method in class com.querydsl.sql.Configuration
-
Register a column override
- registerColumnOverride(String, String, String) - Method in class com.querydsl.sql.Configuration
-
Register a column override
- registerNumeric(int, int, Class<?>) - Method in class com.querydsl.sql.Configuration
-
Override the binding for the given NUMERIC type
- registerNumeric(int, int, int, int, Class<?>) - Method in class com.querydsl.sql.Configuration
-
Override multiple numeric bindings, both begin and end are inclusive
- registerSchemaOverride(String, String) - Method in class com.querydsl.sql.Configuration
-
Register a schema override
- registerTableOverride(String, String) - Method in class com.querydsl.sql.Configuration
-
Register a table override
- registerTableOverride(String, String, String) - Method in class com.querydsl.sql.Configuration
-
Register a schema specific table override
- registerTableOverride(String, String, String, String) - Method in class com.querydsl.sql.Configuration
-
Register a schema specific table override
- registerTableOverride(SchemaAndTable, SchemaAndTable) - Method in class com.querydsl.sql.Configuration
-
Register a schema specific table override
- registerType(String, Class<?>) - Method in class com.querydsl.sql.Configuration
-
Register a typeName to Class mapping
- regrAvgx(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_AVGX evaluates the average of the independent variable (arg2) of the regression line.
- regrAvgy(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_AVGY evaluates the average of the dependent variable (arg1) of the regression line.
- regrCount(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_COUNT returns an integer that is the number of non-null number pairs used to fit the regression line.
- regrIntercept(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_INTERCEPT returns the y-intercept of the regression line.
- regrR2(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_R2 returns the coefficient of determination (also called R-squared or goodness of fit) for the regression.
- regrSlope(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_SLOPE returns the slope of the line
- regrSxx(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_SXX makes the following computation after the elimination of null (arg1, arg2) pairs:
- regrSxy(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_SXY makes the following computation after the elimination of null (arg1, arg2) pairs:
- regrSyy(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.querydsl.sql.SQLExpressions
-
REGR_SYY makes the following computation after the elimination of null (arg1, arg2) pairs:
- reinitialise() - Method in class com.querydsl.core.util.BeanMap
-
Reinitializes this bean.
- relate(Geometry, String) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object is spatially related to anotherGeometry by testing
for intersections between the interior, boundary and exterior of the two geometric objects
as specified by the values in the intersectionPatternMatrix.
- relate(Expression<? extends Geometry>, String) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object is spatially related to anotherGeometry by testing
for intersections between the interior, boundary and exterior of the two geometric objects
as specified by the values in the intersectionPatternMatrix.
- relate(Geometry, String) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object is spatially related to anotherGeometry by testing
for intersections between the interior, boundary and exterior of the two geometric objects
as specified by the values in the intersectionPatternMatrix.
- relate(Expression<? extends Geometry>, String) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object is spatially related to anotherGeometry by testing
for intersections between the interior, boundary and exterior of the two geometric objects
as specified by the values in the intersectionPatternMatrix.
- RelationalFunctionCall<T> - Class in com.querydsl.sql
-
Represents a table valued function call
- RelationalFunctionCall(Class<? extends T>, String, Object...) - Constructor for class com.querydsl.sql.RelationalFunctionCall
-
- relationalFunctionCall(Class<? extends T>, String, Object...) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new RelationalFunctionCall for the given function and arguments
- RelationalPath<T> - Interface in com.querydsl.sql
-
RelationalPath extends
EntityPath
to provide access to relational
metadata
- RelationalPathBase<T> - Class in com.querydsl.sql
-
- RelationalPathBase(Class<? extends T>, String, String, String) - Constructor for class com.querydsl.sql.RelationalPathBase
-
- RelationalPathBase(Class<? extends T>, PathMetadata, String, String) - Constructor for class com.querydsl.sql.RelationalPathBase
-
- RelationalPathExtractor - Class in com.querydsl.sql
-
RelationalPathExtractor
extracts
RelationalPath
instances from expressions and queries
- RelationalPathSpatial<T> - Class in com.querydsl.sql.spatial
-
RelationalPathSpatial
extends
RelationalPathBase
to provide factory methods
for spatial path creation
- RelationalPathSpatial(Class<? extends T>, String, String, String) - Constructor for class com.querydsl.sql.spatial.RelationalPathSpatial
-
- RelationalPathSpatial(Class<? extends T>, PathMetadata, String, String) - Constructor for class com.querydsl.sql.spatial.RelationalPathSpatial
-
- RelationalPathUtils - Class in com.querydsl.sql
-
RelationalPathUtils
provides static utility methods for
RelationalPath
instances
- relative(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- relative(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- remove() - Method in class com.querydsl.core.util.MultiIterator
-
- remove() - Method in class com.querydsl.jpa.ScrollableResultsIterator
-
- remove() - Method in class com.querydsl.jpa.TransformingIterator
-
- remove() - Method in class com.querydsl.lucene3.ResultIterator
-
- remove() - Method in class com.querydsl.lucene4.ResultIterator
-
- remove() - Method in class com.querydsl.lucene5.ResultIterator
-
- remove() - Method in class com.querydsl.sql.SQLResultIterator
-
- removeFlag(QueryFlag) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- removeFlag(QueryFlag) - Method in class com.querydsl.core.EmptyMetadata
-
- removeFlag(QueryFlag) - Method in interface com.querydsl.core.QueryMetadata
-
Remove the given query flag
- removeFlag(QueryFlag) - Method in class com.querydsl.core.support.QueryMixin
-
- removeSorted(Set<T>, T) - Static method in class com.querydsl.core.util.CollectionUtils
-
- RenameMapping - Class in com.querydsl.maven
-
RenameMapping
overrides schemas, tables, columns and combinations of the three.
- RenameMapping() - Constructor for class com.querydsl.maven.RenameMapping
-
- rendered(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
-
- rendered(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
Called at the end of SQL rendering.
- rendered(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
-
- replace - Variable in class com.querydsl.core.support.Context
-
- replace(RelationalPath<?>) - Method in class com.querydsl.sql.mysql.MySQLQueryFactory
-
- replacements - Variable in class com.querydsl.core.support.Context
-
- ReplaceVisitor<C> - Class in com.querydsl.core.support
-
ReplaceVisitor
is a deep visitor that can be customized to replace segments of
expression trees
- ReplaceVisitor() - Constructor for class com.querydsl.core.support.ReplaceVisitor
-
- requiresQuotes(String, boolean) - Method in class com.querydsl.sql.SQLTemplates
-
- reservedSuffix - Variable in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- reset() - Method in class com.querydsl.core.DefaultQueryMetadata
-
- reset() - Method in class com.querydsl.core.EmptyMetadata
-
- reset() - Method in interface com.querydsl.core.QueryMetadata
-
Reset the projection
- reset() - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- reset() - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- reset() - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- reset() - Method in class com.querydsl.jpa.JPAQueryBase
-
- reset() - Method in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- reset() - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
- resetAlias() - Static method in class com.querydsl.core.alias.Alias
-
Reset the alias
- restrict(QueryModifiers) - Method in interface com.querydsl.core.SimpleQuery
-
Set both limit and offset of the query results
- restrict(QueryModifiers) - Method in class com.querydsl.core.support.QueryBase
-
- restrict(QueryModifiers) - Method in class com.querydsl.core.support.QueryMixin
-
- restrict(QueryModifiers) - Method in class com.querydsl.hibernate.search.AbstractSearchQuery
-
- restrict(QueryModifiers) - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
- restrict(QueryModifiers) - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
- restrict(QueryModifiers) - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
- restrict(QueryModifiers) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- ResultIterator<T> - Class in com.querydsl.lucene3
-
ResultIterator
is a CloseableIterator
implementation for Lucene query results
- ResultIterator(ScoreDoc[], int, IndexSearcher, FieldSelector, Function<Document, T>) - Constructor for class com.querydsl.lucene3.ResultIterator
-
- ResultIterator<T> - Class in com.querydsl.lucene4
-
ResultIterator
is a CloseableIterator
implementation for Lucene query results
- ResultIterator(ScoreDoc[], int, IndexSearcher, Set<String>, Function<Document, T>) - Constructor for class com.querydsl.lucene4.ResultIterator
-
- ResultIterator<T> - Class in com.querydsl.lucene5
-
ResultIterator
is a CloseableIterator
implementation for
Lucene query results
- ResultIterator(ScoreDoc[], int, IndexSearcher, Set<String>, Function<Document, T>) - Constructor for class com.querydsl.lucene5.ResultIterator
-
- ResultSetAdapter - Class in com.querydsl.core.util
-
ResultSetAdapter
is an adapter implementation of the
ResultSet
interface
- ResultSetAdapter(ResultSet) - Constructor for class com.querydsl.core.util.ResultSetAdapter
-
- ResultTransformer<T> - Interface in com.querydsl.core
-
- right(Expression<String>, int) - Static method in class com.querydsl.sql.SQLExpressions
-
Get the rhs rightmost characters of lhs
- right(Expression<String>, Expression<Integer>) - Static method in class com.querydsl.sql.SQLExpressions
-
Get the rhs leftmost characters of lhs
- rightJoin(Expression<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- rightJoin(Expression<P>, Path<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- rightJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- rightJoin(MapExpression<?, P>, Path<P>) - Method in class com.querydsl.core.support.QueryMixin
-
- rightJoin(SubQueryExpression<P>, Path<?>) - Method in class com.querydsl.core.support.QueryMixin
-
- rightJoin(CollectionExpression<?, P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- rightJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- rightJoin(EntityPath<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- rightJoin(EntityPath<P>, Path<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- rightJoin(MapExpression<?, P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- rightJoin(MapExpression<?, P>, Path<P>) - Method in class com.querydsl.jpa.JPAQueryBase
-
- rightJoin(EntityPath<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a right join with the given target.
- rightJoin(EntityPath<P>, Path<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a right join with the given target and alias.
- rightJoin(CollectionExpression<?, P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a right join with the given target.
- rightJoin(CollectionExpression<?, P>, Path<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a right join with the given target and alias.
- rightJoin(MapExpression<?, P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a right join with the given target.
- rightJoin(MapExpression<?, P>, Path<P>) - Method in interface com.querydsl.jpa.JPQLQuery
-
Create a right join with the given target and alias.
- rightJoin(EntityPath<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- rightJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- rightJoin(SubQueryExpression<?>, Path<?>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- rightJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- rightJoin(EntityPath<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a right join to the given target
- rightJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a full join to the given target
- rightJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a right join to the given target
- rightJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.querydsl.sql.SQLCommonQuery
-
Adds a right join to the given target
- RooAnnotationProcessor - Class in com.querydsl.apt.roo
-
AnnotationProcessor for Spring Roo which takes RooJpaEntity
, RooJpaActiveRecord
,
MappedSuperclass
, Embeddable
and Transient
into account
- RooAnnotationProcessor() - Constructor for class com.querydsl.apt.roo.RooAnnotationProcessor
-
- round(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Round to nearest integer
- round(Expression<A>, int) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Round to s decimal places
- round() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a round(this)
expression
- rowDeleted() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- rowDeleted() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- rowid - Static variable in class com.querydsl.sql.oracle.OracleGrammar
-
- rowInserted() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- rowInserted() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- rownum - Static variable in class com.querydsl.sql.oracle.OracleGrammar
-
- rowNumber() - Static method in class com.querydsl.sql.SQLExpressions
-
number of the current row within its partition, counting from 1
- rows() - Method in class com.querydsl.sql.WindowFunction
-
- rowUpdated() - Method in class com.querydsl.core.util.ResultSetAdapter
-
- rowUpdated() - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- rpad(Expression<String>, int) - Static method in class com.querydsl.core.types.dsl.StringExpressions
-
Create a rpad(in, length)
expression
- rpad(Expression<String>, Expression<Integer>) - Static method in class com.querydsl.core.types.dsl.StringExpressions
-
Create a rpad(in, length)
expression
- rpad(Expression<String>, NumberExpression<Integer>, char) - Static method in class com.querydsl.core.types.dsl.StringExpressions
-
Create a rpad(in, length, c)
expression
- rpad(Expression<String>, int, char) - Static method in class com.querydsl.core.types.dsl.StringExpressions
-
Create a rpad(in, length, c)
expression
- rtrim(Expression<String>) - Static method in class com.querydsl.core.types.dsl.StringExpressions
-
Create a rtrim(str)
expression
- safeClassForName(ClassLoader, String) - Static method in class com.querydsl.codegen.ClassPathUtils
-
Get the class for the given className via the given classLoader
- scanPackage(ClassLoader, Package) - Static method in class com.querydsl.codegen.ClassPathUtils
-
Return the classes from the given package and subpackages using the supplied classloader
- scanPackage(ClassLoader, String) - Static method in class com.querydsl.codegen.ClassPathUtils
-
Return the classes from the given package and subpackages using the supplied classloader
- SCHEMA_TO_PACKAGE - Static variable in class com.querydsl.sql.codegen.SQLCodegenModule
-
- SchemaAndTable - Class in com.querydsl.sql
-
SchemaAndTable
combines schema and table into a single value type
- SchemaAndTable(String, String) - Constructor for class com.querydsl.sql.SchemaAndTable
-
- scroll(ScrollMode) - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
Return the query results as ScrollableResults.
- ScrollableResultsIterator<T> - Class in com.querydsl.jpa
-
ScrollableResultsIterator
is a CloseableIterator
adapter for ScrollableResults
- ScrollableResultsIterator(ScrollableResults) - Constructor for class com.querydsl.jpa.ScrollableResultsIterator
-
- ScrollableResultsIterator(ScrollableResults, boolean) - Constructor for class com.querydsl.jpa.ScrollableResultsIterator
-
- SearchQuery<T> - Class in com.querydsl.hibernate.search
-
SearchQuery
is a Query implementation for Hibernate Search
- SearchQuery(FullTextSession, EntityPath<T>) - Constructor for class com.querydsl.hibernate.search.SearchQuery
-
Create a new SearchQuery instance
- SearchQuery(Session, EntityPath<T>) - Constructor for class com.querydsl.hibernate.search.SearchQuery
-
Create a new SearchQuery instance
- SearchSerializer - Class in com.querydsl.hibernate.search
-
SearchSerializer
extends the
LuceneSerializer
to use
Field
annotation data from paths
- SearchSerializer(boolean, boolean) - Constructor for class com.querydsl.hibernate.search.SearchSerializer
-
Create a new SearchSerializer instance
- second() - Method in class com.querydsl.core.types.dsl.DateTimeExpression
-
Create a seconds expression (range 0-59)
- second() - Method in class com.querydsl.core.types.dsl.TimeExpression
-
Create a seconds expression (range 0-59)
- select(Expression<E>) - Method in class com.querydsl.collections.CollQuery
-
- select(Expression<?>...) - Method in class com.querydsl.collections.CollQuery
-
- select(SubQueryExpression<?>) - Method in interface com.querydsl.core.dml.InsertClause
-
Define the populate via subquery
- select(Expression<U>) - Method in interface com.querydsl.core.FetchableQuery
-
Change the projection of this query
- select(Expression<?>...) - Method in interface com.querydsl.core.FetchableQuery
-
Change the projection of this query
- select(Expression<T>) - Static method in class com.querydsl.jdo.JDOExpressions
-
Create a new detached
JDOQuery
instance with the given projection
- select(Expression<?>...) - Static method in class com.querydsl.jdo.JDOExpressions
-
Create a new detached
JDOQuery
instance with the given projection
- select(Expression<U>) - Method in class com.querydsl.jdo.JDOQuery
-
- select(Expression<?>...) - Method in class com.querydsl.jdo.JDOQuery
-
- select(Expression<T>) - Method in class com.querydsl.jdo.JDOQueryFactory
-
Create a new
JDOQuery
instance with the given projection
- select(Expression<?>...) - Method in class com.querydsl.jdo.JDOQueryFactory
-
Create a new
JDOQuery
instance with the given projection
- select(Expression<U>) - Method in class com.querydsl.jdo.sql.JDOSQLQuery
-
- select(Expression<?>...) - Method in class com.querydsl.jdo.sql.JDOSQLQuery
-
- select(Expression<U>) - Method in class com.querydsl.jpa.hibernate.HibernateQuery
-
- select(Expression<?>...) - Method in class com.querydsl.jpa.hibernate.HibernateQuery
-
- select(Expression<T>) - Method in class com.querydsl.jpa.hibernate.HibernateQueryFactory
-
- select(Expression<?>...) - Method in class com.querydsl.jpa.hibernate.HibernateQueryFactory
-
- select(Expression<U>) - Method in class com.querydsl.jpa.hibernate.sql.HibernateSQLQuery
-
- select(Expression<?>...) - Method in class com.querydsl.jpa.hibernate.sql.HibernateSQLQuery
-
- select(Expression<U>) - Method in class com.querydsl.jpa.impl.JPAQuery
-
- select(Expression<?>...) - Method in class com.querydsl.jpa.impl.JPAQuery
-
- select(Expression<T>) - Method in class com.querydsl.jpa.impl.JPAQueryFactory
-
- select(Expression<?>...) - Method in class com.querydsl.jpa.impl.JPAQueryFactory
-
- select(Expression<T>) - Static method in class com.querydsl.jpa.JPAExpressions
-
Create a new detached JPQLQuery instance with the given projection
- select(Expression<?>...) - Static method in class com.querydsl.jpa.JPAExpressions
-
Create a new detached JPQLQuery instance with the given projection
- select(Expression<U>) - Method in interface com.querydsl.jpa.JPQLQuery
-
- select(Expression<?>...) - Method in interface com.querydsl.jpa.JPQLQuery
-
- select(Expression<T>) - Method in interface com.querydsl.jpa.JPQLQueryFactory
-
Create a new JPQLQuery instance with the given projection
- select(Expression<?>...) - Method in interface com.querydsl.jpa.JPQLQueryFactory
-
Create a new JPQLQuery instance with the given projection
- select(Expression<U>) - Method in class com.querydsl.jpa.sql.JPASQLQuery
-
- select(Expression<?>...) - Method in class com.querydsl.jpa.sql.JPASQLQuery
-
- select(SubQueryExpression<?>) - Method in class com.querydsl.sql.dml.SQLInsertClause
-
- select(SubQueryExpression<?>) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
- select(Expression<U>) - Method in class com.querydsl.sql.mssql.SQLServerQuery
-
- select(Expression<?>...) - Method in class com.querydsl.sql.mssql.SQLServerQuery
-
- select(Expression<U>) - Method in class com.querydsl.sql.mysql.MySQLQuery
-
- select(Expression<?>...) - Method in class com.querydsl.sql.mysql.MySQLQuery
-
- select(Expression<U>) - Method in class com.querydsl.sql.oracle.OracleQuery
-
- select(Expression<?>...) - Method in class com.querydsl.sql.oracle.OracleQuery
-
- select(Expression<U>) - Method in class com.querydsl.sql.postgresql.PostgreSQLQuery
-
- select(Expression<?>...) - Method in class com.querydsl.sql.postgresql.PostgreSQLQuery
-
- select(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new detached SQLQuery instance with the given projection
- select(Expression<?>...) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new detached SQLQuery instance with the given projection
- select(Expression<U>) - Method in class com.querydsl.sql.SQLQuery
-
- select(Expression<?>...) - Method in class com.querydsl.sql.SQLQuery
-
- select(Expression<T>) - Method in class com.querydsl.sql.SQLQueryFactory
-
Create a new SQLQuery instance with the given projection
- select(Expression<?>...) - Method in class com.querydsl.sql.SQLQueryFactory
-
Create a new SQLQuery instance with the given projection
- select(Expression<U>) - Method in class com.querydsl.sql.teradata.TeradataQuery
-
- select(Expression<?>...) - Method in class com.querydsl.sql.teradata.TeradataQuery
-
- selectDistinct(Expression<T>) - Static method in class com.querydsl.jdo.JDOExpressions
-
Create a new detached
JDOQuery
instance with the given projection
- selectDistinct(Expression<?>...) - Static method in class com.querydsl.jdo.JDOExpressions
-
Create a new detached
JDOQuery
instance with the given projection
- selectDistinct(Expression<T>) - Method in class com.querydsl.jdo.JDOQueryFactory
-
Create a new
JDOQuery
instance with the given projection
- selectDistinct(Expression<?>...) - Method in class com.querydsl.jdo.JDOQueryFactory
-
Create a new
JDOQuery
instance with the given projection
- selectDistinct(Expression<T>) - Method in class com.querydsl.jpa.hibernate.HibernateQueryFactory
-
- selectDistinct(Expression<?>...) - Method in class com.querydsl.jpa.hibernate.HibernateQueryFactory
-
- selectDistinct(Expression<T>) - Method in class com.querydsl.jpa.impl.JPAQueryFactory
-
- selectDistinct(Expression<?>...) - Method in class com.querydsl.jpa.impl.JPAQueryFactory
-
- selectDistinct(Expression<T>) - Static method in class com.querydsl.jpa.JPAExpressions
-
Create a new detached JPQLQuery instance with the given projection
- selectDistinct(Expression<?>...) - Static method in class com.querydsl.jpa.JPAExpressions
-
Create a new detached JPQLQuery instance with the given projection
- selectDistinct(Expression<T>) - Method in interface com.querydsl.jpa.JPQLQueryFactory
-
Create a new JPQLQuery instance with the given projection
- selectDistinct(Expression<?>...) - Method in interface com.querydsl.jpa.JPQLQueryFactory
-
Create a new JPQLQuery instance with the given projection
- selectDistinct(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new detached SQLQuery instance with the given projection
- selectDistinct(Expression<?>...) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new detached SQLQuery instance with the given projection
- selectDistinct(Expression<T>) - Method in class com.querydsl.sql.SQLQueryFactory
-
Create a new SQLQuery instance with the given projection
- selectDistinct(Expression<?>...) - Method in class com.querydsl.sql.SQLQueryFactory
-
Create a new SQLQuery instance with the given projection
- selectFrom(EntityPath<T>) - Static method in class com.querydsl.jdo.JDOExpressions
-
Create a new detached
JDOQuery
instance with the given projection
- selectFrom(EntityPath<T>) - Method in class com.querydsl.jdo.JDOQueryFactory
-
Create a new
JDOQuery
instance with the given projection
- selectFrom(EntityPath<T>) - Method in class com.querydsl.jpa.hibernate.HibernateQueryFactory
-
- selectFrom(EntityPath<T>) - Method in class com.querydsl.jpa.impl.JPAQueryFactory
-
- selectFrom(EntityPath<T>) - Static method in class com.querydsl.jpa.JPAExpressions
-
Create a new detached JPQLQuery instance with the given projection
- selectFrom(EntityPath<T>) - Method in interface com.querydsl.jpa.JPQLQueryFactory
-
Create a new JPQLQuery instance with the given source and projection
- selectFrom(RelationalPath<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new detached SQLQuery instance with the given projection
- selectFrom(RelationalPath<T>) - Method in class com.querydsl.sql.SQLQueryFactory
-
Create a new detached SQLQuery instance with the given projection and source
- selectOne() - Static method in class com.querydsl.jdo.JDOExpressions
-
Create a new detached
JDOQuery
instance with the projection 1
- selectOne() - Method in class com.querydsl.jdo.JDOQueryFactory
-
Create a new
JDOQuery
instance with the projection 1
- selectOne() - Method in class com.querydsl.jpa.hibernate.HibernateQueryFactory
-
- selectOne() - Method in class com.querydsl.jpa.impl.JPAQueryFactory
-
- selectOne() - Static method in class com.querydsl.jpa.JPAExpressions
-
Create a new detached JPQLQuery instacne with the projection one
- selectOne() - Method in interface com.querydsl.jpa.JPQLQueryFactory
-
Create a new JPQLQuery instance with the projection one
- selectOne() - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new detached SQLQuery instance with one as the projection
- selectOne() - Method in class com.querydsl.sql.SQLQueryFactory
-
Create a new SQLQuery instance with one as the projection
- selectZero() - Static method in class com.querydsl.jdo.JDOExpressions
-
Create a new detached
JDOQuery
instance with the given projection 0
- selectZero() - Method in class com.querydsl.jdo.JDOQueryFactory
-
Create a new
JDOQuery
instance with the projection 0
- selectZero() - Method in class com.querydsl.jpa.hibernate.HibernateQueryFactory
-
- selectZero() - Method in class com.querydsl.jpa.impl.JPAQueryFactory
-
- selectZero() - Static method in class com.querydsl.jpa.JPAExpressions
-
Create a new detached JPQLQuery instacne with the projection zero
- selectZero() - Method in interface com.querydsl.jpa.JPQLQueryFactory
-
Create a new JPQLQuery instance with the projection zero
- selectZero() - Static method in class com.querydsl.sql.SQLExpressions
-
Create a new detached SQLQuery instance with zero as the projection
- selectZero() - Method in class com.querydsl.sql.SQLQueryFactory
-
Create a new SQLQuery instance with zero as the projection
- serialize(EntityType, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.BeanSerializer
-
- serialize(EntityType, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.EntitySerializer
-
- serialize(EntityType, Property, Type, CodeWriter, String, String...) - Method in class com.querydsl.codegen.EntitySerializer
-
- serialize(EntityType, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.GroovyBeanSerializer
-
- serialize(EntityType, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.ProjectionSerializer
-
- serialize(EntityType, SerializerConfig, CodeWriter) - Method in interface com.querydsl.codegen.Serializer
-
- serialize(QueryFlag.Position, Set<QueryFlag>) - Method in class com.querydsl.core.support.SerializerBase
-
- serialize(JoinFlag.Position, Set<JoinFlag>) - Method in class com.querydsl.core.support.SerializerBase
-
- serialize(QueryMetadata, boolean, boolean) - Method in class com.querydsl.jdo.JDOQLSerializer
-
- serialize(boolean) - Method in class com.querydsl.jpa.JPAQueryBase
-
- serialize(QueryMetadata, boolean, String) - Method in class com.querydsl.jpa.JPQLSerializer
-
- serialize(QueryMetadata, boolean) - Method in class com.querydsl.jpa.NativeSQLSerializer
-
- serialize(String, int) - Method in class com.querydsl.sql.CUBRIDTemplates
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.querydsl.sql.DB2Templates
-
- serialize(String, int) - Method in class com.querydsl.sql.DerbyTemplates
-
- serialize(String, int) - Method in class com.querydsl.sql.OracleTemplates
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.querydsl.sql.OracleTemplates
-
- serialize(String, int) - Method in class com.querydsl.sql.PostgreSQLTemplates
-
- serialize(boolean) - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- serialize(String, int) - Method in class com.querydsl.sql.SQLiteTemplates
-
- serialize(QueryMetadata, boolean) - Method in class com.querydsl.sql.SQLSerializer
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.querydsl.sql.SQLServer2005Templates
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.querydsl.sql.SQLServer2012Templates
-
- serialize(String, int) - Method in class com.querydsl.sql.SQLServerTemplates
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.querydsl.sql.SQLServerTemplates
-
- serialize(String, int) - Method in class com.querydsl.sql.SQLTemplates
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.querydsl.sql.SQLTemplates
-
template method for SELECT serialization
- serializeDelete(QueryMetadata, RelationalPath<?>, SQLSerializer) - Method in class com.querydsl.sql.OracleTemplates
-
- serializeDelete(QueryMetadata, RelationalPath<?>) - Method in class com.querydsl.sql.SQLSerializer
-
- serializeDelete(QueryMetadata, RelationalPath<?>, SQLSerializer) - Method in class com.querydsl.sql.SQLServer2005Templates
-
- serializeDelete(QueryMetadata, RelationalPath<?>, SQLSerializer) - Method in class com.querydsl.sql.SQLTemplates
-
template method for DELETE serialization
- serializeForDelete(QueryMetadata) - Method in class com.querydsl.jpa.JPQLSerializer
-
- serializeForeignKeys(EntityType, CodeWriter, Collection<? extends KeyData>, boolean) - Method in class com.querydsl.sql.codegen.MetaDataSerializer
-
- serializeForUpdate(QueryMetadata, Map<Path<?>, Expression<?>>) - Method in class com.querydsl.jpa.JPQLSerializer
-
- serializeInsert(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.querydsl.sql.SQLSerializer
-
- serializeInsert(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>, SQLSerializer) - Method in class com.querydsl.sql.SQLTemplates
-
template method for INSERT serialization
- serializeMerge(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.querydsl.sql.SQLSerializer
-
- serializeMerge(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>, SQLSerializer) - Method in class com.querydsl.sql.SQLTemplates
-
template method for MERGE serialization
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.CUBRIDTemplates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.DB2Templates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.DerbyTemplates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.FirebirdTemplates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.OracleTemplates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.SQLServer2012Templates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.SQLServerTemplates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.SQLTemplates
-
template method for LIMIT and OFFSET serialization
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.querydsl.sql.TeradataTemplates
-
- serializePrimaryKeys(EntityType, CodeWriter, Collection<PrimaryKeyData>) - Method in class com.querydsl.sql.codegen.MetaDataSerializer
-
- serializeProperties(EntityType, SerializerConfig, CodeWriter) - Method in class com.querydsl.codegen.EntitySerializer
-
- serializeProperties(EntityType, SerializerConfig, CodeWriter) - Method in class com.querydsl.sql.codegen.MetaDataSerializer
-
- Serializer - Interface in com.querydsl.codegen
-
Serializer
defines a common interface for
EntityType
serializers
- SerializerBase<S extends SerializerBase<S>> - Class in com.querydsl.core.support
-
SerializerBase
is a stub for Serializer implementations which serialize query metadata to Strings
- SerializerBase(Templates) - Constructor for class com.querydsl.core.support.SerializerBase
-
- SerializerConfig - Interface in com.querydsl.codegen
-
SerializerConfig
defines serialization options to be used in the
Serializer
- serializeUnion(Expression<?>, QueryMetadata, boolean) - Method in class com.querydsl.sql.SQLSerializer
-
- serializeUpdate(QueryMetadata, RelationalPath<?>, Map<Path<?>, Expression<?>>, SQLSerializer) - Method in class com.querydsl.sql.OracleTemplates
-
- serializeUpdate(QueryMetadata, RelationalPath<?>, Map<Path<?>, Expression<?>>) - Method in class com.querydsl.sql.SQLSerializer
-
- serializeUpdate(QueryMetadata, RelationalPath<?>, Map<Path<?>, Expression<?>>, SQLSerializer) - Method in class com.querydsl.sql.SQLServer2005Templates
-
- serializeUpdate(QueryMetadata, RelationalPath<?>, Map<Path<?>, Expression<?>>, SQLSerializer) - Method in class com.querydsl.sql.SQLTemplates
-
template method for UPDATE serialization
- SessionHolder - Interface in com.querydsl.jpa.hibernate
-
Abstraction for different Hibernate Session signatures
- set(Path<U>, U) - Method in class com.querydsl.collections.CollUpdateClause
-
- set(Path<U>, Expression<? extends U>) - Method in class com.querydsl.collections.CollUpdateClause
-
- set(List<? extends Path<?>>, List<?>) - Method in class com.querydsl.collections.CollUpdateClause
-
- set(Path<T>, T) - Method in interface com.querydsl.core.dml.StoreClause
-
Add a value binding
- set(Path<T>, Expression<? extends T>) - Method in interface com.querydsl.core.dml.StoreClause
-
Add an expression binding
- set(List<? extends Path<?>>, List<?>) - Method in interface com.querydsl.core.dml.UpdateClause
-
Set the paths to be updated
- set(Expression<E>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating set expression using a backing LinkedHashSet
- set(GroupExpression<E, F>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating set expression using a backing LinkedHashSet
- set(ParamExpression<T>, T) - Method in interface com.querydsl.core.SimpleQuery
-
Set the given parameter to the given value
- set(ParamExpression<P>, P) - Method in class com.querydsl.core.support.QueryBase
-
Set the given parameter to the given value
- set(ParamExpression<P>, P) - Method in class com.querydsl.core.support.QueryMixin
-
- set(ParamExpression<P>, P) - Method in class com.querydsl.hibernate.search.AbstractSearchQuery
-
- set(List<? extends Path<?>>, List<?>) - Method in class com.querydsl.jdo.dml.JDOUpdateClause
-
- set(Path<T>, T) - Method in class com.querydsl.jdo.dml.JDOUpdateClause
-
- set(Path<T>, Expression<? extends T>) - Method in class com.querydsl.jdo.dml.JDOUpdateClause
-
- set(Path<T>, T) - Method in class com.querydsl.jpa.hibernate.HibernateUpdateClause
-
- set(Path<T>, Expression<? extends T>) - Method in class com.querydsl.jpa.hibernate.HibernateUpdateClause
-
- set(List<? extends Path<?>>, List<?>) - Method in class com.querydsl.jpa.hibernate.HibernateUpdateClause
-
- set(Path<T>, T) - Method in class com.querydsl.jpa.impl.JPAUpdateClause
-
- set(Path<T>, Expression<? extends T>) - Method in class com.querydsl.jpa.impl.JPAUpdateClause
-
- set(List<? extends Path<?>>, List<?>) - Method in class com.querydsl.jpa.impl.JPAUpdateClause
-
- set(ParamExpression<P>, P) - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
- set(ParamExpression<P>, P) - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
- set(ParamExpression<P>, P) - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
- set(ParamExpression<T>, T) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- set(PreparedStatement, Path<?>, int, T) - Method in class com.querydsl.sql.Configuration
-
Set the value at the given index in the statement
- set(Path<T>, T) - Method in class com.querydsl.sql.dml.SQLInsertClause
-
- set(Path<T>, Expression<? extends T>) - Method in class com.querydsl.sql.dml.SQLInsertClause
-
- set(Path<T>, T) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
- set(Path<T>, Expression<? extends T>) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
- set(Path<T>, T) - Method in class com.querydsl.sql.dml.SQLUpdateClause
-
- set(Path<T>, Expression<? extends T>) - Method in class com.querydsl.sql.dml.SQLUpdateClause
-
- set(List<? extends Path<?>>, List<?>) - Method in class com.querydsl.sql.dml.SQLUpdateClause
-
- set(String, String) - Method in class com.querydsl.sql.teradata.SetQueryBandClause
-
- set(Map<String, String>) - Method in class com.querydsl.sql.teradata.SetQueryBandClause
-
- setAddFullConstructor(boolean) - Method in class com.querydsl.codegen.BeanSerializer
-
- setAddToString(boolean) - Method in class com.querydsl.codegen.BeanSerializer
-
- setAlternativeEntityAnnotation(Class<? extends Annotation>) - Method in class com.querydsl.apt.DefaultConfiguration
-
- setAnonParamPrefix(String) - Method in class com.querydsl.core.support.SerializerBase
-
- setArraysSupported(boolean) - Method in class com.querydsl.sql.SQLTemplates
-
- setAsc(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setAuthName(String) - Method in class com.querydsl.sql.spatial.SpatialRefSys
-
- setAuthSrid(Integer) - Method in class com.querydsl.sql.spatial.SpatialRefSys
-
- setAutoIncrement(boolean) - Method in class com.querydsl.sql.codegen.support.ColumnData
-
- setAutoIncrement(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setBatchCountViaGetUpdateCount(boolean) - Method in class com.querydsl.sql.SQLTemplates
-
- setBean(Object) - Method in class com.querydsl.core.util.BeanMap
-
Sets the bean to be operated on by this map.
- setBeanAddFullConstructor(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setBeanAddToString(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setBeanInterfaces(String[]) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setBeanInterfaces(String[]) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setBeanPackageName(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setBeanPackageName(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setBeanPackageName(String) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Override the bean package name (default: packageName)
- setBeanPrefix(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setBeanPrefix(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setBeanPrefix(String) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Override the bean prefix for the classes (default: "")
- setBeanPrintSupertype(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setBeanSerializer(Serializer) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set the Bean serializer to create bean types as well
- setBeanSerializerClass(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setBeanSerializerClass(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setBeanSerializerClass(Class<? extends Serializer>) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set the Bean serializer class to create bean types as well
- setBeanSuffix(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setBeanSuffix(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setBeanSuffix(String) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Override the bean suffix for the classes (default: "")
- setBuildContext(BuildContext) - Method in class com.querydsl.maven.AbstractExporterMojo
-
- setBuildContext(BuildContext) - Method in class com.querydsl.maven.CompileMojo
-
- setCacheable(boolean) - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
Enable caching of this query result set.
- setCacheable(boolean) - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
Enable caching of this query result set.
- setCacheRegion(String) - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
Set the name of the cache region.
- setCacheRegion(String) - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
Set the name of the cache region.
- setColumnAlias(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setColumnAnnotations(boolean) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setColumnAnnotations(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setColumnAnnotations(boolean) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set whether column annotations should be created
- setColumnComparatorClass(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setColumnComparatorClass(Class<? extends Comparator<Property>>) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set the column comparator class
- setComment(String) - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
Add a comment to the generated SQL.
- setCompilerOptions(Map<String, String>) - Method in class com.querydsl.maven.CompileMojo
-
- setConfiguration(Configuration) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Override the configuration
- setConnection(Connection) - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- setConstantPrefix(String) - Method in class com.querydsl.core.support.SerializerBase
-
- setConstants(Query, Map<Object, String>, Map<ParamExpression<?>, Object>) - Static method in class com.querydsl.jpa.hibernate.HibernateUtil
-
- setConstants(Query, Map<Object, String>, Map<ParamExpression<?>, Object>) - Static method in class com.querydsl.jpa.impl.JPAUtil
-
- setCount(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setCountDistinctMultipleColumns(boolean) - Method in class com.querydsl.sql.SQLTemplates
-
- setCountStar(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setCountViaAnalytics(boolean) - Method in class com.querydsl.sql.SQLTemplates
-
- setCreateIndex(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setCreateScalaSources(boolean) - Method in class com.querydsl.codegen.GenericExporter
-
Set whether Scala sources are generated
- setCreateScalaSources(boolean) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setCreateScalaSources(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setCreateScalaSources(boolean) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set true to create Scala sources instead of Java sources
- setCreateTable(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setCreateUniqueIndex(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setCustomTypes(String[]) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setCustomTypes(String[]) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setData(String, Object) - Method in interface com.querydsl.sql.SQLListenerContext
-
The context setData is a general purpose place that listeners can place objects.
- setData(String, Object) - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- setDefaultValues(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setDelete(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setDesc(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setDistinct(boolean) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- setDistinct(boolean) - Method in class com.querydsl.core.EmptyMetadata
-
- setDistinct(boolean) - Method in interface com.querydsl.core.QueryMetadata
-
Set the distinct flag
- setDistinct(boolean) - Method in class com.querydsl.core.support.QueryMixin
-
- setDistinctCountEnd(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setDistinctCountStart(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setDmlWithSchema(boolean) - Method in class com.querydsl.sql.SQLSerializer
-
- setDummyTable(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setEmbeddableAnnotation(Class<? extends Annotation>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the embeddable annotation
- setEmbeddedAnnotation(Class<? extends Annotation>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the embedded annotation
- setEntity(RelationalPath<?>) - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- setEntityAnnotation(Class<? extends Annotation>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the entity annotation
- setEntityType(EntityType) - Method in class com.querydsl.codegen.Supertype
-
- setException(Exception) - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- setExceptionTranslator(SQLExceptionTranslator) - Method in class com.querydsl.sql.Configuration
-
Set the exception translator
- setExportAll(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setExportAll(boolean) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set whether all table types should be exported
- setExportBeans(boolean) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setExportBeans(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setExportForeignKeys(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setExportForeignKeys(boolean) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set whether foreign keys should be exported
- setExportPrimaryKeys(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setExportPrimaryKeys(boolean) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set whether primary keys should be exported
- setExportTables(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setExportTables(boolean) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set whether tables should be exported
- setExportViews(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setExportViews(boolean) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set whether views should be exported
- setFetchDirection(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- setFetchDirection(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- setFetchSize(int) - Method in class com.querydsl.core.util.ResultSetAdapter
-
- setFetchSize(int) - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
Set a fetchJoin size for the underlying JDBC query.
- setFetchSize(int) - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
Set a fetchJoin size for the underlying JDBC query.
- setFetchSize(int) - Method in class com.querydsl.sql.dml.EmptyResultSet
-
- setFlushMode(FlushMode) - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
Override the current session flush mode, just for this query.
- setFlushMode(FlushModeType) - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- setFlushMode(FlushModeType) - Method in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- setForeignKeysClassName(String) - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- setForeignKeysVariable(String) - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- setFrom(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setFullJoin(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setFunctionJoinsWrapped(boolean) - Method in class com.querydsl.sql.SQLTemplates
-
- setGroupBy(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setHandleFields(boolean) - Method in class com.querydsl.codegen.GenericExporter
-
Set whether fields are handled (default true)
- setHandleFields(boolean) - Method in class com.querydsl.maven.AbstractExporterMojo
-
- setHandleMethods(boolean) - Method in class com.querydsl.codegen.GenericExporter
-
Set whether fields are handled (default true)
- setHandleMethods(boolean) - Method in class com.querydsl.maven.AbstractExporterMojo
-
- setHaving(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setHint(String, Object) - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- setHint(String, Object) - Method in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- setImports(String[]) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setImports(String[]) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setImports(String[]) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set the java imports
- setInnerClassesForKeys(boolean) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setInnerClassesForKeys(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setInnerClassesForKeys(boolean) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set whether inner classes should be created for keys
- setInnerJoin(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setInsertInto(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setJdbcDriver(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setJdbcDriver(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setJdbcPassword(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setJdbcPassword(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setJdbcUrl(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setJdbcUrl(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setJdbcUser(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setJdbcUser(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setJoin(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setKey(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setKeywords(Collection<String>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the keywords to be used
- setLeftJoin(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setLimit(Long) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- setLimit(Long) - Method in class com.querydsl.core.EmptyMetadata
-
- setLimit(Long) - Method in interface com.querydsl.core.QueryMetadata
-
Set the maxmium amount of rows
- setLimitRequired(boolean) - Method in class com.querydsl.sql.SQLTemplates
-
- setListMaxSize(int) - Method in class com.querydsl.sql.SQLTemplates
-
- setLockMode(Path<?>, LockMode) - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
Set the lock mode for the given path.
- setLockMode(Path<?>, LockMode) - Method in class com.querydsl.jpa.hibernate.HibernateDeleteClause
-
Set the lock mode for the given path.
- setLockMode(Path<?>, LockMode) - Method in class com.querydsl.jpa.hibernate.HibernateUpdateClause
-
Set the lock mode for the given path.
- setLockMode(LockModeType) - Method in class com.querydsl.jpa.impl.AbstractJPAQuery
-
- setLockMode(LockModeType) - Method in class com.querydsl.jpa.impl.JPADeleteClause
-
- setLockMode(LockModeType) - Method in class com.querydsl.jpa.impl.JPAUpdateClause
-
- setLockMode(LockModeType) - Method in class com.querydsl.jpa.sql.AbstractJPASQLQuery
-
- setLowerCase(boolean) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setLowerCase(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setLowerCase(boolean) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set whether names should be normalized to lowercase
- setMaxFetchDepth(int) - Method in class com.querydsl.jdo.AbstractJDOQuery
-
Set the maximum fetch depth when fetching.
- setMaxFetchDepth(int) - Method in interface com.querydsl.jdo.JDOQLQuery
-
Set the maximum fetch depth when fetching.
- setMaxLimit(int) - Method in class com.querydsl.sql.SQLTemplates
-
- setMergeInto(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setModifiers(QueryModifiers) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- setModifiers(QueryModifiers) - Method in class com.querydsl.core.EmptyMetadata
-
- setModifiers(QueryModifiers) - Method in interface com.querydsl.core.QueryMetadata
-
Set the query modifiers limit and offset
- setName(String) - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter.Property
-
- setNamePrefix(String) - Method in class com.querydsl.apt.DefaultConfiguration
-
- setNamePrefix(String) - Method in class com.querydsl.codegen.GenericExporter
-
Set the name prefix
- setNamePrefix(String) - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter
-
- setNamePrefix(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setNamePrefix(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setNamePrefix(String) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Override the name prefix for the classes (default: Q)
- setNameSuffix(String) - Method in class com.querydsl.apt.DefaultConfiguration
-
- setNameSuffix(String) - Method in class com.querydsl.codegen.GenericExporter
-
Set the name suffix
- setNameSuffix(String) - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter
-
- setNameSuffix(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setNameSuffix(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setNameSuffix(String) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Override the name suffix for the classes (default: "")
- setNamingStrategy(NamingStrategy) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Override the NamingStrategy (default: new DefaultNamingStrategy())
- setNamingStrategyClass(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setNamingStrategyClass(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setNativeMerge(boolean) - Method in class com.querydsl.sql.SQLTemplates
-
- setNormalize(boolean) - Method in class com.querydsl.core.support.SerializerBase
-
- setNotNull(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setNull(Path<U>) - Method in class com.querydsl.collections.CollUpdateClause
-
- setNull(Path<T>) - Method in interface com.querydsl.core.dml.StoreClause
-
Bind the given path to null
- setNull(Path<T>) - Method in class com.querydsl.jdo.dml.JDOUpdateClause
-
- setNull(Path<T>) - Method in class com.querydsl.jpa.hibernate.HibernateUpdateClause
-
- setNull(Path<T>) - Method in class com.querydsl.jpa.impl.JPAUpdateClause
-
- setNull(Path<T>) - Method in class com.querydsl.sql.dml.SQLInsertClause
-
- setNull(Path<T>) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
- setNull(Path<T>) - Method in class com.querydsl.sql.dml.SQLUpdateClause
-
- setNullAllowed(boolean) - Method in class com.querydsl.sql.codegen.support.ColumnData
-
- setNullsFirst(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setNullsLast(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setNumericMappings(NumericMapping[]) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setOffset(Long) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- setOffset(Long) - Method in class com.querydsl.core.EmptyMetadata
-
- setOffset(Long) - Method in interface com.querydsl.core.QueryMetadata
-
Set the amount of skipped rows
- setOffsetTemplate(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setOn(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setOrderBy(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setPackageName(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setPackageName(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setPackageName(String) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set the package name
- setPackages(String[]) - Method in class com.querydsl.maven.AbstractExporterMojo
-
- setPackageSuffix(String) - Method in class com.querydsl.codegen.GenericExporter
-
Set the package suffix
- setParam(ParamExpression<T>, T) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- setParam(ParamExpression<T>, T) - Method in class com.querydsl.core.EmptyMetadata
-
- setParam(ParamExpression<T>, T) - Method in interface com.querydsl.core.QueryMetadata
-
Bind the value for the given parameter expression
- setParameterMetadataAvailable(boolean) - Method in class com.querydsl.sql.SQLTemplates
-
- setParameters(PreparedStatement, List<?>, List<Path<?>>, Map<ParamExpression<?>, ?>) - Method in class com.querydsl.sql.AbstractSQLQuery
-
- setParameters(PreparedStatement, List<?>, List<Path<?>>, Map<ParamExpression<?>, ?>) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
Set the parameters to the given PreparedStatement
- setParamPrefix(String) - Method in class com.querydsl.core.support.SerializerBase
-
- setPath(Class<E>, Class<Q>, PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- SetPath<E,Q extends SimpleExpression<? super E>> - Class in com.querydsl.core.types.dsl
-
SetPath
represents set paths
- SetPath(Class<? super E>, Class<Q>, String) - Constructor for class com.querydsl.core.types.dsl.SetPath
-
- SetPath(Class<? super E>, Class<Q>, Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.SetPath
-
- SetPath(Class<? super E>, Class<Q>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.SetPath
-
- SetPath(Class<? super E>, Class<Q>, PathMetadata, PathInits) - Constructor for class com.querydsl.core.types.dsl.SetPath
-
- setPersistenceUnitName(String) - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter
-
- setPrecedence(int, Operator...) - Method in class com.querydsl.core.types.Templates
-
- setPrimaryKeysClassName(String) - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- setPrimaryKeysVariable(String) - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- setPrintSchema(boolean) - Method in class com.querydsl.sql.SQLTemplates
-
- setPrintSupertype(boolean) - Method in class com.querydsl.codegen.BeanSerializer
-
- setPrintSupertype(boolean) - Method in class com.querydsl.codegen.GroovyBeanSerializer
-
- setProject(MavenProject) - Method in class com.querydsl.maven.AbstractExporterMojo
-
- setProject(MavenProject) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setProject(MavenProject) - Method in class com.querydsl.maven.CompileMojo
-
- setProjection(Expression<?>) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- setProjection(Expression<?>) - Method in class com.querydsl.core.EmptyMetadata
-
- setProjection(Expression<?>) - Method in interface com.querydsl.core.QueryMetadata
-
Set the projection
- setProjection(Expression<E>) - Method in class com.querydsl.core.support.QueryMixin
-
- setProjection(Expression<?>...) - Method in class com.querydsl.core.support.QueryMixin
-
- SetQueryBandClause - Class in com.querydsl.sql.teradata
-
SetQueryBandClause
provides support for Teradata specific set query_band executions.
- SetQueryBandClause(Connection, SQLTemplates) - Constructor for class com.querydsl.sql.teradata.SetQueryBandClause
-
- SetQueryBandClause(Connection, Configuration) - Constructor for class com.querydsl.sql.teradata.SetQueryBandClause
-
- setReadOnly(boolean) - Method in class com.querydsl.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.querydsl.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.
- setReadPreference(ReadPreference) - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
Sets the read preference for this query
- setRenameMappings(RenameMapping[]) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setReservedSuffix(String) - Method in class com.querydsl.sql.codegen.AbstractNamingStrategy
-
- setRightJoin(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setScala(boolean) - Method in class com.querydsl.maven.AbstractExporterMojo
-
- setSchemaPattern(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setSchemaPattern(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setSchemaPattern(String) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set the schema pattern filter to be used
- setSchemaToPackage(boolean) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setSchemaToPackage(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setSchemaToPackage(boolean) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set whether schema names should be appended to the package name
- setSelect(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setSelectDistinct(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setSelf(T) - Method in class com.querydsl.core.support.QueryMixin
-
- setSerializerClass(Class<? extends Serializer>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the serializer class to be used
- setSerializerClass(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setSerializerClass(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setSerializerClass(Class<? extends Serializer>) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set the serializer class
- setSerializerConfig(SerializerConfig) - Method in class com.querydsl.codegen.GenericExporter
-
Set the serializer configuration to use
- setSet(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setSize(Integer) - Method in class com.querydsl.sql.codegen.support.ColumnData
-
- setSkipAnnotation(Class<? extends Annotation>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the skip annotation
- setSkipParent(boolean) - Method in class com.querydsl.sql.SQLSerializer
-
- setSource(String) - Method in class com.querydsl.maven.CompileMojo
-
- setSourceEncoding(String) - Method in class com.querydsl.maven.AbstractExporterMojo
-
- setSourceEncoding(String) - Method in class com.querydsl.maven.CompileMojo
-
- setSourceEncoding(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setSourceEncoding(String) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set the source encoding
- setSourceFolder(File) - Method in class com.querydsl.maven.CompileMojo
-
- setSpatial(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setSpatial(boolean) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set whether spatial type support should be used
- setSRID(Expression<T>, int) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Sets the SRID on a geometry to a particular integer value.
- setSRID(Expression<T>, int) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Sets the SRID on a geometry to a particular integer value.
- setSrid(Integer) - Method in class com.querydsl.sql.spatial.SpatialRefSys
-
- setSrtext(String) - Method in class com.querydsl.sql.spatial.SpatialRefSys
-
- setStrict(boolean) - Method in class com.querydsl.core.support.SerializerBase
-
- setStrictMode(boolean) - Method in class com.querydsl.apt.DefaultConfiguration
-
- setStrictMode(boolean) - Method in class com.querydsl.codegen.GenericExporter
-
Set whether annotationless superclasses are handled or not (default: true)
- setSupertypeAnnotation(Class<? extends Annotation>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the supertype annotation
- setSupportsUnquotedReservedWordsAsIdentifier(boolean) - Method in class com.querydsl.sql.SQLTemplates
-
- setTableAlias(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setTableNamePattern(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setTableNamePattern(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setTableNamePattern(String) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set the table name pattern filter to be used
- setTableTypesToExport(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setTableTypesToExport(String) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set the table types to export as a comma separated string
- setTarget(String) - Method in class com.querydsl.maven.CompileMojo
-
- setTargetFolder(File) - Method in class com.querydsl.codegen.GenericExporter
-
Set the target folder for generated sources
- setTargetFolder(String) - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter
-
- setTargetFolder(File) - Method in class com.querydsl.maven.AbstractExporterMojo
-
- setTargetFolder(String) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setTargetFolder(String) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setTargetFolder(File) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set the target folder
- setTemplates(SQLTemplates) - Method in class com.querydsl.sql.Configuration
-
Set the templates to use for serialization
- setTestClasspath(boolean) - Method in class com.querydsl.maven.AbstractExporterMojo
-
- setTestClasspath(boolean) - Method in class com.querydsl.maven.CompileMojo
-
- setTimeout(int) - Method in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
Set a timeout for the underlying JDBC query.
- setTimeout(int) - Method in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
Set a timeout for the underlying JDBC query.
- setTypeMappings(TypeMapping[]) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setTypeMappings(TypeMappings) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set the type mappings to use
- setTypeMappingsClass(Class<? extends TypeMappings>) - Method in class com.querydsl.codegen.GenericExporter
-
Set the typemappings class to be used
- setUnionsWrapped(boolean) - Method in class com.querydsl.sql.SQLTemplates
-
- setUnique(boolean) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- setUnique(boolean) - Method in class com.querydsl.core.EmptyMetadata
-
- setUnique(boolean) - Method in interface com.querydsl.core.QueryMetadata
-
Set the unique flag
- setUnique(boolean) - Method in class com.querydsl.core.support.QueryMixin
-
- setUnique(boolean) - Method in class com.querydsl.sql.codegen.support.IndexData
-
- setUnknownAsEmbedded(boolean) - Method in class com.querydsl.apt.DefaultConfiguration
-
- setUnknownAsEntity(boolean) - Method in class com.querydsl.codegen.TypeFactory
-
- setUnknownAsEntity(boolean) - Method in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- setUpdate(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setUseFields(boolean) - Method in class com.querydsl.apt.DefaultConfiguration
-
- setUseGetters(boolean) - Method in class com.querydsl.apt.DefaultConfiguration
-
- setUseLiterals(boolean) - Method in class com.querydsl.sql.AbstractSQLQuery
-
- setUseLiterals(boolean) - Method in class com.querydsl.sql.Configuration
-
Set whether literals are used
- setUseLiterals(boolean) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
- setUseLiterals(boolean) - Method in class com.querydsl.sql.SQLSerializer
-
- setValidate(boolean) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- setValidate(boolean) - Method in class com.querydsl.core.EmptyMetadata
-
- setValidate(boolean) - Method in interface com.querydsl.core.QueryMetadata
-
Set the validate flag
- setValidatingVisitor(ValidatingVisitor) - Method in class com.querydsl.core.DefaultQueryMetadata
-
- setValidationAnnotations(boolean) - Method in class com.querydsl.maven.AbstractMetaDataExportMojo
-
- setValidationAnnotations(boolean) - Method in class com.querydsl.sql.codegen.ant.AntMetaDataExporter
-
- setValidationAnnotations(boolean) - Method in class com.querydsl.sql.codegen.MetaDataExporter
-
Set whether validation annotations should be created
- setValue(Object) - Method in class com.querydsl.core.util.BeanMap.MyMapEntry
-
Sets the value.
- setValue(String) - Method in class com.querydsl.jpa.codegen.ant.AntJPADomainExporter.Property
-
- setValue(PreparedStatement, int, T) - Method in class com.querydsl.sql.types.ArrayType
-
- setValue(PreparedStatement, int, BigDecimal) - Method in class com.querydsl.sql.types.BigDecimalAsDoubleType
-
- setValue(PreparedStatement, int, BigDecimal) - Method in class com.querydsl.sql.types.BigDecimalType
-
- setValue(PreparedStatement, int, BigInteger) - Method in class com.querydsl.sql.types.BigIntegerAsLongType
-
- setValue(PreparedStatement, int, BigInteger) - Method in class com.querydsl.sql.types.BigIntegerType
-
- setValue(PreparedStatement, int, Blob) - Method in class com.querydsl.sql.types.BlobType
-
- setValue(PreparedStatement, int, Boolean) - Method in class com.querydsl.sql.types.BooleanType
-
- setValue(PreparedStatement, int, byte[]) - Method in class com.querydsl.sql.types.BytesType
-
- setValue(PreparedStatement, int, Byte) - Method in class com.querydsl.sql.types.ByteType
-
- setValue(PreparedStatement, int, Calendar) - Method in class com.querydsl.sql.types.CalendarType
-
- setValue(PreparedStatement, int, Character) - Method in class com.querydsl.sql.types.CharacterType
-
- setValue(PreparedStatement, int, Clob) - Method in class com.querydsl.sql.types.ClobType
-
- setValue(PreparedStatement, int, Currency) - Method in class com.querydsl.sql.types.CurrencyType
-
- setValue(PreparedStatement, int, DateTime) - Method in class com.querydsl.sql.types.DateTimeType
-
- setValue(PreparedStatement, int, Date) - Method in class com.querydsl.sql.types.DateType
-
- setValue(PreparedStatement, int, Double) - Method in class com.querydsl.sql.types.DoubleType
-
- setValue(PreparedStatement, int, T) - Method in class com.querydsl.sql.types.EnumAsObjectType
-
- setValue(PreparedStatement, int, T) - Method in class com.querydsl.sql.types.EnumByNameType
-
- setValue(PreparedStatement, int, T) - Method in class com.querydsl.sql.types.EnumByOrdinalType
-
- setValue(PreparedStatement, int, Float) - Method in class com.querydsl.sql.types.FloatType
-
- setValue(PreparedStatement, int, InputStream) - Method in class com.querydsl.sql.types.InputStreamType
-
- setValue(PreparedStatement, int, Integer) - Method in class com.querydsl.sql.types.IntegerType
-
- setValue(PreparedStatement, int, LocalDateTime) - Method in class com.querydsl.sql.types.LocalDateTimeType
-
- setValue(PreparedStatement, int, LocalDate) - Method in class com.querydsl.sql.types.LocalDateType
-
- setValue(PreparedStatement, int, Locale) - Method in class com.querydsl.sql.types.LocaleType
-
- setValue(PreparedStatement, int, LocalTime) - Method in class com.querydsl.sql.types.LocalTimeType
-
- setValue(PreparedStatement, int, Long) - Method in class com.querydsl.sql.types.LongType
-
- setValue(PreparedStatement, int, Boolean) - Method in class com.querydsl.sql.types.NumericBooleanType
-
- setValue(PreparedStatement, int, Object) - Method in class com.querydsl.sql.types.ObjectType
-
- setValue(PreparedStatement, int, Short) - Method in class com.querydsl.sql.types.ShortType
-
- setValue(PreparedStatement, int, SQLXML) - Method in class com.querydsl.sql.types.SQLXMLType
-
- setValue(PreparedStatement, int, String) - Method in class com.querydsl.sql.types.StringAsObjectType
-
- setValue(PreparedStatement, int, String) - Method in class com.querydsl.sql.types.StringType
-
- setValue(PreparedStatement, int, Timestamp) - Method in class com.querydsl.sql.types.TimestampType
-
- setValue(PreparedStatement, int, Time) - Method in class com.querydsl.sql.types.TimeType
-
- setValue(PreparedStatement, int, Boolean) - Method in class com.querydsl.sql.types.TrueFalseType
-
- setValue(PreparedStatement, int, T) - Method in interface com.querydsl.sql.types.Type
-
Set the object to the statement
- setValue(PreparedStatement, int, URL) - Method in class com.querydsl.sql.types.URLType
-
- setValue(PreparedStatement, int, Date) - Method in class com.querydsl.sql.types.UtilDateType
-
- setValue(PreparedStatement, int, UUID) - Method in class com.querydsl.sql.types.UtilUUIDType
-
- setValue(PreparedStatement, int, String) - Method in class com.querydsl.sql.types.XMLAsStringType
-
- setValue(PreparedStatement, int, Boolean) - Method in class com.querydsl.sql.types.YesNoType
-
- setValues(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setWhere(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setWith(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setWithRecursive(String) - Method in class com.querydsl.sql.SQLTemplates
-
- setWrapSelectParameters(boolean) - Method in class com.querydsl.sql.SQLTemplates
-
- ShortType - Class in com.querydsl.sql.types
-
ShortType
maps Short to Short on the JDBC level
- ShortType() - Constructor for class com.querydsl.sql.types.ShortType
-
- ShortType(int) - Constructor for class com.querydsl.sql.types.ShortType
-
- shortValue() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this.shortValue()
expression
- sign(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a sign(num)
expression
- SimpleExpression<T> - Class in com.querydsl.core.types.dsl
-
SimpleExpression
is the base class for
Expression
implementations.
- SimpleExpression(Expression<T>) - Constructor for class com.querydsl.core.types.dsl.SimpleExpression
-
- simpleOperation(Class<? extends T>, Operator, Expression<?>...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Operation expression
- SimpleOperation<T> - Class in com.querydsl.core.types.dsl
-
SimpleOperation
represents a simple operation expression
- SimpleOperation(Class<? extends T>, Operator, Expression<?>...) - Constructor for class com.querydsl.core.types.dsl.SimpleOperation
-
- SimpleOperation(Class<? extends T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.dsl.SimpleOperation
-
- simplePath(Class<? extends T>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- simplePath(Class<? extends T>, Path<?>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- simplePath(Class<? extends T>, PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- SimplePath<T> - Class in com.querydsl.core.types.dsl
-
SimplePath
represents simple paths
- SimplePath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.SimplePath
-
- SimplePath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.SimplePath
-
- SimplePath(Class<? extends T>, String) - Constructor for class com.querydsl.core.types.dsl.SimplePath
-
- SimpleQuery<Q extends SimpleQuery<Q>> - Interface in com.querydsl.core
-
SimpleQuery
defines a simple querying interface than
Query
- SimpleSerializerConfig - Class in com.querydsl.codegen
-
SimpleSerializerConfig
is the default implementation of the
SerializerConfig
interface
- SimpleSerializerConfig(boolean, boolean, boolean, boolean, String) - Constructor for class com.querydsl.codegen.SimpleSerializerConfig
-
- simpleTemplate(Class<? extends T>, String, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- simpleTemplate(Class<? extends T>, String, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- simpleTemplate(Class<? extends T>, Template, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- simpleTemplate(Class<? extends T>, Template, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- SimpleTemplate<T> - Class in com.querydsl.core.types.dsl
-
SimpleTemplate
defines custom simple expressions
- SimpleTemplate(Class<? extends T>, Template, ImmutableList<?>) - Constructor for class com.querydsl.core.types.dsl.SimpleTemplate
-
- sin(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a sin(num)
expression
- sinh(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a sinh(num)
expression
- size() - Method in interface com.querydsl.core.Tuple
-
Get the size of the Tuple
- size() - Method in interface com.querydsl.core.types.dsl.ArrayExpression
-
Create a this.size()
expression
- size() - Method in class com.querydsl.core.types.dsl.ArrayPath
-
- size() - Method in class com.querydsl.core.types.dsl.CollectionExpressionBase
-
Create a this.size()
expression
- size() - Method in class com.querydsl.core.types.dsl.MapExpressionBase
-
Create a this.size()
expression
- size() - Method in class com.querydsl.core.util.BeanMap
-
Returns the number of properties defined by the bean.
- SizeImpl - Class in com.querydsl.sql.codegen.support
-
SizeImpl
is an implementation of the Size
interface
- SizeImpl(int, int) - Constructor for class com.querydsl.sql.codegen.support.SizeImpl
-
- skipAnn - Variable in class com.querydsl.apt.DefaultConfiguration
-
- skipNulls() - Method in class com.querydsl.core.types.FactoryExpressionBase
-
Returns a wrapper expression which returns null if all arguments to newInstance are null
- smallResult() - Method in class com.querydsl.sql.mysql.MySQLQuery
-
For SQL_SMALL_RESULT, MySQL uses fast temporary tables to store the resulting table instead
of using sorting.
- sort(Sort) - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
- sort(Sort) - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
- sort(Sort) - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
- sortedMap(Expression<K>, Expression<V>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating map expression using a backing TreeMap
- sortedMap(GroupExpression<K, T>, Expression<V>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating map expression using a backing TreeMap
- sortedMap(Expression<K>, GroupExpression<V, U>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating map expression using a backing TreeMap
- sortedMap(GroupExpression<K, T>, GroupExpression<V, U>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating map expression using a backing TreeMap
- sortedMap(Expression<K>, Expression<V>, Comparator<? super K>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating map expression using a backing TreeMap using the given comparator
- sortedMap(GroupExpression<K, T>, Expression<V>, Comparator<? super T>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating map expression using a backing TreeMap using the given comparator
- sortedMap(Expression<K>, GroupExpression<V, U>, Comparator<? super K>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating map expression using a backing TreeMap using the given comparator
- sortedMap(GroupExpression<K, T>, GroupExpression<V, U>, Comparator<? super T>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating map expression using a backing TreeMap using the given comparator
- sortedSet(Expression<E>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating set expression using a backing TreeSet
- sortedSet(GroupExpression<E, F>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating set expression using a backing TreeSet
- sortedSet(Expression<E>, Comparator<? super E>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating set expression using a backing TreeSet using the given comparator
- sortedSet(GroupExpression<E, F>, Comparator<? super F>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating set expression using a backing TreeSet using the given comparator
- SpatialOps - Enum in com.querydsl.spatial
-
SpatialOps
provides
Operator
instances for spatial operations
- spatialRefSys - Static variable in class com.querydsl.sql.spatial.QSpatialRefSys
-
- SpatialRefSys - Class in com.querydsl.sql.spatial
-
SpatialRefSys is a Querydsl bean type
- SpatialRefSys() - Constructor for class com.querydsl.sql.spatial.SpatialRefSys
-
- spatialRefSysPkey - Variable in class com.querydsl.sql.spatial.QSpatialRefSys
-
- SpatialSupport - Class in com.querydsl.sql.codegen
-
SpatialSupport
provides support for spatial types in code generation
- SpatialTemplatesSupport - Class in com.querydsl.sql.spatial
-
Static factory methods for spatial enabled SQLTemplates subclasses
- SpringConnectionProvider - Class in com.querydsl.sql.spring
-
SpringConnectionProvider
is a Provider implementation which provides a transactionally bound connection
- SpringConnectionProvider(DataSource) - Constructor for class com.querydsl.sql.spring.SpringConnectionProvider
-
- SpringExceptionTranslator - Class in com.querydsl.sql.spring
-
SpringExceptionTranslator
is an SQLExceptionTranslator
implementation which uses Spring's
exception translation functionality internally
- SpringExceptionTranslator() - Constructor for class com.querydsl.sql.spring.SpringExceptionTranslator
-
- SpringExceptionTranslator(SQLExceptionTranslator) - Constructor for class com.querydsl.sql.spring.SpringExceptionTranslator
-
- SQL_RESERVED_WORDS - Static variable in class com.querydsl.sql.SQLTemplates
-
- SQLBaseListener - Class in com.querydsl.sql
-
SQLBaseListener
is a base implementation of the
SQLDetailedListener
interface
with empty method implementations
- SQLBaseListener() - Constructor for class com.querydsl.sql.SQLBaseListener
-
- SQLBindings - Class in com.querydsl.sql
-
SQLBindings
provides the SQL query string and bindings
- SQLBindings(String, ImmutableList<Object>) - Constructor for class com.querydsl.sql.SQLBindings
-
- SQLCloseListener - Class in com.querydsl.sql
-
SQLCloseListener
closes the JDBC connection at the end of the query or clause execution
- SQLCodegenModule - Class in com.querydsl.sql.codegen
-
SQLCodegenModule
is a dependency injection module with codegen configuration
- SQLCodegenModule() - Constructor for class com.querydsl.sql.codegen.SQLCodegenModule
-
- SQLCommonQuery<Q extends SQLCommonQuery<Q>> - Interface in com.querydsl.sql
-
SQLCommonQuery
is a common interface for SQLQuery and SQLSubQuery
- SQLCommonQueryFactory<Q extends SQLCommonQuery<?>,D extends SQLDeleteClause,U extends SQLUpdateClause,I extends SQLInsertClause,M extends SQLMergeClause> - Interface in com.querydsl.sql
-
Factory interface for query and clause creation.
- SQLDeleteClause - Class in com.querydsl.sql.dml
-
SQLDeleteClause
defines a DELETE clause
- SQLDeleteClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLDeleteClause
-
- SQLDeleteClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLDeleteClause
-
- SQLDetailedListener - Interface in com.querydsl.sql
-
An extended listener interface that details much more about the preparation and execution of queries
- SQLExceptionTranslator - Interface in com.querydsl.sql
-
SQLExceptionTranslator
translate SQLExceptions to runtime exceptions
- SQLExceptionWrapper - Class in com.querydsl.sql.support
-
A SQLExceptionWrapper
is used to accommodate for
Java™ 7's suppressed exceptions.
- SQLExceptionWrapper() - Constructor for class com.querydsl.sql.support.SQLExceptionWrapper
-
- SQLExpressions - Class in com.querydsl.sql
-
Common SQL expressions
- SQLInsertBatch - Class in com.querydsl.sql.dml
-
SQLInsertBatch
defines the state of an SQL INSERT batch item
- SQLInsertBatch(List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Constructor for class com.querydsl.sql.dml.SQLInsertBatch
-
- SQLInsertClause - Class in com.querydsl.sql.dml
-
SQLInsertClause defines an INSERT INTO clause
- SQLInsertClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLInsertClause
-
- SQLInsertClause(Connection, SQLTemplates, RelationalPath<?>, SQLQuery<?>) - Constructor for class com.querydsl.sql.dml.SQLInsertClause
-
- SQLInsertClause(Connection, Configuration, RelationalPath<?>, SQLQuery<?>) - Constructor for class com.querydsl.sql.dml.SQLInsertClause
-
- SQLInsertClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLInsertClause
-
- SQLiteTemplates - Class in com.querydsl.sql
-
SQLiteTemplates
is a SQL dialect for SQLite
- SQLiteTemplates() - Constructor for class com.querydsl.sql.SQLiteTemplates
-
- SQLiteTemplates(boolean) - Constructor for class com.querydsl.sql.SQLiteTemplates
-
- SQLiteTemplates(char, boolean) - Constructor for class com.querydsl.sql.SQLiteTemplates
-
- SQLListener - Interface in com.querydsl.sql
-
Listener interface for SQL queries and clauses
- SQLListenerContext - Interface in com.querydsl.sql
-
A context object that is progressively filled out during query execution and is passed to each
SQLDetailedListener
callback method
- SQLListenerContextImpl - Class in com.querydsl.sql
-
A mutable implementation of SQL listener context.
- SQLListenerContextImpl(QueryMetadata, Connection, RelationalPath<?>) - Constructor for class com.querydsl.sql.SQLListenerContextImpl
-
- SQLListenerContextImpl(QueryMetadata, Connection) - Constructor for class com.querydsl.sql.SQLListenerContextImpl
-
- SQLListenerContextImpl(QueryMetadata) - Constructor for class com.querydsl.sql.SQLListenerContextImpl
-
- SQLListeners - Class in com.querydsl.sql
-
SQLListeners
is a
SQLListener
implementation which dispatches the
notifications to a list of SQLListener instances
- SQLListeners(SQLListener) - Constructor for class com.querydsl.sql.SQLListeners
-
- SQLListeners() - Constructor for class com.querydsl.sql.SQLListeners
-
- SQLMergeBatch - Class in com.querydsl.sql.dml
-
SQLMergeBatch
defines the state of an SQL MERGE batch item
- SQLMergeBatch(List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Constructor for class com.querydsl.sql.dml.SQLMergeBatch
-
- SQLMergeClause - Class in com.querydsl.sql.dml
-
SQLMergeClause
defines an MERGE INTO clause
- SQLMergeClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLMergeClause
-
- SQLMergeClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLMergeClause
-
- SQLOps - Enum in com.querydsl.sql
-
SQLOps
provides SQL specific operators
- SQLQuery<T> - Class in com.querydsl.sql
-
SQLQuery
is a JDBC based implementation of the
SQLCommonQuery
interface
- SQLQuery() - Constructor for class com.querydsl.sql.SQLQuery
-
Create a detached SQLQuery instance The query can be attached via the
clone method
- SQLQuery(SQLTemplates) - Constructor for class com.querydsl.sql.SQLQuery
-
Create a detached SQLQuery instance The query can be attached via the
clone method
- SQLQuery(Connection, SQLTemplates) - Constructor for class com.querydsl.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Connection, SQLTemplates, QueryMetadata) - Constructor for class com.querydsl.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Configuration) - Constructor for class com.querydsl.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Connection, Configuration) - Constructor for class com.querydsl.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQueryFactory - Class in com.querydsl.sql
-
Factory class for query and DML clause creation
- SQLQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.querydsl.sql.SQLQueryFactory
-
- SQLQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.querydsl.sql.SQLQueryFactory
-
- SQLQueryFactory(Configuration, DataSource) - Constructor for class com.querydsl.sql.SQLQueryFactory
-
- SQLQueryTypeFactory - Class in com.querydsl.sql.codegen
-
SQLQueryTypeFactory
is a
QueryTypeFactory
implementation with configuration
data from this module
- SQLQueryTypeFactory(String, String, String, String, String, String) - Constructor for class com.querydsl.sql.codegen.SQLQueryTypeFactory
-
- SQLResultIterator<T> - Class in com.querydsl.sql
-
SQLResultIterator
is an Iterator adapter for JDBC result sets with customizable projections
- SQLResultIterator(Configuration, Statement, ResultSet) - Constructor for class com.querydsl.sql.SQLResultIterator
-
- SQLResultIterator(Configuration, Statement, ResultSet, SQLDetailedListener, SQLListenerContext) - Constructor for class com.querydsl.sql.SQLResultIterator
-
- SQLSerializer - Class in com.querydsl.sql
-
SqlSerializer
serializes SQL clauses into SQL
- SQLSerializer(Configuration) - Constructor for class com.querydsl.sql.SQLSerializer
-
- SQLSerializer(Configuration, boolean) - Constructor for class com.querydsl.sql.SQLSerializer
-
- SQLSerializer.Stage - Enum in com.querydsl.sql
-
- SQLServer2005Templates - Class in com.querydsl.sql
-
SQLServer2005Templates
is an SQL dialect for Microsoft SQL Server 2005
- SQLServer2005Templates() - Constructor for class com.querydsl.sql.SQLServer2005Templates
-
- SQLServer2005Templates(boolean) - Constructor for class com.querydsl.sql.SQLServer2005Templates
-
- SQLServer2005Templates(char, boolean) - Constructor for class com.querydsl.sql.SQLServer2005Templates
-
- SQLServer2008SpatialTemplates - Class in com.querydsl.sql.spatial
-
SQLServer2008SpatialTemplates
is a spatial enabled SQL dialect for SQL Server 2008
- SQLServer2008SpatialTemplates() - Constructor for class com.querydsl.sql.spatial.SQLServer2008SpatialTemplates
-
- SQLServer2008SpatialTemplates(boolean) - Constructor for class com.querydsl.sql.spatial.SQLServer2008SpatialTemplates
-
- SQLServer2008SpatialTemplates(char, boolean) - Constructor for class com.querydsl.sql.spatial.SQLServer2008SpatialTemplates
-
- SQLServer2008Templates - Class in com.querydsl.sql
-
SQLServer2008Templates
is an SQL dialect for Microsoft SQL Server 2008
- SQLServer2008Templates() - Constructor for class com.querydsl.sql.SQLServer2008Templates
-
- SQLServer2008Templates(boolean) - Constructor for class com.querydsl.sql.SQLServer2008Templates
-
- SQLServer2008Templates(char, boolean) - Constructor for class com.querydsl.sql.SQLServer2008Templates
-
- SQLServer2012Templates - Class in com.querydsl.sql
-
SQLServer2012Templates
is an SQL dialect for Microsoft SQL Server 2012 and later
- SQLServer2012Templates() - Constructor for class com.querydsl.sql.SQLServer2012Templates
-
- SQLServer2012Templates(boolean) - Constructor for class com.querydsl.sql.SQLServer2012Templates
-
- SQLServer2012Templates(char, boolean) - Constructor for class com.querydsl.sql.SQLServer2012Templates
-
- SQLServerQuery<T> - Class in com.querydsl.sql.mssql
-
SQLServerQuery
provides SQL Server related extensions to SQLQuery
- SQLServerQuery(Connection) - Constructor for class com.querydsl.sql.mssql.SQLServerQuery
-
- SQLServerQuery(Connection, SQLTemplates) - Constructor for class com.querydsl.sql.mssql.SQLServerQuery
-
- SQLServerQuery(Connection, SQLTemplates, QueryMetadata) - Constructor for class com.querydsl.sql.mssql.SQLServerQuery
-
- SQLServerQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.mssql.SQLServerQuery
-
- SQLServerQuery(Connection, Configuration) - Constructor for class com.querydsl.sql.mssql.SQLServerQuery
-
- SQLServerQueryFactory - Class in com.querydsl.sql.mssql
-
SQL Server specific implementation of SQLQueryFactory
- SQLServerQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.querydsl.sql.mssql.SQLServerQueryFactory
-
- SQLServerQueryFactory(Provider<Connection>) - Constructor for class com.querydsl.sql.mssql.SQLServerQueryFactory
-
- SQLServerQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.querydsl.sql.mssql.SQLServerQueryFactory
-
- SQLServerTableHints - Enum in com.querydsl.sql.mssql
-
Table hints constants for SQLServerQuery
- SQLServerTemplates - Class in com.querydsl.sql
-
SQLServerTemplates
is an SQL dialect for Microsoft SQL Server
- SQLServerTemplates() - Constructor for class com.querydsl.sql.SQLServerTemplates
-
- SQLServerTemplates(boolean) - Constructor for class com.querydsl.sql.SQLServerTemplates
-
- SQLServerTemplates(char, boolean) - Constructor for class com.querydsl.sql.SQLServerTemplates
-
- SQLTemplates - Class in com.querydsl.sql
-
SQLTemplates
extends
Templates
to provides SQL specific extensions
and acts as database specific Dialect for Querydsl SQL
- SQLTemplates(String, char, boolean) - Constructor for class com.querydsl.sql.SQLTemplates
-
Deprecated.
- SQLTemplates(Set<String>, String, char, boolean) - Constructor for class com.querydsl.sql.SQLTemplates
-
- SQLTemplates.Builder - Class in com.querydsl.sql
-
Fluent builder for SQLTemplates
instances *
- SQLTemplates.Builder() - Constructor for class com.querydsl.sql.SQLTemplates.Builder
-
- SQLTemplatesRegistry - Class in com.querydsl.sql
-
SQLTemplatesRegistry
is a registry for SQLTemplates instances
- SQLTemplatesRegistry() - Constructor for class com.querydsl.sql.SQLTemplatesRegistry
-
- SQLUpdateBatch - Class in com.querydsl.sql.dml
-
SQLUpdateBatch
defines the state of an SQL UPDATE batch item
- SQLUpdateBatch(QueryMetadata, Map<Path<?>, Expression<?>>) - Constructor for class com.querydsl.sql.dml.SQLUpdateBatch
-
- SQLUpdateClause - Class in com.querydsl.sql.dml
-
SQLUpdateClause
defines a UPDATE clause
- SQLUpdateClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLUpdateClause
-
- SQLUpdateClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.querydsl.sql.dml.SQLUpdateClause
-
- SQLXMLType - Class in com.querydsl.sql.types
-
SQLXMLType
maps SQLXML to SQLXML on the JDBC level
- SQLXMLType() - Constructor for class com.querydsl.sql.types.SQLXMLType
-
- SQLXMLType(int) - Constructor for class com.querydsl.sql.types.SQLXMLType
-
- sqrt() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a sqrt(this)
expression
- srid() - Method in class com.querydsl.spatial.GeometryExpression
-
Returns the Spatial Reference System ID for this geometric object.
- srid() - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns the Spatial Reference System ID for this geometric object.
- srid - Variable in class com.querydsl.sql.spatial.QSpatialRefSys
-
- srtext - Variable in class com.querydsl.sql.spatial.QSpatialRefSys
-
- stage - Variable in class com.querydsl.sql.SQLSerializer
-
- start(SQLListenerContext) - Method in class com.querydsl.sql.SQLBaseListener
-
- start(SQLListenerContext) - Method in interface com.querydsl.sql.SQLDetailedListener
-
Called at the start of a query.
- start(SQLListenerContext) - Method in class com.querydsl.sql.SQLListeners
-
- startContext(Connection, QueryMetadata) - Method in class com.querydsl.sql.AbstractSQLQuery
-
Called to create and start a new SQL Listener context
- startContext(Connection, QueryMetadata, RelationalPath<?>) - Method in class com.querydsl.sql.dml.AbstractSQLClause
-
Called to create and start a new SQL Listener context
- startPoint() - Method in class com.querydsl.spatial.CurveExpression
-
The start Point of this Curve.
- startPoint() - Method in class com.querydsl.spatial.jts.JTSCurveExpression
-
The start Point of this Curve.
- startsWith(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.startsWith(str)
expression
- startsWith(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.startsWith(str)
expression
- startsWith(QueryMetadata, Operation<?>, boolean) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- startsWith(QueryMetadata, Operation<?>, boolean) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- startsWith(QueryMetadata, Operation<?>, boolean) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- startsWithIgnoreCase(Expression<String>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.startsWithIgnoreCase(str)
expression
- startsWithIgnoreCase(String) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.startsWithIgnoreCase(str)
expression
- startWith(Predicate) - Method in class com.querydsl.sql.oracle.OracleQuery
-
START WITH specifies the root row(s) of the hierarchy.
- StatelessSessionHolder - Class in com.querydsl.jpa.hibernate
-
SessionHolder implementation using StatelessSession
- StatelessSessionHolder(StatelessSession) - Constructor for class com.querydsl.jpa.hibernate.StatelessSessionHolder
-
- stddev(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns the sample standard deviation of expr, a set of numbers.
- stddevDistinct(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns the sample standard deviation of expr, a set of numbers.
- stddevPop(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns the population standard deviation and returns the square root of the population variance.
- stddevSamp(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns the cumulative sample standard deviation and returns the square root of the sample variance.
- StoreClause<C extends StoreClause<C>> - Interface in com.querydsl.core.dml
-
- straightJoin() - Method in class com.querydsl.sql.mysql.MySQLQuery
-
STRAIGHT_JOIN forces the optimizer to join the tables in the order in which they are listed
in the FROM clause.
- StringAsObjectType - Class in com.querydsl.sql.types
-
StringAsObjectType
maps String to String on the JDBC level
- StringAsObjectType() - Constructor for class com.querydsl.sql.types.StringAsObjectType
-
- StringAsObjectType(int) - Constructor for class com.querydsl.sql.types.StringAsObjectType
-
- stringContains(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- stringContains(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- stringContains(Operation<?>, QueryMetadata, boolean) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- StringExpression - Class in com.querydsl.core.types.dsl
-
StringExpression
represents
String
expressions
- StringExpression(Expression<String>) - Constructor for class com.querydsl.core.types.dsl.StringExpression
-
- StringExpressions - Class in com.querydsl.core.types.dsl
-
Extended String expressions, supported by the SQL module
- stringOperation(Operator, Expression<?>...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Operation expression
- StringOperation - Class in com.querydsl.core.types.dsl
-
StringOperation
represents a String typed operation
- StringOperation(Operator, Expression<?>...) - Constructor for class com.querydsl.core.types.dsl.StringOperation
-
- StringOperation(Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.dsl.StringOperation
-
- stringPath(String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- stringPath(Path<?>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- stringPath(PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- StringPath - Class in com.querydsl.core.types.dsl
-
StringPath
represents String typed paths
- StringPath(Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.StringPath
-
- StringPath(PathMetadata) - Constructor for class com.querydsl.core.types.dsl.StringPath
-
- StringPath(String) - Constructor for class com.querydsl.core.types.dsl.StringPath
-
- stringRange(Path<?>, String, Expression<?>, Expression<?>, boolean, boolean, QueryMetadata) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- stringRange(Path<?>, String, Expression<?>, Expression<?>, boolean, boolean, QueryMetadata) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- stringRange(Path<?>, String, Expression<?>, Expression<?>, boolean, boolean, QueryMetadata) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- stringTemplate(String, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- stringTemplate(String, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- stringTemplate(Template, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- stringTemplate(Template, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- StringTemplate - Class in com.querydsl.core.types.dsl
-
StringTemplate
defines custom String expressions
- StringTemplate(Template, ImmutableList<?>) - Constructor for class com.querydsl.core.types.dsl.StringTemplate
-
- StringType - Class in com.querydsl.sql.types
-
StringType
maps String to String on the JDBC level
- StringType() - Constructor for class com.querydsl.sql.types.StringType
-
- StringType(int) - Constructor for class com.querydsl.sql.types.StringType
-
- stringValue() - Method in class com.querydsl.core.types.dsl.LiteralExpression
-
Create a cast to String expression
- stringValue() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a cast to String expression
- stringValue() - Method in class com.querydsl.core.types.dsl.StringExpression
-
- subarray(Object[], int, int) - Static method in class com.querydsl.core.util.ArrayUtils
-
- subList(List<T>) - Method in class com.querydsl.core.QueryModifiers
-
Get a sublist based on the restriction of limit and offset
- SubQueryExpression<T> - Interface in com.querydsl.core.types
-
SubQueryExpression
represents a sub query.
- SubQueryExpressionImpl<T> - Class in com.querydsl.core.types
-
- SubQueryExpressionImpl(Class<? extends T>, QueryMetadata) - Constructor for class com.querydsl.core.types.SubQueryExpressionImpl
-
- substring(int) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.substring(beginIndex)
expression
- substring(int, int) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.substring(beginIndex, endIndex)
expression
- substring(Expression<Integer>, int) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.substring(beginIndex, endIndex)
expression
- substring(int, Expression<Integer>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.substring(beginIndex, endIndex)
expression
- substring(Expression<Integer>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.substring(beginIndex)
expression
- substring(Expression<Integer>, Expression<Integer>) - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.substring(beginIndex, endIndex)
expression
- subtract(Expression<N>) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this - right
expression
- subtract(N) - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a this - right
expression
- SUFFIX - Static variable in class com.querydsl.codegen.CodegenModule
-
key for the query type name suffix
- sum(Expression<E>) - Static method in class com.querydsl.core.group.GroupBy
-
Create a new aggregating sum expression
- sum() - Method in class com.querydsl.core.types.dsl.NumberExpression
-
Create a sum(this)
expression
- sum(D, Number) - Static method in class com.querydsl.core.util.MathUtils
-
- sum(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
Start a window function expression
- Supertype - Class in com.querydsl.codegen
-
Supertype
defines a tuple of a
Type
and an optional
EntityType
instance used for
supertype references in
EntityType
instances
- Supertype(Type) - Constructor for class com.querydsl.codegen.Supertype
-
- Supertype(Type, EntityType) - Constructor for class com.querydsl.codegen.Supertype
-
- superTypeAnn - Variable in class com.querydsl.apt.DefaultConfiguration
-
- SupertypeSerializer - Class in com.querydsl.codegen
-
SupertypeSerializer
is a
Serializer
implementation for supertypes
- SupertypeSerializer(TypeMappings, Collection<String>) - Constructor for class com.querydsl.codegen.SupertypeSerializer
-
Create a new SupertypeSerializer instance
- SurfaceExpression<T extends org.geolatte.geom.Geometry> - Class in com.querydsl.spatial
-
A Surface is a 2-dimensional geometric object.
- SurfaceExpression(Expression<T>) - Constructor for class com.querydsl.spatial.SurfaceExpression
-
- symDifference(Geometry) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns a geometric object that represents the
Point set symmetric difference of this geometric object with anotherGeometry.
- symDifference(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns a geometric object that represents the
Point set symmetric difference of this geometric object with anotherGeometry.
- symDifference(Geometry) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns a geometric object that represents the
Point set symmetric difference of this geometric object with anotherGeometry.
- symDifference(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns a geometric object that represents the
Point set symmetric difference of this geometric object with anotherGeometry.
- sysdate - Static variable in class com.querydsl.sql.oracle.OracleGrammar
-
- table - Variable in class com.querydsl.maven.TypeMapping
-
- tableHints(SQLServerTableHints...) - Method in class com.querydsl.sql.mssql.SQLServerQuery
-
Set the table hints
- tan(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a tan(num)
expression
- tanh(Expression<A>) - Static method in class com.querydsl.core.types.dsl.MathExpressions
-
Create a tanh(num)
expression
- template(Class<? extends T>, String, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- template(Class<? extends T>, String, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- template(Class<? extends T>, Template, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- template(Class<? extends T>, Template, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- template(Class<? extends T>, String, Object...) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a new Template expression
- template(Class<? extends T>, String, ImmutableList<?>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a new Template expression
- template(Class<? extends T>, Template, Object...) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a new Template expression
- template(Class<? extends T>, Template, ImmutableList<?>) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Create a new Template expression
- Template - Class in com.querydsl.core.types
-
- Template.AsString - Class in com.querydsl.core.types
-
Expression as string
- Template.AsString(int) - Constructor for class com.querydsl.core.types.Template.AsString
-
- Template.ByIndex - Class in com.querydsl.core.types
-
Argument by index
- Template.ByIndex(int) - Constructor for class com.querydsl.core.types.Template.ByIndex
-
- Template.Element - Class in com.querydsl.core.types
-
General template element
- Template.Element() - Constructor for class com.querydsl.core.types.Template.Element
-
- Template.StaticText - Class in com.querydsl.core.types
-
Static text element
- Template.StaticText(String) - Constructor for class com.querydsl.core.types.Template.StaticText
-
- Template.Transformed - Class in com.querydsl.core.types
-
Transformed expression
- Template.Transformed(int, Function<Object, Object>) - Constructor for class com.querydsl.core.types.Template.Transformed
-
- TemplateExpression<T> - Interface in com.querydsl.core.types
-
TemplateExpression
provides base types for custom expressions with integrated
serialization templates
- TemplateExpressionImpl<T> - Class in com.querydsl.core.types
-
- TemplateExpressionImpl(Class<? extends T>, Template, Object...) - Constructor for class com.querydsl.core.types.TemplateExpressionImpl
-
- TemplateExpressionImpl(Class<? extends T>, Template, ImmutableList<?>) - Constructor for class com.querydsl.core.types.TemplateExpressionImpl
-
- TemplateFactory - Class in com.querydsl.core.types
-
TemplateFactory
is a factory for
Template
instances
- TemplateFactory(char) - Constructor for class com.querydsl.core.types.TemplateFactory
-
- Templates - Class in com.querydsl.core.types
-
Templates
provides operator patterns for query expression serialization
- Templates() - Constructor for class com.querydsl.core.types.Templates
-
- Templates(char) - Constructor for class com.querydsl.core.types.Templates
-
- Templates.Precedence - Class in com.querydsl.core.types
-
Precedence order based on Java language operator precedence
- Templates.Precedence() - Constructor for class com.querydsl.core.types.Templates.Precedence
-
- TemporalExpression<T extends Comparable> - Class in com.querydsl.core.types.dsl
-
TemporalExpression
is a supertype for Date/Time related types
- TemporalExpression(Expression<T>) - Constructor for class com.querydsl.core.types.dsl.TemporalExpression
-
- TeradataQuery<T> - Class in com.querydsl.sql.teradata
-
TeradataQuery
provides Teradata related extensions to SQLQuery
- TeradataQuery(Connection) - Constructor for class com.querydsl.sql.teradata.TeradataQuery
-
- TeradataQuery(Connection, SQLTemplates) - Constructor for class com.querydsl.sql.teradata.TeradataQuery
-
- TeradataQuery(Connection, Configuration) - Constructor for class com.querydsl.sql.teradata.TeradataQuery
-
- TeradataQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.querydsl.sql.teradata.TeradataQuery
-
- TeradataQueryFactory - Class in com.querydsl.sql.teradata
-
Teradata specific implementation of SQLQueryFactory
- TeradataQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.querydsl.sql.teradata.TeradataQueryFactory
-
- TeradataQueryFactory(Provider<Connection>) - Constructor for class com.querydsl.sql.teradata.TeradataQueryFactory
-
- TeradataQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.querydsl.sql.teradata.TeradataQueryFactory
-
- TeradataSpatialTemplates - Class in com.querydsl.sql.spatial
-
TeradataSpatialTemplates
is a spatial enabled SQL dialect for Teradata
- TeradataSpatialTemplates() - Constructor for class com.querydsl.sql.spatial.TeradataSpatialTemplates
-
- TeradataSpatialTemplates(boolean) - Constructor for class com.querydsl.sql.spatial.TeradataSpatialTemplates
-
- TeradataSpatialTemplates(char, boolean) - Constructor for class com.querydsl.sql.spatial.TeradataSpatialTemplates
-
- TeradataTemplates - Class in com.querydsl.sql
-
TeradataTemplates
is a SQL dialect for Teradata
- TeradataTemplates() - Constructor for class com.querydsl.sql.TeradataTemplates
-
- TeradataTemplates(boolean) - Constructor for class com.querydsl.sql.TeradataTemplates
-
- TeradataTemplates(char, boolean) - Constructor for class com.querydsl.sql.TeradataTemplates
-
- TermElement - Class in com.querydsl.lucene3
-
TermElement
represents the embedded String as a term
- TermElement(String) - Constructor for class com.querydsl.lucene3.TermElement
-
- TermElement - Class in com.querydsl.lucene4
-
TermElement
represents the embedded String as a term
- TermElement(String) - Constructor for class com.querydsl.lucene4.TermElement
-
- TermElement - Class in com.querydsl.lucene5
-
TermElement
represents the embedded String as a term
- TermElement(String) - Constructor for class com.querydsl.lucene5.TermElement
-
- TestMetadataExportMojo - Class in com.querydsl.maven
-
TestMetadataExportMojo
is a goal for
MetaDataExporter
usage and is bound to the generated-sources phase
- TestMetadataExportMojo() - Constructor for class com.querydsl.maven.TestMetadataExportMojo
-
- then(A) - Method in class com.querydsl.core.types.dsl.CaseBuilder.CaseWhen
-
- then(Expression<A>) - Method in class com.querydsl.core.types.dsl.CaseBuilder.CaseWhen
-
- then(Expression<A>) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(A) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(Predicate) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(boolean) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(ComparableExpression<T>) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(A) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(DateExpression<T>) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(Date) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(DateTimeExpression<T>) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(Timestamp) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(Date) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(EnumExpression<T>) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(T) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(NumberExpression<A>) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(A) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(StringExpression) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(String) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(TimeExpression<T>) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(Time) - Method in class com.querydsl.core.types.dsl.CaseBuilder.Initial
-
- then(Expression<T>) - Method in class com.querydsl.core.types.dsl.CaseForEqBuilder.CaseWhen
-
- then(T) - Method in class com.querydsl.core.types.dsl.CaseForEqBuilder.CaseWhen
-
- then(Expression<T>) - Method in class com.querydsl.core.types.dsl.CaseForEqBuilder
-
- then(T) - Method in class com.querydsl.core.types.dsl.CaseForEqBuilder
-
- then(T) - Method in class com.querydsl.core.types.dsl.CaseForEqBuilder
-
- then(NumberExpression<T>) - Method in class com.querydsl.core.types.dsl.CaseForEqBuilder
-
- then(StringExpression) - Method in class com.querydsl.core.types.dsl.CaseForEqBuilder
-
- then(String) - Method in class com.querydsl.core.types.dsl.CaseForEqBuilder
-
- thenNull() - Method in class com.querydsl.core.types.dsl.CaseForEqBuilder
-
- thenNumber(Expression<T>) - Method in class com.querydsl.core.types.dsl.CaseForEqBuilder
-
- THREE - Static variable in class com.querydsl.core.types.dsl.Expressions
-
- TimeExpression<T extends Comparable> - Class in com.querydsl.core.types.dsl
-
TimeExpression
represents Time expressions
- TimeExpression(Expression<T>) - Constructor for class com.querydsl.core.types.dsl.TimeExpression
-
- timeFormatter - Static variable in class com.querydsl.sql.types.AbstractDateTimeType
-
- timeOperation(Class<? extends T>, Operator, Expression<?>...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Operation expression
- TimeOperation<T extends Comparable<?>> - Class in com.querydsl.core.types.dsl
-
TimeOperation
represents Time operations
- TimeOperation(Class<? extends T>, Operator, Expression<?>...) - Constructor for class com.querydsl.core.types.dsl.TimeOperation
-
- TimeOperation(Class<? extends T>, Operator, ImmutableList<Expression<?>>) - Constructor for class com.querydsl.core.types.dsl.TimeOperation
-
- timeout - Variable in class com.querydsl.jpa.hibernate.AbstractHibernateQuery
-
- timeout - Variable in class com.querydsl.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- timePath(Class<? extends T>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- timePath(Class<? extends T>, Path<?>, String) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- timePath(Class<? extends T>, PathMetadata) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Path expression
- TimePath<T extends Comparable> - Class in com.querydsl.core.types.dsl
-
TimePath
represented Time paths
- TimePath(Class<? extends T>, Path<?>, String) - Constructor for class com.querydsl.core.types.dsl.TimePath
-
- TimePath(Class<? extends T>, PathMetadata) - Constructor for class com.querydsl.core.types.dsl.TimePath
-
- TimePath(Class<? extends T>, String) - Constructor for class com.querydsl.core.types.dsl.TimePath
-
- TimestampType - Class in com.querydsl.sql.types
-
TimestampType
maps Timestamp to Timestamp on the JDBC level
- TimestampType() - Constructor for class com.querydsl.sql.types.TimestampType
-
- TimestampType(int) - Constructor for class com.querydsl.sql.types.TimestampType
-
- timeTemplate(Class<? extends T>, String, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- timeTemplate(Class<? extends T>, String, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- timeTemplate(Class<? extends T>, Template, Object...) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- timeTemplate(Class<? extends T>, Template, ImmutableList<?>) - Static method in class com.querydsl.core.types.dsl.Expressions
-
Create a new Template expression
- TimeTemplate<T extends Comparable<?>> - Class in com.querydsl.core.types.dsl
-
TimeTemplate
defines custom time expressions
- TimeTemplate(Class<? extends T>, Template, ImmutableList<?>) - Constructor for class com.querydsl.core.types.dsl.TimeTemplate
-
- TimeType - Class in com.querydsl.sql.types
-
TimeType
maps Time to Time on the JDBC level
- TimeType() - Constructor for class com.querydsl.sql.types.TimeType
-
- TimeType(int) - Constructor for class com.querydsl.sql.types.TimeType
-
- toArray() - Method in interface com.querydsl.core.group.Group
-
Groups elements as an array
- toArray() - Method in interface com.querydsl.core.Tuple
-
Get the content as an Object array
- toCamelCase(String) - Method in class com.querydsl.sql.codegen.DefaultNamingStrategy
-
- toExpression(Object) - Static method in class com.querydsl.core.types.ExpressionUtils
-
Converts the given object to an Expression
- toField(Path<?>) - Method in class com.querydsl.hibernate.search.SearchSerializer
-
- toField(Path<?>) - Method in class com.querydsl.lucene3.LuceneSerializer
-
template method, override to customize
- toField(Path<?>) - Method in class com.querydsl.lucene4.LuceneSerializer
-
template method, override to customize
- toField(Path<?>) - Method in class com.querydsl.lucene5.LuceneSerializer
-
template method, override to customize
- toLocale(String) - Static method in class com.querydsl.sql.types.LocaleType
-
- toLowerCase() - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.toLowerCase()
expression
- toQuery(Expression<?>, QueryMetadata) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- toQuery(Expression<?>, QueryMetadata) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- toQuery(Expression<?>, QueryMetadata) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- toSort(List<? extends OrderSpecifier<?>>) - Method in class com.querydsl.lucene3.LuceneSerializer
-
- toSort(List<? extends OrderSpecifier<?>>) - Method in class com.querydsl.lucene4.LuceneSerializer
-
- toSort(List<? extends OrderSpecifier<?>>) - Method in class com.querydsl.lucene5.LuceneSerializer
-
- toSort(List<OrderSpecifier<?>>) - Method in class com.querydsl.mongodb.MongodbSerializer
-
- toString() - Method in class com.querydsl.codegen.Delegate
-
- toString() - Method in class com.querydsl.codegen.Property
-
- toString() - Method in class com.querydsl.codegen.Supertype
-
- toString() - Method in class com.querydsl.collections.CollDeleteClause
-
- toString() - Method in class com.querydsl.collections.CollUpdateClause
-
- toString() - Method in class com.querydsl.core.BooleanBuilder
-
- toString() - Method in class com.querydsl.core.group.AbstractGroupExpression
-
- toString() - Method in class com.querydsl.core.JoinExpression
-
- toString() - Method in class com.querydsl.core.JoinFlag
-
- toString() - Method in class com.querydsl.core.QueryFlag
-
- toString() - Method in class com.querydsl.core.support.QueryBase
-
- toString() - Method in class com.querydsl.core.support.QueryMixin
-
- toString() - Method in class com.querydsl.core.support.SerializerBase
-
- toString() - Method in class com.querydsl.core.types.dsl.DslExpression
-
- toString() - Method in class com.querydsl.core.types.ExpressionBase
-
- toString() - Method in class com.querydsl.core.types.MutableExpressionBase
-
- toString() - Method in class com.querydsl.core.types.OrderSpecifier
-
- toString() - Method in class com.querydsl.core.types.Template.AsString
-
- toString() - Method in class com.querydsl.core.types.Template.ByIndex
-
- toString() - Method in class com.querydsl.core.types.Template.StaticText
-
- toString() - Method in class com.querydsl.core.types.Template
-
- toString() - Method in class com.querydsl.core.types.Template.Transformed
-
- toString() - Method in class com.querydsl.core.util.BeanMap
-
- toString() - Method in class com.querydsl.jdo.AbstractJDOQuery
-
- toString() - Method in class com.querydsl.jdo.dml.JDODeleteClause
-
- toString() - Method in class com.querydsl.jdo.sql.AbstractSQLQuery
-
- toString() - Method in class com.querydsl.jpa.hibernate.HibernateDeleteClause
-
- toString() - Method in class com.querydsl.jpa.hibernate.HibernateUpdateClause
-
- toString() - Method in class com.querydsl.jpa.impl.JPADeleteClause
-
- toString() - Method in class com.querydsl.jpa.impl.JPAUpdateClause
-
- toString() - Method in class com.querydsl.jpa.JPAQueryBase
-
- toString() - Method in class com.querydsl.lucene3.AbstractLuceneQuery
-
- toString() - Method in class com.querydsl.lucene4.AbstractLuceneQuery
-
- toString() - Method in class com.querydsl.lucene5.AbstractLuceneQuery
-
- toString() - Method in class com.querydsl.mongodb.AbstractMongodbQuery
-
- toString() - Method in class com.querydsl.sql.dml.SQLDeleteClause
-
- toString() - Method in class com.querydsl.sql.dml.SQLInsertClause
-
- toString() - Method in class com.querydsl.sql.dml.SQLMergeClause
-
- toString() - Method in class com.querydsl.sql.dml.SQLUpdateClause
-
- toString() - Method in class com.querydsl.sql.ProjectableSQLQuery
-
- toString() - Method in class com.querydsl.sql.SchemaAndTable
-
- toString() - Method in class com.querydsl.sql.SQLListenerContextImpl
-
- toString() - Method in class com.querydsl.sql.teradata.SetQueryBandClause
-
- toString() - Method in class com.querydsl.sql.UnionImpl
-
- ToStringVisitor - Class in com.querydsl.core.types
-
ToStringVisitor
is used for toString() serialization in
Expression
implementations.
- total - Variable in class com.querydsl.maven.NumericMapping
-
- touches(Geometry) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially touches” anotherGeometry.
- touches(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially touches” anotherGeometry.
- touches(Geometry) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially touches” anotherGeometry.
- touches(Expression<? extends Geometry>) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially touches” anotherGeometry.
- toUpperCase() - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.toUpperCase()
expression
- transform(ResultTransformer<S>) - Method in interface com.querydsl.core.FetchableQuery
-
Apply the given transformer to this FetchableQuery
instance and return the results
- transform(FetchableQuery<?, ?>) - Method in class com.querydsl.core.group.GroupByIterate
-
- transform(Group) - Method in class com.querydsl.core.group.GroupByIterate
-
- transform(FetchableQuery<?, ?>) - Method in class com.querydsl.core.group.GroupByList
-
- transform(Group) - Method in class com.querydsl.core.group.GroupByList
-
- transform(FetchableQuery<?, ?>) - Method in class com.querydsl.core.group.GroupByMap
-
- transform(Map<K, Group>) - Method in class com.querydsl.core.group.GroupByMap
-
- transform(Map<K, Group>) - Method in class com.querydsl.core.group.GroupByProjection
-
- transform(Group) - Method in class com.querydsl.core.group.GroupByProjection
-
Creates a result object from the given group
- transform(FetchableQuery<?, ?>) - Method in interface com.querydsl.core.ResultTransformer
-
Execute the given query and transform the results
- transform(ResultTransformer<T>) - Method in class com.querydsl.core.support.FetchableQueryBase
-
- transform(Query, FactoryExpression<?>) - Method in class com.querydsl.jpa.DefaultQueryHandler
-
- transform(Query, FactoryExpression<?>) - Method in interface com.querydsl.jpa.QueryHandler
-
Transform the results of the given query using the given factory expression
- transform(int) - Method in class com.querydsl.spatial.GeometryExpression
-
- transform(int) - Method in class com.querydsl.spatial.jts.JTSGeometryExpression
-
- TransformingIterator<T> - Class in com.querydsl.jpa
-
TransformingIterator
is a CloseableIterator adapter that transforms via a
FactoryExpression
instance
- TransformingIterator(Iterator<T>, FactoryExpression<?>) - Constructor for class com.querydsl.jpa.TransformingIterator
-
- TransformingIterator(Iterator<T>, Closeable, FactoryExpression<?>) - Constructor for class com.querydsl.jpa.TransformingIterator
-
- transformList(List) - Method in class com.querydsl.jpa.FactoryExpressionTransformer
-
- transformTuple(Object[], String[]) - Method in class com.querydsl.jpa.FactoryExpressionTransformer
-
- translate(Expression<T>, float, float) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Translates the geometry to a new location using the numeric parameters as offsets.
- translate(Expression<T>, float, float, float) - Static method in class com.querydsl.spatial.GeometryExpressions
-
Translates the geometry to a new location using the numeric parameters as offsets.
- translate(Expression<T>, float, float) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Translates the geometry to a new location using the numeric parameters as offsets.
- translate(Expression<T>, float, float, float) - Static method in class com.querydsl.spatial.jts.JTSGeometryExpressions
-
Translates the geometry to a new location using the numeric parameters as offsets.
- translate(SQLException) - Method in class com.querydsl.sql.Configuration
-
Translate the given SQLException
- translate(String, List<Object>, SQLException) - Method in class com.querydsl.sql.Configuration
-
Translate the given SQLException
- translate(SQLException) - Method in class com.querydsl.sql.DefaultSQLExceptionTranslator
-
- translate(String, List<Object>, SQLException) - Method in class com.querydsl.sql.DefaultSQLExceptionTranslator
-
- translate(String, List<Object>, SQLException) - Method in class com.querydsl.sql.spring.SpringExceptionTranslator
-
- translate(SQLException) - Method in class com.querydsl.sql.spring.SpringExceptionTranslator
-
- translate(String, List<Object>, SQLException) - Method in interface com.querydsl.sql.SQLExceptionTranslator
-
Translate the given SQLException
- translate(SQLException) - Method in interface com.querydsl.sql.SQLExceptionTranslator
-
Translate the given SQLException
- trim() - Method in class com.querydsl.core.types.dsl.StringExpression
-
Create a this.trim()
expression
- TRUE - Static variable in class com.querydsl.core.types.dsl.Expressions
-
- TrueFalseType - Class in com.querydsl.sql.types
-
TrueFalseType
maps Boolean to 'T'/'F' on the JDBC level
- TrueFalseType() - Constructor for class com.querydsl.sql.types.TrueFalseType
-
- TrueFalseType(int) - Constructor for class com.querydsl.sql.types.TrueFalseType
-
- Tuple - Interface in com.querydsl.core
-
Tuple
defines an interface for generic query result projection
- tuple(Expression<?>...) - Static method in class com.querydsl.core.types.Projections
-
Create a Tuple typed projection for the given expressions
- tuple(ImmutableList<Expression<?>>) - Static method in class com.querydsl.core.types.Projections
-
Create a Tuple typed projection for the given expressions
- tuple(Expression<?>[]...) - Static method in class com.querydsl.core.types.Projections
-
Create a Tuple typed projection for the given expressions
- TWO - Static variable in class com.querydsl.core.types.dsl.Expressions
-
- type(EntityPath<?>) - Static method in class com.querydsl.jpa.JPAExpressions
-
Create a type(path) expression
- type - Variable in class com.querydsl.maven.TypeMapping
-
- Type<T> - Interface in com.querydsl.sql.types
-
Defines the de/serialization of a typed Java object from a ResultSet or to a PreparedStatement
- TypedQuery<T> - Class in com.querydsl.lucene3
-
TypedQuery
is a typed query implementation for Lucene queries.
- TypedQuery(IndexSearcher, Function<Document, T>) - Constructor for class com.querydsl.lucene3.TypedQuery
-
Create a new TypedQuery instance
- TypedQuery(LuceneSerializer, IndexSearcher, Function<Document, T>) - Constructor for class com.querydsl.lucene3.TypedQuery
-
Create a new TypedQuery instance
- TypedQuery<T> - Class in com.querydsl.lucene4
-
TypedQuery
is a typed query implementation for Lucene queries.
- TypedQuery(IndexSearcher, Function<Document, T>) - Constructor for class com.querydsl.lucene4.TypedQuery
-
Create a new TypedQuery instance
- TypedQuery(LuceneSerializer, IndexSearcher, Function<Document, T>) - Constructor for class com.querydsl.lucene4.TypedQuery
-
Create a new TypedQuery instance
- TypedQuery<T> - Class in com.querydsl.lucene5
-
TypedQuery
is a typed query implementation for Lucene queries.
- TypedQuery(IndexSearcher, Function<Document, T>) - Constructor for class com.querydsl.lucene5.TypedQuery
-
Create a new TypedQuery instance
- TypedQuery(LuceneSerializer, IndexSearcher, Function<Document, T>) - Constructor for class com.querydsl.lucene5.TypedQuery
-
Create a new TypedQuery instance
- TypeFactory - Class in com.querydsl.codegen
-
TypeFactory
is a factory class for Type
instances
- TypeFactory() - Constructor for class com.querydsl.codegen.TypeFactory
-
- TypeFactory(List<Class<? extends Annotation>>) - Constructor for class com.querydsl.codegen.TypeFactory
-
- typeFactory - Variable in class com.querydsl.jpa.codegen.AbstractDomainExporter
-
- TypeMapping - Class in com.querydsl.maven
-
TypeMapping
customizes the mapping from table + column to a type.
- TypeMapping() - Constructor for class com.querydsl.maven.TypeMapping
-
- typeMappings - Variable in class com.querydsl.codegen.EntitySerializer
-
- TypeMappings - Class in com.querydsl.codegen
-
- TypeMappings() - Constructor for class com.querydsl.codegen.TypeMappings
-
- typeMismatch(Class<?>, Expression<?>) - Method in class com.querydsl.core.types.QBean
-
- TypeSystem - Interface in com.querydsl.core.alias
-
TypeSystem
defines an interface for detecting whether a given class conforms to a certain Collection
contract
- TypeUtils - Class in com.querydsl.apt
-
- validate(String, Class<T>) - Method in class com.querydsl.core.types.dsl.PathBuilder
-
- validate(Class<?>, String, Class<?>) - Method in interface com.querydsl.core.types.dsl.PathBuilderValidator
-
Validates the given property of given class
- validate(Class<?>, String, Class<?>) - Method in class com.querydsl.jpa.support.JPAPathBuilderValidator
-
- validateInits(EntityType, Property) - Method in class com.querydsl.apt.AbstractQuerydslProcessor
-
- ValidatingVisitor - Class in com.querydsl.core.types
-
ValidatingVisitor
visits expressions and ensures that only known path instances are used
- ValidatingVisitor() - Constructor for class com.querydsl.core.types.ValidatingVisitor
-
- ValidatingVisitor(String) - Constructor for class com.querydsl.core.types.ValidatingVisitor
-
- value() - Method in class com.querydsl.apt.QueryTypeImpl
-
- value() - Method in class com.querydsl.sql.ColumnImpl
-
- valueIterator() - Method in class com.querydsl.core.util.BeanMap
-
Convenience method for getting an iterator over the values.
- valueOf(String) - Static method in enum com.querydsl.apt.VisitorConfig
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.core.alias.MethodType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.core.annotations.PropertyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.core.JoinFlag.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.core.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.core.QueryFlag.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.core.support.QueryMixin.Role
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.core.types.Ops.AggOps
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.core.types.Ops.DateTimeOps
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.core.types.Ops.MathOps
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.core.types.Ops.QuantOps
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.core.types.Ops.StringOps
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.core.types.Ops
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.core.types.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.core.types.OrderSpecifier.NullHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.core.types.PathType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.jpa.JPQLOps
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.lucene3.LuceneOps
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.lucene4.LuceneOps
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.lucene5.LuceneOps
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.mongodb.MongodbOps
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.spatial.SpatialOps
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.sql.DatePart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.sql.mssql.SQLServerTableHints
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.sql.SQLOps
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.querydsl.sql.SQLSerializer.Stage
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.querydsl.apt.VisitorConfig
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.core.alias.MethodType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.core.annotations.PropertyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(Object...) - Method in interface com.querydsl.core.dml.InsertClause
-
Define the value bindings
- values() - Static method in enum com.querydsl.core.JoinFlag.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.core.JoinType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.core.QueryFlag.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.core.support.QueryMixin.Role
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.core.types.Ops.AggOps
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.core.types.Ops.DateTimeOps
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.core.types.Ops.MathOps
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.core.types.Ops.QuantOps
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.core.types.Ops.StringOps
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.core.types.Ops
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.core.types.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.core.types.OrderSpecifier.NullHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.core.types.PathType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.querydsl.core.util.BeanMap
-
Returns the values for the BeanMap.
- values() - Static method in enum com.querydsl.jpa.JPQLOps
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.lucene3.LuceneOps
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.lucene4.LuceneOps
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.lucene5.LuceneOps
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.mongodb.MongodbOps
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.spatial.SpatialOps
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.sql.DatePart
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(Object...) - Method in class com.querydsl.sql.dml.SQLInsertClause
-
- values(Object...) - Method in class com.querydsl.sql.dml.SQLMergeClause
-
- values() - Static method in enum com.querydsl.sql.mssql.SQLServerTableHints
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.sql.SQLOps
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.querydsl.sql.SQLSerializer.Stage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- var() - Static method in class com.querydsl.core.alias.Alias
-
Return the default variable
- var(D) - Static method in class com.querydsl.core.alias.Alias
-
Create a new variable path
- var(D) - Static method in class com.querydsl.core.alias.Alias
-
Create a new variable path
- var(D) - Static method in class com.querydsl.core.alias.Alias
-
Create a new varibale path
- var(String) - Static method in class com.querydsl.core.alias.Alias
-
Create a new variable path
- variance(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns the variance of expr
- varPop(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns the population variance of a set of numbers after discarding the nulls in this set.
- varSamp(Expression<T>) - Static method in class com.querydsl.sql.SQLExpressions
-
returns the sample variance of a set of numbers after discarding the nulls in this set.
- visit(Path<?>, Void) - Method in class com.querydsl.collections.CollQuerySerializer
-
- visit(SubQueryExpression<?>, Void) - Method in class com.querydsl.collections.CollQuerySerializer
-
- visit(FactoryExpression<?>, Void) - Method in class com.querydsl.collections.CollQuerySerializer
-
- visit(Constant<?>, Context) - Method in class com.querydsl.core.support.CollectionAnyVisitor
-
- visit(TemplateExpression<?>, Context) - Method in class com.querydsl.core.support.CollectionAnyVisitor
-
- visit(FactoryExpression<?>, Context) - Method in class com.querydsl.core.support.CollectionAnyVisitor
-
- visit(Operation<?>, Context) - Method in class com.querydsl.core.support.CollectionAnyVisitor
-
- visit(Path<?>, Context) - Method in class com.querydsl.core.support.CollectionAnyVisitor
-
- visit(SubQueryExpression<?>, Context) - Method in class com.querydsl.core.support.CollectionAnyVisitor
-
- visit(ParamExpression<?>, Context) - Method in class com.querydsl.core.support.CollectionAnyVisitor
-
- visit(Constant<?>, List<Path<?>>) - Method in class com.querydsl.core.support.PathsExtractor
-
- visit(FactoryExpression<?>, List<Path<?>>) - Method in class com.querydsl.core.support.PathsExtractor
-
- visit(Operation<?>, List<Path<?>>) - Method in class com.querydsl.core.support.PathsExtractor
-
- visit(ParamExpression<?>, List<Path<?>>) - Method in class com.querydsl.core.support.PathsExtractor
-
- visit(Path<?>, List<Path<?>>) - Method in class com.querydsl.core.support.PathsExtractor
-
- visit(SubQueryExpression<?>, List<Path<?>>) - Method in class com.querydsl.core.support.PathsExtractor
-
- visit(TemplateExpression<?>, List<Path<?>>) - Method in class com.querydsl.core.support.PathsExtractor
-
- visit(Collection<?>, List<Path<?>>) - Method in class com.querydsl.core.support.PathsExtractor
-
- visit(Constant<?>, C) - Method in class com.querydsl.core.support.ReplaceVisitor
-
- visit(FactoryExpression<?>, C) - Method in class com.querydsl.core.support.ReplaceVisitor
-
- visit(Operation<?>, C) - Method in class com.querydsl.core.support.ReplaceVisitor
-
- visit(ParamExpression<?>, C) - Method in class com.querydsl.core.support.ReplaceVisitor
-
- visit(Path<?>, C) - Method in class com.querydsl.core.support.ReplaceVisitor
-
- visit(SubQueryExpression<?>, C) - Method in class com.querydsl.core.support.ReplaceVisitor
-
- visit(TemplateExpression<?>, C) - Method in class com.querydsl.core.support.ReplaceVisitor
-
- visit(Constant<?>, Void) - Method in class com.querydsl.core.support.SerializerBase
-
- visit(ParamExpression<?>, Void) - Method in class com.querydsl.core.support.SerializerBase
-
- visit(TemplateExpression<?>, Void) - Method in class com.querydsl.core.support.SerializerBase
-
- visit(FactoryExpression<?>, Void) - Method in class com.querydsl.core.support.SerializerBase
-
- visit(Operation<?>, Void) - Method in class com.querydsl.core.support.SerializerBase
-
- visit(Path<?>, Void) - Method in class com.querydsl.core.support.SerializerBase
-
- visit(Constant<?>, Void) - Method in class com.querydsl.core.types.HashCodeVisitor
-
- visit(FactoryExpression<?>, Void) - Method in class com.querydsl.core.types.HashCodeVisitor
-
- visit(Operation<?>, Void) - Method in class com.querydsl.core.types.HashCodeVisitor
-
- visit(ParamExpression<?>, Void) - Method in class com.querydsl.core.types.HashCodeVisitor
-
- visit(Path<?>, Void) - Method in class com.querydsl.core.types.HashCodeVisitor
-
- visit(SubQueryExpression<?>, Void) - Method in class com.querydsl.core.types.HashCodeVisitor
-
- visit(TemplateExpression<?>, Void) - Method in class com.querydsl.core.types.HashCodeVisitor
-
- visit(Constant<?>, QueryMetadata) - Method in class com.querydsl.core.types.ParamsVisitor
-
- visit(FactoryExpression<?>, QueryMetadata) - Method in class com.querydsl.core.types.ParamsVisitor
-
- visit(Operation<?>, QueryMetadata) - Method in class com.querydsl.core.types.ParamsVisitor
-
- visit(ParamExpression<?>, QueryMetadata) - Method in class com.querydsl.core.types.ParamsVisitor
-
- visit(Path<?>, QueryMetadata) - Method in class com.querydsl.core.types.ParamsVisitor
-
- visit(SubQueryExpression<?>, QueryMetadata) - Method in class com.querydsl.core.types.ParamsVisitor
-
- visit(TemplateExpression<?>, QueryMetadata) - Method in class com.querydsl.core.types.ParamsVisitor
-
- visit(Constant<?>, Void) - Method in class com.querydsl.core.types.PathExtractor
-
- visit(FactoryExpression<?>, Void) - Method in class com.querydsl.core.types.PathExtractor
-
- visit(Operation<?>, Void) - Method in class com.querydsl.core.types.PathExtractor
-
- visit(ParamExpression<?>, Void) - Method in class com.querydsl.core.types.PathExtractor
-
- visit(Path<?>, Void) - Method in class com.querydsl.core.types.PathExtractor
-
- visit(SubQueryExpression<?>, Void) - Method in class com.querydsl.core.types.PathExtractor
-
- visit(TemplateExpression<?>, Void) - Method in class com.querydsl.core.types.PathExtractor
-
- visit(Constant<?>, Templates) - Method in class com.querydsl.core.types.ToStringVisitor
-
- visit(FactoryExpression<?>, Templates) - Method in class com.querydsl.core.types.ToStringVisitor
-
- visit(Operation<?>, Templates) - Method in class com.querydsl.core.types.ToStringVisitor
-
- visit(ParamExpression<?>, Templates) - Method in class com.querydsl.core.types.ToStringVisitor
-
- visit(Path<?>, Templates) - Method in class com.querydsl.core.types.ToStringVisitor
-
- visit(SubQueryExpression<?>, Templates) - Method in class com.querydsl.core.types.ToStringVisitor
-
- visit(TemplateExpression<?>, Templates) - Method in class com.querydsl.core.types.ToStringVisitor
-
- visit(Constant<?>, Set<Expression<?>>) - Method in class com.querydsl.core.types.ValidatingVisitor
-
- visit(FactoryExpression<?>, Set<Expression<?>>) - Method in class com.querydsl.core.types.ValidatingVisitor
-
- visit(Operation<?>, Set<Expression<?>>) - Method in class com.querydsl.core.types.ValidatingVisitor
-
- visit(ParamExpression<?>, Set<Expression<?>>) - Method in class com.querydsl.core.types.ValidatingVisitor
-
- visit(Path<?>, Set<Expression<?>>) - Method in class com.querydsl.core.types.ValidatingVisitor
-
- visit(SubQueryExpression<?>, Set<Expression<?>>) - Method in class com.querydsl.core.types.ValidatingVisitor
-
- visit(TemplateExpression<?>, Set<Expression<?>>) - Method in class com.querydsl.core.types.ValidatingVisitor
-
- visit(Constant<?>, C) - Method in interface com.querydsl.core.types.Visitor
-
Visit a Contant instance with the given context
- visit(FactoryExpression<?>, C) - Method in interface com.querydsl.core.types.Visitor
-
Visit a FactoryExpression instance with the given context
- visit(Operation<?>, C) - Method in interface com.querydsl.core.types.Visitor
-
Vist a Operation instance with the given context
- visit(ParamExpression<?>, C) - Method in interface com.querydsl.core.types.Visitor
-
Visit a ParamExpression instance with the given context
- visit(Path<?>, C) - Method in interface com.querydsl.core.types.Visitor
-
Visit a Path instance with the given context
- visit(SubQueryExpression<?>, C) - Method in interface com.querydsl.core.types.Visitor
-
Visit a SubQueryExpression instance with the given context
- visit(TemplateExpression<?>, C) - Method in interface com.querydsl.core.types.Visitor
-
Visit a TemplateExpression instance with the given context
- visit(Path<?>, Void) - Method in class com.querydsl.jdo.JDOQLSerializer
-
- visit(SubQueryExpression<?>, Void) - Method in class com.querydsl.jdo.JDOQLSerializer
-
- visit(ParamExpression<?>, Void) - Method in class com.querydsl.jpa.JPQLSerializer
-
- visit(SubQueryExpression<?>, Void) - Method in class com.querydsl.jpa.JPQLSerializer
-
- visit(Path<?>, Void) - Method in class com.querydsl.jpa.JPQLSerializer
-
- visit(Constant<?>, Void) - Method in class com.querydsl.mongodb.MongodbSerializer
-
- visit(TemplateExpression<?>, Void) - Method in class com.querydsl.mongodb.MongodbSerializer
-
- visit(FactoryExpression<?>, Void) - Method in class com.querydsl.mongodb.MongodbSerializer
-
- visit(Operation<?>, Void) - Method in class com.querydsl.mongodb.MongodbSerializer
-
- visit(Path<?>, Void) - Method in class com.querydsl.mongodb.MongodbSerializer
-
- visit(SubQueryExpression<?>, Void) - Method in class com.querydsl.mongodb.MongodbSerializer
-
- visit(ParamExpression<?>, Void) - Method in class com.querydsl.mongodb.MongodbSerializer
-
- visit(Constant<?>, Set<RelationalPath<?>>) - Method in class com.querydsl.sql.RelationalPathExtractor
-
- visit(FactoryExpression<?>, Set<RelationalPath<?>>) - Method in class com.querydsl.sql.RelationalPathExtractor
-
- visit(Operation<?>, Set<RelationalPath<?>>) - Method in class com.querydsl.sql.RelationalPathExtractor
-
- visit(ParamExpression<?>, Set<RelationalPath<?>>) - Method in class com.querydsl.sql.RelationalPathExtractor
-
- visit(Path<?>, Set<RelationalPath<?>>) - Method in class com.querydsl.sql.RelationalPathExtractor
-
- visit(SubQueryExpression<?>, Set<RelationalPath<?>>) - Method in class com.querydsl.sql.RelationalPathExtractor
-
- visit(TemplateExpression<?>, Set<RelationalPath<?>>) - Method in class com.querydsl.sql.RelationalPathExtractor
-
- visit(ParamExpression<?>, Void) - Method in class com.querydsl.sql.SQLSerializer
-
- visit(Path<?>, Void) - Method in class com.querydsl.sql.SQLSerializer
-
- visit(SubQueryExpression<?>, Void) - Method in class com.querydsl.sql.SQLSerializer
-
- visit(TemplateExpression<?>, Void) - Method in class com.querydsl.sql.SQLSerializer
-
- visitConstant(Object) - Method in class com.querydsl.core.support.SerializerBase
-
- visitConstant(Object) - Method in class com.querydsl.jpa.JPQLSerializer
-
- visitConstant(Object) - Method in class com.querydsl.jpa.NativeSQLSerializer
-
- visitConstant(Object) - Method in class com.querydsl.sql.SQLSerializer
-
- visitConstructors() - Method in enum com.querydsl.apt.VisitorConfig
-
- visitFieldProperties() - Method in enum com.querydsl.apt.VisitorConfig
-
- visitLiteral(Object) - Method in class com.querydsl.jpa.JPQLSerializer
-
- visitMethodProperties() - Method in enum com.querydsl.apt.VisitorConfig
-
- visitOperation(Class<?>, Operator, List<? extends Expression<?>>) - Method in class com.querydsl.collections.CollQuerySerializer
-
- visitOperation(Class<?>, Operator, List<? extends Expression<?>>) - Method in class com.querydsl.core.support.SerializerBase
-
- visitOperation(Class<?>, Operator, List<? extends Expression<?>>) - Method in class com.querydsl.jdo.JDOQLSerializer
-
- visitOperation(Class<?>, Operator, List<? extends Expression<?>>) - Method in class com.querydsl.jpa.JPQLSerializer
-
- visitOperation(Class<?>, Operator, List<? extends Expression<?>>) - Method in class com.querydsl.jpa.NativeSQLSerializer
-
- visitOperation(Class<?>, Operator, List<? extends Expression<?>>) - Method in class com.querydsl.sql.SQLSerializer
-
- Visitor<R,C> - Interface in com.querydsl.core.types
-
Visitor
defines a visitor signature for
Expression
instances.
- VisitorConfig - Enum in com.querydsl.apt
-
VisitorConfig
defines the
EntityType
-specific visiting configuration