- abs() - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the absolute value of this expression
- ABS - Static variable in class com.mysema.query.types.Ops.MathOps
-
- absolute(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- absolute(int) - Method in class com.mysema.util.ResultSetAdapter
-
- AbstractCollQuery<Q extends AbstractCollQuery<Q>> - Class in com.mysema.query.collections
-
AbstractCollQuery provides a base class for Collection query implementations.
- AbstractCollQuery(QueryMetadata, QueryEngine) - Constructor for class com.mysema.query.collections.AbstractCollQuery
-
- AbstractDateTimeType<T> - Class in com.mysema.query.sql.types
-
Common abstract superclass for Type implementations
- AbstractDateTimeType(int) - Constructor for class com.mysema.query.sql.types.AbstractDateTimeType
-
- AbstractDomainExporter - Class in com.mysema.query.jpa.codegen
-
AbstractDomainExporter is a common supertype for DomainExporters
- AbstractDomainExporter(String, String, File, SerializerConfig, Charset) - Constructor for class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
- AbstractExporterMojo - Class in com.mysema.query.maven
-
AbstractExporterMojo calls the
GenericExporter
tool using the
classpath of the module the plugin is invoked in.
- AbstractExporterMojo() - Constructor for class com.mysema.query.maven.AbstractExporterMojo
-
- AbstractGroupExpression<T,R> - Class in com.mysema.query.group
-
A base class for GroupExpressions
- AbstractGroupExpression(Class<? super R>, Expression<T>) - Constructor for class com.mysema.query.group.AbstractGroupExpression
-
- AbstractHibernateQuery<Q extends AbstractHibernateQuery<Q>> - Class in com.mysema.query.jpa.hibernate
-
Abstract base class for Hibernate API based implementations of the JPQL interface
- AbstractHibernateQuery(Session) - Constructor for class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- AbstractHibernateQuery(SessionHolder, JPQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- AbstractHibernateSQLQuery<Q extends AbstractHibernateSQLQuery<Q>> - Class in com.mysema.query.jpa.hibernate.sql
-
AbstractHibernateSQLQuery is the base class for Hibernate Native SQL queries
- AbstractHibernateSQLQuery(Session, Configuration) - Constructor for class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- AbstractHibernateSQLQuery(StatelessSession, Configuration) - Constructor for class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- AbstractHibernateSQLQuery(SessionHolder, Configuration, QueryMetadata) - Constructor for class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- AbstractJDOQuery<Q extends AbstractJDOQuery<Q>> - Class in com.mysema.query.jdo
-
Abstract base class for custom implementations of the JDOCommonQuery interface.
- AbstractJDOQuery(PersistenceManager) - Constructor for class com.mysema.query.jdo.AbstractJDOQuery
-
- AbstractJDOQuery(PersistenceManager, JDOQLTemplates, QueryMetadata, boolean) - Constructor for class com.mysema.query.jdo.AbstractJDOQuery
-
- AbstractJDOSubQuery<Q extends AbstractJDOSubQuery<Q>> - Class in com.mysema.query.jdo
-
Abstract superclass for SubQuery implementations
- AbstractJDOSubQuery() - Constructor for class com.mysema.query.jdo.AbstractJDOSubQuery
-
- AbstractJDOSubQuery(QueryMetadata) - Constructor for class com.mysema.query.jdo.AbstractJDOSubQuery
-
- AbstractJPAQuery<Q extends AbstractJPAQuery<Q>> - Class in com.mysema.query.jpa.impl
-
Abstract base class for JPA API based implementations of the JPQLQuery interface
- AbstractJPAQuery(EntityManager) - Constructor for class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- AbstractJPAQuery(EntityManager, JPQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- AbstractJPASQLQuery<Q extends AbstractJPASQLQuery<Q>> - Class in com.mysema.query.jpa.sql
-
AbstractJPASQLQuery is the base class for JPA Native SQL queries
- AbstractJPASQLQuery(EntityManager, Configuration) - Constructor for class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- AbstractJPASQLQuery(EntityManager, Configuration, QueryHandler) - Constructor for class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- AbstractJPASQLQuery(EntityManager, Configuration, QueryMetadata) - Constructor for class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- AbstractJPASQLQuery(EntityManager, Configuration, QueryHandler, QueryMetadata) - Constructor for class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- AbstractJPASubQuery<Q extends AbstractJPASubQuery<Q>> - Class in com.mysema.query.jpa
-
Abstract superclass for SubQuery implementations
- AbstractJPASubQuery() - Constructor for class com.mysema.query.jpa.AbstractJPASubQuery
-
- AbstractJPASubQuery(QueryMetadata) - Constructor for class com.mysema.query.jpa.AbstractJPASubQuery
-
- AbstractLuceneQuery<T,Q extends AbstractLuceneQuery<T,Q>> - Class in com.mysema.query.lucene
-
AbstractLuceneQuery is an abstract super class for Lucene query implementations
- AbstractLuceneQuery(LuceneSerializer, IndexSearcher, Function<Document, T>) - Constructor for class com.mysema.query.lucene.AbstractLuceneQuery
-
- AbstractLuceneQuery(IndexSearcher, Function<Document, T>) - Constructor for class com.mysema.query.lucene.AbstractLuceneQuery
-
- AbstractMapper<T> - Class in com.mysema.query.sql.dml
-
Abstract base class for Mapper implementations
- AbstractMapper() - Constructor for class com.mysema.query.sql.dml.AbstractMapper
-
- AbstractMetaDataExportMojo - Class in com.mysema.query.maven
-
MetaDataExportMojo is a goal for MetaDataExporter usage
- AbstractMetaDataExportMojo() - Constructor for class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- AbstractModule - Class in com.mysema.query.codegen
-
AbstractModule provides a base class for annotation based dependency injection
- AbstractModule() - Constructor for class com.mysema.query.codegen.AbstractModule
-
- AbstractNamingStrategy - Class in com.mysema.query.sql.codegen
-
AbstractNamingStrategy is an abstract base class for NamingStrategy implementations
- AbstractNamingStrategy() - Constructor for class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- AbstractNumberType<T extends Number & Comparable<T>> - Class in com.mysema.query.sql.types
-
- AbstractNumberType(int) - Constructor for class com.mysema.query.sql.types.AbstractNumberType
-
- AbstractQuerydslProcessor - Class in com.mysema.query.apt
-
Base class for Querydsl annotation processors, contains the main processing logic.
- AbstractQuerydslProcessor() - Constructor for class com.mysema.query.apt.AbstractQuerydslProcessor
-
- AbstractSQLClause<C extends AbstractSQLClause<C>> - Class in com.mysema.query.sql.dml
-
AbstractSQLClause is a superclass for SQL based DMLClause implementations
- AbstractSQLClause(Configuration) - Constructor for class com.mysema.query.sql.dml.AbstractSQLClause
-
- AbstractSQLQuery<T extends AbstractSQLQuery<T>> - Class in com.mysema.query.jdo.sql
-
Base class for JDO based SQLQuery implementations
- AbstractSQLQuery(QueryMetadata, Configuration, PersistenceManager, boolean) - Constructor for class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- AbstractSQLQuery<Q extends AbstractSQLQuery<Q>> - Class in com.mysema.query.jpa
-
Abstract super class for SQLQuery implementation for JPA and Hibernate
- AbstractSQLQuery(QueryMetadata, Configuration) - Constructor for class com.mysema.query.jpa.AbstractSQLQuery
-
- AbstractSQLQuery<Q extends AbstractSQLQuery<Q>> - Class in com.mysema.query.sql
-
AbstractSQLQuery is the base type for SQL query implementations
- AbstractSQLQuery(Connection, Configuration) - Constructor for class com.mysema.query.sql.AbstractSQLQuery
-
- AbstractSQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.AbstractSQLQuery
-
- AbstractSQLQueryFactory<Q extends SQLCommonQuery<Q>,SQ extends AbstractSQLSubQuery<SQ>> - Class in com.mysema.query.sql
-
- AbstractSQLQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.AbstractSQLQueryFactory
-
- AbstractSQLSubQuery<Q extends AbstractSQLSubQuery<Q>> - Class in com.mysema.query.sql
-
Abstract superclass for SubQuery implementations
- AbstractSQLSubQuery() - Constructor for class com.mysema.query.sql.AbstractSQLSubQuery
-
- AbstractSQLSubQuery(QueryMetadata) - Constructor for class com.mysema.query.sql.AbstractSQLSubQuery
-
- AbstractSQLSubQuery(Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.AbstractSQLSubQuery
-
- AbstractType<T> - Class in com.mysema.query.sql.types
-
Common abstract superclass for Type implementations
- AbstractType(int) - Constructor for class com.mysema.query.sql.types.AbstractType
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.BooleanBuilder
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.group.AbstractGroupExpression
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.GeometryOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.jts.JTSGeometryOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.jts.JTSLineStringOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.jts.JTSPointOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.jts.JTSPolygonOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.jts.path.JTSGeometryCollectionPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.jts.path.JTSLinearRingPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.jts.path.JTSLineStringPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.jts.path.JTSMultiLineStringPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.jts.path.JTSMultiPointPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.jts.path.JTSMultiPolygonPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.jts.path.JTSPointPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.jts.path.JTSPolygonPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.LineStringOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.path.GeometryCollectionPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.path.GeometryPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.path.LinearRingPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.path.LineStringPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.path.MultiLineStringPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.path.MultiPointPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.path.MultiPolygonPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.path.PointPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.path.PolygonPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.path.PolyhedralSurfacePath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.PointOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.spatial.PolygonOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.sql.QBeans
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.sql.RelationalFunctionCall
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.sql.WindowFirstLast
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.sql.WindowFunction
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.sql.WithinGroup.OrderBy
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.support.EnumConversion
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.support.NumberConversion
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.support.NumberConversions
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.ArrayConstructorExpression
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.ConstantImpl
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.ConstructorExpression
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.expr.BooleanOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.expr.Coalesce
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.expr.CollectionOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.expr.ComparableOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.expr.DateOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.expr.DateTimeOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.expr.DslOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.expr.EnumOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.expr.NumberOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.expr.Param
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.expr.SimpleOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.expr.StringOperation
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.expr.TimeOperation
-
- accept(Visitor<R, C>, C) - Method in interface com.mysema.query.types.Expression
-
Accept the visitor with the given context
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.FactoryExpressionUtils.FactoryExpressionAdapter
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.MappingProjection
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.OperationImpl
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.ParamExpressionImpl
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.ArrayPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.BeanPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.BooleanPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.CollectionPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.ComparablePath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.DatePath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.DateTimePath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.DslPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.EnumPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.ListPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.MapPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.NumberPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.SetPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.SimplePath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.StringPath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.path.TimePath
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.PathImpl
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.QBean
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.QList
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.QMap
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.QTuple
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.query.BooleanSubQuery
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.query.ComparableSubQuery
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.query.DateSubQuery
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.query.DateTimeSubQuery
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.query.ListSubQuery
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.query.NumberSubQuery
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.query.SimpleSubQuery
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.query.StringSubQuery
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.query.TimeSubQuery
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.SubQueryExpressionImpl
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.template.BooleanTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.template.ComparableTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.template.DateTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.template.DateTimeTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.template.DslTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.template.EnumTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.template.NumberTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.template.SimpleTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.template.StringTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.template.TimeTemplate
-
- accept(Visitor<R, C>, C) - Method in class com.mysema.query.types.TemplateExpressionImpl
-
- acos(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- ACOS - Static variable in class com.mysema.query.types.Ops.MathOps
-
- add(T) - Method in interface com.mysema.query.group.GroupCollector
-
Add given value to this group
- add(P) - Method in class com.mysema.query.sql.RelationalPathBase
-
- add(SQLListener) - Method in class com.mysema.query.sql.SQLListeners
-
- add(String, String) - Method in class com.mysema.query.sql.support.ForeignKeyData
-
- add(String, String) - Method in class com.mysema.query.sql.support.InverseForeignKeyData
-
- add(String) - Method in class com.mysema.query.sql.support.PrimaryKeyData
-
- add(Path<?>, EntityPath<?>) - Method in class com.mysema.query.support.Context
-
- add(Context) - Method in class com.mysema.query.support.Context
-
- add(Expression<T>) - Method in class com.mysema.query.types.expr.Coalesce
-
- add(T) - Method in class com.mysema.query.types.expr.Coalesce
-
- add(Expression<N>) - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the sum of this and right
- add(N) - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the sum of this and right
- ADD - Static variable in class com.mysema.query.types.Ops
-
- add(P) - Method in class com.mysema.query.types.path.BeanPath
-
Template method for tracking child path creation
- add(Operator<?>, String) - Method in class com.mysema.query.types.Templates
-
- add(Operator<?>, String, int) - Method in class com.mysema.query.types.Templates
-
- add(Map<Operator<?>, String>) - Method in class com.mysema.query.types.Templates
-
- add(List<T>, T) - Static method in class com.mysema.query.util.CollectionUtils
-
- add(Set<T>, T) - Static method in class com.mysema.query.util.CollectionUtils
-
- ADD_DAYS - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- ADD_HOURS - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- ADD_MINUTES - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- ADD_MONTHS - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- ADD_SECONDS - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- ADD_WEEKS - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- ADD_YEARS - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- addAnnotation(Annotation) - Method in class com.mysema.query.codegen.EntityType
-
- addAnnotation(Annotation) - Method in class com.mysema.query.codegen.Property
-
- addAnnotation(Annotation) - Method in class com.mysema.util.Annotations
-
- addAnnotationHelper(AnnotationHelper) - Method in class com.mysema.query.codegen.GenericExporter
-
Add a annotation helper object to process custom annotations
- addAnnotationHelper(AnnotationHelper) - Method in class com.mysema.query.codegen.TypeFactory
-
- addBatch() - Method in class com.mysema.query.sql.dml.SQLDeleteClause
-
Add current state of bindings as a batch item
- addBatch() - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
Add the current state of bindings as a batch item
- addBatch() - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
Add the current state of bindings as a batch item
- addBatch() - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
Add the current state of bindings as a batch item
- addConfiguration(AntJPADomainExporter.Configuration) - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter
-
- addConfiguredProperty(AntJPADomainExporter.Property) - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter.Configuration
-
- addConstructor(Constructor) - Method in class com.mysema.query.codegen.EntityType
-
- addCustomType(Class<T>, Class<? extends Expression<T>>) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- addCustomType(Type<?>) - Method in class com.mysema.query.sql.SQLTemplates
-
- addDays(DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of days to the date
- addDays(DateExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of days to the date
- addDelegate(Delegate) - Method in class com.mysema.query.codegen.EntityType
-
- addEmbeddableType(Class<?>) - Method in class com.mysema.query.codegen.TypeFactory
-
- addEntity(Query, String, Class<?>) - Method in class com.mysema.query.jpa.DefaultQueryHandler
-
- addEntity(Query, String, Class<?>) - Method in class com.mysema.query.jpa.EclipseLinkHandler
-
- addEntity(Query, String, Class<?>) - Method in class com.mysema.query.jpa.HibernateHandler
-
- addEntity(Query, String, Class<?>) - Method in interface com.mysema.query.jpa.QueryHandler
-
Add the given entity to the given native query
- addExcludedClass(String) - Method in interface com.mysema.query.apt.Configuration
-
- addExcludedClass(String) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- addExcludedPackage(String) - Method in interface com.mysema.query.apt.Configuration
-
- addExcludedPackage(String) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- addFetchGroup(String) - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
Add the fetch group to the set of active fetch groups.
- addFetchGroup(String) - Method in interface com.mysema.query.jdo.JDOQLQuery
-
Add the fetch group to the set of active fetch groups.
- addFlag(QueryFlag) - Method in class com.mysema.query.DefaultQueryMetadata
-
- addFlag(QueryFlag) - Method in class com.mysema.query.EmptyMetadata
-
- addFlag(QueryFlag) - Method in interface com.mysema.query.QueryMetadata
-
- addFlag(QueryFlag.Position, String, Expression<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
Add the given prefix and expression as a general query flag
- addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
Add the given String literal as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
Add the given Expression as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.dml.SQLDeleteClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.dml.SQLDeleteClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
Add the given String literal at the given position as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
Add the given Expression at the given position as a query flag
- addFlag(QueryFlag.Position, String, Expression<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
Add the given prefix and expression as a general query flag
- addFlag(QueryFlag) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
Add the given query flag
- addFlag(QueryFlag.Position, String) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
Add the given String literal as query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
Add the given Expression as a query flag
- addFlag(QueryFlag.Position, Expression<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Add the given Expression as a query flag
- addFlag(QueryFlag.Position, String) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Add the given String literal as query flag
- addFlag(QueryFlag.Position, String, Expression<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Add the given prefix and expression as a general query flag
- addFlag(QueryFlag) - Method in class com.mysema.query.support.QueryMixin
-
- addFullConstructor(EntityType, CodeWriter) - Method in class com.mysema.query.codegen.BeanSerializer
-
- addGroupBy(Expression<?>) - Method in class com.mysema.query.DefaultQueryMetadata
-
- addGroupBy(Expression<?>) - Method in class com.mysema.query.EmptyMetadata
-
- addGroupBy(Expression<?>) - Method in interface com.mysema.query.QueryMetadata
-
Add the given group by expressions
- addHaving(Predicate) - Method in class com.mysema.query.DefaultQueryMetadata
-
- addHaving(Predicate) - Method in class com.mysema.query.EmptyMetadata
-
- addHaving(Predicate) - Method in interface com.mysema.query.QueryMetadata
-
Add the given having expressions
- addHours(DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of hours to the date
- addInterface(Class<?>) - Method in class com.mysema.query.codegen.BeanSerializer
-
- addInterface(Type) - Method in class com.mysema.query.codegen.BeanSerializer
-
- addJoin(JoinType, Expression<?>) - Method in class com.mysema.query.DefaultQueryMetadata
-
- addJoin(JoinType, Expression<?>) - Method in class com.mysema.query.EmptyMetadata
-
- addJoin(JoinType, Expression<?>) - Method in interface com.mysema.query.QueryMetadata
-
Add the given query join
- addJoin(JoinType, Expression<?>) - Method in class com.mysema.query.support.OrderedQueryMetadata
-
- addJoin(JoinType, Expression<?>) - Method in class com.mysema.query.support.QueryMixin
-
- addJoinCondition(Predicate) - Method in class com.mysema.query.DefaultQueryMetadata
-
- addJoinCondition(Predicate) - Method in class com.mysema.query.EmptyMetadata
-
- addJoinCondition(Predicate) - Method in interface com.mysema.query.QueryMetadata
-
Add the given join condition to the last given join
- addJoinFlag(JoinFlag) - Method in class com.mysema.query.DefaultQueryMetadata
-
- addJoinFlag(JoinFlag) - Method in class com.mysema.query.EmptyMetadata
-
- addJoinFlag(JoinFlag) - Method in interface com.mysema.query.QueryMetadata
-
Add the given join flag to the last given join
- addJoinFlag(String) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
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.mysema.query.sql.DetachableSQLQuery
-
Add the given String literal as a join flag to the last added join
- addJoinFlag(String) - Method in class com.mysema.query.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.mysema.query.sql.ProjectableSQLQuery
-
Add the given String literal as a join flag to the last added join
- addJoinFlag(String) - Method in interface com.mysema.query.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.mysema.query.sql.SQLCommonQuery
-
Add the given String literal as a join flag to the last added join
- addJoinFlag(JoinFlag) - Method in class com.mysema.query.support.QueryMixin
-
- addListener(SQLListener) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- addListener(SQLListener) - Method in class com.mysema.query.sql.Configuration
-
- addListener(SQLListener) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- addMetadata(P, ColumnMetadata) - Method in class com.mysema.query.sql.RelationalPathBase
-
- addMetadata() - Method in class com.mysema.query.sql.spatial.QSpatialRefSys
-
- addMinutes(DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of minutes to the date
- addMonths(DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of months to the date
- addMonths(DateExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of months to the date
- addOrderBy(OrderSpecifier<?>) - Method in class com.mysema.query.DefaultQueryMetadata
-
- addOrderBy(OrderSpecifier<?>) - Method in class com.mysema.query.EmptyMetadata
-
- addOrderBy(OrderSpecifier<?>) - Method in interface com.mysema.query.QueryMetadata
-
Add the given order specifiers
- addPreparedStatement(PreparedStatement) - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- addProjection(Expression<?>) - Method in class com.mysema.query.DefaultQueryMetadata
-
- addProjection(Expression<?>) - Method in class com.mysema.query.EmptyMetadata
-
- addProjection(Expression<?>) - Method in interface com.mysema.query.QueryMetadata
-
Add the given projections
- addProjection(Expression<E>) - Method in class com.mysema.query.support.QueryMixin
-
- addProjection(Expression<?>...) - Method in class com.mysema.query.support.QueryMixin
-
- addProperty(Property) - Method in class com.mysema.query.codegen.EntityType
-
- addScalar(Query, String, Class<?>) - Method in class com.mysema.query.jpa.DefaultQueryHandler
-
- addScalar(Query, String, Class<?>) - Method in class com.mysema.query.jpa.EclipseLinkHandler
-
- addScalar(Query, String, Class<?>) - Method in class com.mysema.query.jpa.HibernateHandler
-
- addScalar(Query, String, Class<?>) - Method in interface com.mysema.query.jpa.QueryHandler
-
Add the given scalar to the given native query
- addSeconds(DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of seconds to the date
- addSorted(Set<T>, T) - Static method in class com.mysema.query.util.CollectionUtils
-
- addSQL(String) - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- addStopClass(Class<?>) - Method in class com.mysema.query.codegen.GenericExporter
-
Add a stop class to be used (default Object.class and Enum.class)
- addSupertype(Supertype) - Method in class com.mysema.query.codegen.EntityType
-
- addSupport(AbstractModule) - Static method in class com.mysema.query.apt.SpatialSupport
-
- addSupport(AbstractModule) - Static method in class com.mysema.query.sql.codegen.SpatialSupport
-
- addTableOverride(SchemaAndTable, SchemaAndTable) - Method in class com.mysema.query.sql.SQLTemplates
-
- addToString(EntityType, CodeWriter) - Method in class com.mysema.query.codegen.BeanSerializer
-
- addTypeNameToCode(String, int, boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- addTypeNameToCode(String, int) - Method in class com.mysema.query.sql.SQLTemplates
-
- addWeeks(DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of weeks to the date
- addWeeks(DateExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of weeks to the date
- addWhere(Predicate) - Method in class com.mysema.query.DefaultQueryMetadata
-
- addWhere(Predicate) - Method in class com.mysema.query.EmptyMetadata
-
- addWhere(Predicate) - Method in interface com.mysema.query.QueryMetadata
-
Add the given where expressions
- addYears(DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of years to the date
- addYears(DateExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Add the given amount of years to the date
- after(T) - Method in class com.mysema.query.types.expr.TemporalExpression
-
Get a this > right
expression
- after(Expression<T>) - Method in class com.mysema.query.types.expr.TemporalExpression
-
Get a this > right
expression
- afterLast() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- afterLast() - Method in class com.mysema.util.ResultSetAdapter
-
- aggOps - Static variable in class com.mysema.query.types.Ops
-
- aggregate(Collection<Number>, Expression<?>, Operator<?>) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- Alias - Class in com.mysema.query.alias
-
Alias provides alias factory methods
- alias(Class<A>) - Static method in class com.mysema.query.alias.Alias
-
Create a new alias proxy of the given type
- alias(Class<A>, Expression<? extends A>) - Static method in class com.mysema.query.alias.Alias
-
Create a new alias proxy of the given type for the given expression
- alias(Class<A>, String) - Static method in class com.mysema.query.alias.Alias
-
Create a new alias proxy of the given type for the given variable
- ALIAS - Static variable in class com.mysema.query.types.Ops
-
- AliasFactory - Class in com.mysema.query.alias
-
AliasFactory is a factory class for alias creation
- AliasFactory(PathFactory, TypeSystem) - Constructor for class com.mysema.query.alias.AliasFactory
-
- all() - Method in class com.mysema.query.sql.RelationalPathBase
-
- all - Static variable in class com.mysema.query.sql.SQLExpressions
-
Wildcard expression
- all(BooleanExpression) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get an aggregate all expression for the given boolean expression
- ALL - Static variable in class com.mysema.query.sql.SQLOps
-
- all - Static variable in class com.mysema.query.types.expr.Wildcard
-
Wilcard expression (*) for all columns
- all(CollectionExpression<?, ? super T>) - Static method in class com.mysema.query.types.ExpressionUtils
-
- ALL - Static variable in class com.mysema.query.types.Ops.QuantOps
-
- allOf(BooleanExpression...) - Static method in class com.mysema.query.support.Expressions
-
Get the intersection of the given Boolean expressions
- allOf(BooleanExpression...) - Static method in class com.mysema.query.types.expr.BooleanExpression
-
Return the intersection of the given Boolean expressions
- allOf(Collection<Predicate>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create the intersection of the given arguments
- allOf(Predicate...) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create the intersection of the given arguments
- ALLOW_OTHER_PROCESSORS_TO_CLAIM_ANNOTATIONS - Static variable in class com.mysema.query.apt.AbstractQuerydslProcessor
-
- altEntityAnn - Variable in class com.mysema.query.apt.DefaultConfiguration
-
- and(Predicate) - Method in class com.mysema.query.BooleanBuilder
-
Create the insertion of this and the given predicate
- and(Predicate) - Method in class com.mysema.query.types.expr.BooleanExpression
-
Get an intersection of this and the given expression
- and(Predicate, Predicate) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create the intersection of the given arguments
- AND - Static variable in class com.mysema.query.types.Ops
-
- andAnyOf(Predicate...) - Method in class com.mysema.query.BooleanBuilder
-
Create the intersection of this and the union of the given args
{@code (this && (arg1 || arg2 ...
- andAnyOf(Predicate...) - Method in class com.mysema.query.types.expr.BooleanExpression
-
Get an intersection of this and the union of the given predicates
- andNot(Predicate) - Method in class com.mysema.query.BooleanBuilder
-
Create the insertion of this and the negation of the given predicate
- AnnotationHelper - Interface in com.mysema.query.codegen
-
AnnotationHelper defines a interface to provide custom annotation processing
for
TypeFactory
.
- AnnotationMapper - Class in com.mysema.query.sql.dml
-
Creates the mapping via @Column annotated fields in the object.
- AnnotationMapper() - Constructor for class com.mysema.query.sql.dml.AnnotationMapper
-
- AnnotationMapper(boolean) - Constructor for class com.mysema.query.sql.dml.AnnotationMapper
-
- Annotations - Class in com.mysema.util
-
- Annotations(AnnotatedElement...) - Constructor for class com.mysema.util.Annotations
-
- annotationType() - Method in class com.mysema.query.apt.QueryTypeImpl
-
- annotationType() - Method in class com.mysema.query.sql.ColumnImpl
-
- annotationType() - Method in class com.mysema.query.sql.support.NotNullImpl
-
- annotationType() - Method in class com.mysema.query.sql.support.SizeImpl
-
- AntJPADomainExporter - Class in com.mysema.query.jpa.ant
-
AntJPADomainExporter exports JPA 2 metamodels to Querydsl expression types
- AntJPADomainExporter() - Constructor for class com.mysema.query.jpa.ant.AntJPADomainExporter
-
- AntJPADomainExporter.Configuration - Class in com.mysema.query.jpa.ant
-
Set of additional properties to use when creating the JPA entity manager factory
- AntJPADomainExporter.Configuration() - Constructor for class com.mysema.query.jpa.ant.AntJPADomainExporter.Configuration
-
- AntJPADomainExporter.Property - Class in com.mysema.query.jpa.ant
-
Additional property to use when creating the JPA entity manager factory
- AntJPADomainExporter.Property() - Constructor for class com.mysema.query.jpa.ant.AntJPADomainExporter.Property
-
- AntMetaDataExporter - Class in com.mysema.query.sql.ant
-
AntMetaDataExporter exports JDBC metadata to Querydsl query types
- AntMetaDataExporter() - Constructor for class com.mysema.query.sql.ant.AntMetaDataExporter
-
- any(BooleanExpression) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get an aggregate any expression for the given boolean expression
- any(CollectionExpression<?, ? super T>) - Static method in class com.mysema.query.types.ExpressionUtils
-
- ANY - Static variable in class com.mysema.query.types.Ops.QuantOps
-
- any() - Method in class com.mysema.query.types.path.CollectionPath
-
- any() - Method in class com.mysema.query.types.path.CollectionPathBase
-
- any() - Method in class com.mysema.query.types.path.ListPath
-
- any() - Method in class com.mysema.query.types.path.SetPath
-
- anyEmbedded(Path<? extends Collection<T>>, Path<T>) - Method in class com.mysema.query.mongodb.MongodbQuery
-
Define a constraint for an embedded object
- AnyEmbeddedBuilder<K> - Class in com.mysema.query.mongodb
-
AnyEmbeddedBuilder is a builder for constraints on embedded objects
- AnyEmbeddedBuilder(QueryMixin<MongodbQuery<K>>, Path<? extends Collection<?>>) - Constructor for class com.mysema.query.mongodb.AnyEmbeddedBuilder
-
- anyOf(BooleanExpression...) - Static method in class com.mysema.query.support.Expressions
-
Get the union of the given Boolean expressions
- anyOf(BooleanExpression...) - Static method in class com.mysema.query.types.expr.BooleanExpression
-
Return the union of the given Boolean expressions
- anyOf(Collection<Predicate>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create the union of the given arguments
- anyOf(Predicate...) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create the union of the given arguments
- append(String) - Method in class com.mysema.query.support.SerializerBase
-
- append(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the concatenation of this and str
- append(String) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the concatenation of this and str
- appendAsColumnName(Path<?>, boolean) - Method in class com.mysema.query.jpa.NativeSQLSerializer
-
- appendAsColumnName(Path<?>, boolean) - Method in class com.mysema.query.sql.SQLSerializer
-
- appendSchema(String, String) - Method in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- appendSchema(String, String) - Method in interface com.mysema.query.sql.codegen.NamingStrategy
-
Normalizes and appends the given schema name to the package name
- appendSchemaName(String) - Method in class com.mysema.query.sql.SQLSerializer
-
- appendTableName(String, boolean) - Method in class com.mysema.query.sql.SQLSerializer
-
- apply(S) - Method in class com.mysema.query.collections.EvaluatorFunction
-
- APTException - Exception in com.mysema.query.apt
-
Exception thrown on APT processing errors
- APTException(String) - Constructor for exception com.mysema.query.apt.APTException
-
- APTException(String, Throwable) - Constructor for exception com.mysema.query.apt.APTException
-
- APTException(Throwable) - Constructor for exception com.mysema.query.apt.APTException
-
- APTOptions - Class in com.mysema.query.apt
-
APT options supported by Querydsl
- area() - Method in class com.mysema.query.spatial.jts.JTSMultiSurfaceExpression
-
The area of this MultiSurface, as measured in the spatial reference system of this MultiSurface.
- area() - Method in class com.mysema.query.spatial.jts.JTSSurfaceExpression
-
The area of this Surface, as measured in the spatial reference system of this Surface.
- area() - Method in class com.mysema.query.spatial.MultiSurfaceExpression
-
The area of this MultiSurface, as measured in the spatial reference system of this MultiSurface.
- AREA - Static variable in class com.mysema.query.spatial.SpatialOps
-
- area() - Method in class com.mysema.query.spatial.SurfaceExpression
-
The area of this Surface, as measured in the spatial reference system of this Surface.
- AREA2 - Static variable in class com.mysema.query.spatial.SpatialOps
-
- array(Class<T[]>, Expression<T>...) - Static method in class com.mysema.query.types.Projections
-
Create a typed array projection for the given type and expressions
- ARRAY_SIZE - Static variable in class com.mysema.query.types.Ops
-
- ArrayConstructorExpression<T> - Class in com.mysema.query.types
-
ArrayConstructorExpression extends
ExpressionBase
to represent array initializers
- ArrayConstructorExpression(Expression<?>...) - Constructor for class com.mysema.query.types.ArrayConstructorExpression
-
- ArrayConstructorExpression(Class<T[]>, Expression<T>...) - Constructor for class com.mysema.query.types.ArrayConstructorExpression
-
- ArrayExpression<A,T> - Interface in com.mysema.query.types.expr
-
ArrayExpression defines an interface for array typed expression
- ArrayPath<A,E> - Class in com.mysema.query.types.path
-
ArrayPath represents an array typed path
- ArrayPath(Class<? super A>, String) - Constructor for class com.mysema.query.types.path.ArrayPath
-
- ArrayPath(Class<? super A>, Path<?>, String) - Constructor for class com.mysema.query.types.path.ArrayPath
-
- ArrayPath(Class<? super A>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.ArrayPath
-
- ArrayType<T> - Class in com.mysema.query.sql.types
-
- ArrayType(Class<T>, String) - Constructor for class com.mysema.query.sql.types.ArrayType
-
- ArrayUtils - Class in com.mysema.util
-
ArrayUtils provides array related utility functionality
- as(TypeCategory) - Method in class com.mysema.query.codegen.EntityType
-
- as(Path<R>) - Method in class com.mysema.query.group.AbstractGroupExpression
-
Create an alias for the expression
- as(String) - Method in class com.mysema.query.group.AbstractGroupExpression
-
Create an alias for the expression
- as(Expression<?>...) - Method in class com.mysema.query.group.GroupByBuilder
-
Get the results as a map
- as(Expression<V>) - Method in class com.mysema.query.group.GroupByBuilder
-
Get the results as a map
- as(FactoryExpression<V>) - Method in class com.mysema.query.group.GroupByBuilder
-
Get the results as a map
- as(Expression<A>) - Method in class com.mysema.query.sql.WindowFunction
-
- as(String) - Method in class com.mysema.query.sql.WindowFunction
-
- as(Expression<?>) - Method in class com.mysema.query.sql.WithBuilder
-
- as(Expression<D>, Path<D>) - Static method in class com.mysema.query.support.Expressions
-
- as(Expression<D>, String) - Static method in class com.mysema.query.support.Expressions
-
Create the alias expression source as alias
- as(Path<T>) - Method in class com.mysema.query.types.ConstructorExpression
-
Create an alias for the expression
- as(String) - Method in class com.mysema.query.types.ConstructorExpression
-
Create an alias for the expression
- as(Path<Boolean>) - Method in class com.mysema.query.types.expr.BooleanExpression
-
- as(String) - Method in class com.mysema.query.types.expr.BooleanExpression
-
- as(Path<T>) - Method in class com.mysema.query.types.expr.Coalesce
-
Create an alias for the expression
- as(String) - Method in class com.mysema.query.types.expr.Coalesce
-
Create an alias for the expression
- as(EntityPath<E>) - Method in class com.mysema.query.types.expr.CollectionExpressionBase
-
- as(Path<T>) - Method in class com.mysema.query.types.expr.ComparableExpression
-
- as(String) - Method in class com.mysema.query.types.expr.ComparableExpression
-
- as(Path<T>) - Method in class com.mysema.query.types.expr.DateExpression
-
- as(String) - Method in class com.mysema.query.types.expr.DateExpression
-
- as(Path<T>) - Method in class com.mysema.query.types.expr.DateTimeExpression
-
- as(String) - Method in class com.mysema.query.types.expr.DateTimeExpression
-
- as(Path<T>) - Method in class com.mysema.query.types.expr.DslExpression
-
Create an alias for the expression
- as(String) - Method in class com.mysema.query.types.expr.DslExpression
-
Create an alias for the expression
- as(Path<T>) - Method in class com.mysema.query.types.expr.EnumExpression
-
- as(String) - Method in class com.mysema.query.types.expr.EnumExpression
-
- as(Path<T>) - Method in class com.mysema.query.types.expr.NumberExpression
-
- as(String) - Method in class com.mysema.query.types.expr.NumberExpression
-
- as(Path<T>) - Method in class com.mysema.query.types.expr.SimpleExpression
-
Create an alias for the expression
- as(String) - Method in class com.mysema.query.types.expr.SimpleExpression
-
Create an alias for the expression
- as(Path<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
- as(String) - Method in class com.mysema.query.types.expr.StringExpression
-
- as(Path<T>) - Method in class com.mysema.query.types.expr.TimeExpression
-
- as(String) - Method in class com.mysema.query.types.expr.TimeExpression
-
- as(Expression<D>, Path<D>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create an alias expression (source as alias) with the given source and alias
- as(Expression<D>, String) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create an alias expression (source as alias) with the given source and alias
- as(Class<U>) - Method in class com.mysema.query.types.path.BeanPath
-
Cast the path to a subtype querytype
- as(Path<T>) - Method in class com.mysema.query.types.QBean
-
Create an alias for the expression
- as(String) - Method in class com.mysema.query.types.QBean
-
Create an alias for the expression
- as(Expression<?>) - Method in class com.mysema.query.types.query.ListSubQuery
-
- AS_BINARY - Static variable in class com.mysema.query.spatial.SpatialOps
-
- AS_EWKT - Static variable in class com.mysema.query.spatial.SpatialOps
-
- AS_TEXT - Static variable in class com.mysema.query.spatial.SpatialOps
-
- asBinary() - Method in class com.mysema.query.spatial.GeometryExpression
-
Exports this geometric object to a specific Well-known Binary Representation of
Geometry.
- asBinary() - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Exports this geometric object to a specific Well-known Binary Representation of
Geometry.
- asBoolean() - Method in class com.mysema.query.types.expr.Coalesce
-
- asc() - Method in class com.mysema.query.types.expr.Coalesce
-
- asc() - Method in class com.mysema.query.types.expr.ComparableExpressionBase
-
Get an OrderSpecifier for ascending order of this expression
- asCollection() - Method in class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- asCollection() - Method in class com.mysema.query.spatial.path.GeometryPath
-
- asDate() - Method in class com.mysema.query.types.expr.Coalesce
-
- asDateTime() - Method in class com.mysema.query.types.expr.Coalesce
-
- asDBObject(String, Object) - Method in class com.mysema.query.mongodb.MongodbSerializer
-
- asEnum() - Method in class com.mysema.query.types.expr.Coalesce
-
- asEWKT(GeometryExpression<?>) - Static method in class com.mysema.query.spatial.GeometryExpressions
-
Return a specified ST_Geometry value from Extended Well-Known Text representation (EWKT).
- asEWKT(JTSGeometryExpression<?>) - Static method in class com.mysema.query.spatial.jts.JTSGeometryExpressions
-
Return a specified ST_Geometry value from Extended Well-Known Text representation (EWKT).
- asFilter() - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
Create a filter for constraints defined in this query
- asin(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- ASIN - Static variable in class com.mysema.query.types.Ops.MathOps
-
- asLinearRing() - Method in class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- asLinearRing() - Method in class com.mysema.query.spatial.path.GeometryPath
-
- asLineString() - Method in class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- asLineString() - Method in class com.mysema.query.spatial.path.GeometryPath
-
- asLiteral(Object) - Method in class com.mysema.query.sql.Configuration
-
Get the literal representation of the given constant
- asMultiLineString() - Method in class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- asMultiLineString() - Method in class com.mysema.query.spatial.path.GeometryPath
-
- asMultiPoint() - Method in class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- asMultiPoint() - Method in class com.mysema.query.spatial.path.GeometryPath
-
- asMultiPolygon() - Method in class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- asMultiPolygon() - Method in class com.mysema.query.spatial.path.GeometryPath
-
- asNumber() - Method in class com.mysema.query.types.expr.Coalesce
-
- asPoint() - Method in class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- asPoint() - Method in class com.mysema.query.spatial.path.GeometryPath
-
- asPolygHedralSurface() - Method in class com.mysema.query.spatial.path.GeometryPath
-
- asPolygon() - Method in class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- asPolygon() - Method in class com.mysema.query.spatial.path.GeometryPath
-
- asReference(Operation<?>, int) - Method in class com.mysema.query.mongodb.MongodbSerializer
-
- asReference(Object) - Method in class com.mysema.query.mongodb.MongodbSerializer
-
- asReference(Object) - Method in class com.mysema.query.mongodb.morphia.MorphiaSerializer
-
- asString() - Method in class com.mysema.query.types.expr.Coalesce
-
- asText() - Method in class com.mysema.query.spatial.GeometryExpression
-
Exports this geometric object to a specific Well-known Text Representation of Geometry.
- asText() - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Exports this geometric object to a specific Well-known Text Representation of Geometry.
- asTime() - Method in class com.mysema.query.types.expr.Coalesce
-
- atan(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- ATAN - Static variable in class com.mysema.query.types.Ops.MathOps
-
- authName - Variable in class com.mysema.query.sql.spatial.QSpatialRefSys
-
- authSrid - Variable in class com.mysema.query.sql.spatial.QSpatialRefSys
-
- avg(Expression<E>) - Static method in class com.mysema.query.group.GroupBy
-
Create a new aggregating avg expression
- avg(CollectionExpression<?, A>) - Static method in class com.mysema.query.jpa.JPAExpressions
-
Get the avg(col) expression
- avg(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Start a window function expression
- avg() - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the average value of this expression (aggregation)
- AVG_AGG - Static variable in class com.mysema.query.types.Ops.AggOps
-
- AVG_IN_COL - Static variable in class com.mysema.query.types.Ops.QuantOps
-
- BatooTemplates - Class in com.mysema.query.jpa
-
- BatooTemplates() - Constructor for class com.mysema.query.jpa.BatooTemplates
-
- BatooTemplates(char) - Constructor for class com.mysema.query.jpa.BatooTemplates
-
- bean(Class<T>, Expression<?>...) - Static method in class com.mysema.query.types.Projections
-
Create a Bean populating projection for the given type and expressions
- bean(Path<T>, Expression<?>...) - Static method in class com.mysema.query.types.Projections
-
Create a Bean populating projection for the given type and expressions
- BEAN_PACKAGE_NAME - Static variable in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- BEAN_PREFIX - Static variable in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- BEAN_SERIALIZER - Static variable in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- BEAN_SUFFIX - Static variable in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- BeanMap - Class in com.mysema.util
-
An implementation of Map for JavaBeans which uses introspection to
get and put properties in the bean.
- BeanMap() - Constructor for class com.mysema.util.BeanMap
-
Constructs a new empty BeanMap
.
- BeanMap(Object) - Constructor for class com.mysema.util.BeanMap
-
Constructs a new BeanMap
that operates on the
specified bean.
- BeanMap.MyMapEntry - Class in com.mysema.util
-
- BeanMap.MyMapEntry(BeanMap, String, Object) - Constructor for class com.mysema.util.BeanMap.MyMapEntry
-
Constructs a new MyMapEntry
.
- BeanMapper - Class in com.mysema.query.sql.dml
-
Creates the mapping by inspecting object via bean inspection.
- BeanMapper() - Constructor for class com.mysema.query.sql.dml.BeanMapper
-
- BeanMapper(boolean) - Constructor for class com.mysema.query.sql.dml.BeanMapper
-
- BeanPath<T> - Class in com.mysema.query.types.path
-
BeanPath represents bean paths
- BeanPath(Class<? extends T>, String) - Constructor for class com.mysema.query.types.path.BeanPath
-
- BeanPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.types.path.BeanPath
-
- BeanPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.BeanPath
-
- BeanPath(Class<? extends T>, PathMetadata<?>, PathInits) - Constructor for class com.mysema.query.types.path.BeanPath
-
- Beans - Class in com.mysema.query.sql
-
- Beans(Map<? extends RelationalPath<?>, ?>) - Constructor for class com.mysema.query.sql.Beans
-
- BeanSerializer - Class in com.mysema.query.codegen
-
BeanSerializer is a
Serializer
implementation which serializes
EntityType
instances into JavaBean classes
- BeanSerializer() - Constructor for class com.mysema.query.codegen.BeanSerializer
-
Create a new BeanSerializer
- BeanSerializer(String) - Constructor for class com.mysema.query.codegen.BeanSerializer
-
Create a new BeanSerializer with the given javadoc suffix
- BeanSerializer(boolean) - Constructor for class com.mysema.query.codegen.BeanSerializer
-
Create a new BeanSerializer
- BeanSerializer(boolean, String) - Constructor for class com.mysema.query.codegen.BeanSerializer
-
Create a new BeanSerializer
- BeanUtils - Class in com.mysema.util
-
BeanUtils provides JavaBean compliant property de/capitalization functionality
- before(T) - Method in class com.mysema.query.types.expr.TemporalExpression
-
Get a this < right
expression
- before(Expression<T>) - Method in class com.mysema.query.types.expr.TemporalExpression
-
Get a this < right
expression
- beforeFirst() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- beforeFirst() - Method in class com.mysema.util.ResultSetAdapter
-
- between(A, A, A) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- between(Operation<?>, QueryMetadata) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- between() - Method in class com.mysema.query.sql.WindowRows
-
- between(T, T) - Method in class com.mysema.query.types.expr.ComparableExpression
-
Get a from <= this <= to
expression
- between(Expression<T>, Expression<T>) - Method in class com.mysema.query.types.expr.ComparableExpression
-
Get a from <= this <= to
expression
- between(A, A) - Method in class com.mysema.query.types.expr.NumberExpression
-
Create a from <= this <= to
expression
- between(Expression<A>, Expression<A>) - Method in class com.mysema.query.types.expr.NumberExpression
-
Create a from <= this <= to
expression
- BETWEEN - Static variable in class com.mysema.query.types.Ops
-
- BigDecimalAsDoubleType - Class in com.mysema.query.sql.types
-
BigDecimalAsDoubleType maps BigDecimal to Double on the JDBC level
- BigDecimalAsDoubleType() - Constructor for class com.mysema.query.sql.types.BigDecimalAsDoubleType
-
- BigDecimalAsDoubleType(int) - Constructor for class com.mysema.query.sql.types.BigDecimalAsDoubleType
-
- BigDecimalType - Class in com.mysema.query.sql.types
-
BigDecimalType maps BigDecimal to BigDecimal on the JDBC level
- BigDecimalType() - Constructor for class com.mysema.query.sql.types.BigDecimalType
-
- BigDecimalType(int) - Constructor for class com.mysema.query.sql.types.BigDecimalType
-
- BigIntegerAsLongType - Class in com.mysema.query.sql.types
-
BigIntegerType maps BigInteger to Long on the JDBC level
- BigIntegerAsLongType() - Constructor for class com.mysema.query.sql.types.BigIntegerAsLongType
-
- BigIntegerAsLongType(int) - Constructor for class com.mysema.query.sql.types.BigIntegerAsLongType
-
- BigIntegerType - Class in com.mysema.query.sql.types
-
BigIntegerType maps BigInteger to BigDecimal on the JDBC level
- BigIntegerType() - Constructor for class com.mysema.query.sql.types.BigIntegerType
-
- BigIntegerType(int) - Constructor for class com.mysema.query.sql.types.BigIntegerType
-
- bigResult() - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- bind(Class<T>) - Method in class com.mysema.query.codegen.AbstractModule
-
- bind(String, Class<? extends T>) - Method in class com.mysema.query.codegen.AbstractModule
-
- bind(String, T) - Method in class com.mysema.query.codegen.AbstractModule
-
- bind(Class<T>, Class<? extends T>) - Method in class com.mysema.query.codegen.AbstractModule
-
- bind(Class<T>, T) - Method in class com.mysema.query.codegen.AbstractModule
-
- bind(Path<A>, Iterable<? extends A>) - Method in class com.mysema.query.collections.AbstractCollQuery
-
Bind the given collection to an already existing query source
- bindInstance(String, Class<? extends T>) - Method in class com.mysema.query.codegen.AbstractModule
-
- BlobType - Class in com.mysema.query.sql.types
-
BlobType maps Blob to Blob on the JDBC level
- BlobType() - Constructor for class com.mysema.query.sql.types.BlobType
-
- BlobType(int) - Constructor for class com.mysema.query.sql.types.BlobType
-
- bodyEnd(EntityType, CodeWriter) - Method in class com.mysema.query.codegen.BeanSerializer
-
- bodyEnd(EntityType, CodeWriter) - Method in class com.mysema.query.codegen.GroovyBeanSerializer
-
- bodyEnd(EntityType, CodeWriter) - Method in class com.mysema.query.sql.codegen.ExtendedBeanSerializer
-
- bodyStart(EntityType, CodeWriter) - Method in class com.mysema.query.codegen.BeanSerializer
-
- bodyStart(EntityType, CodeWriter) - Method in class com.mysema.query.codegen.GroovyBeanSerializer
-
- BOOLEAN_ALL - Static variable in class com.mysema.query.types.Ops.AggOps
-
- BOOLEAN_ANY - Static variable in class com.mysema.query.types.Ops.AggOps
-
- BooleanBuilder - Class in com.mysema.query
-
BooleanBuilder is a cascading builder for
Predicate
expressions.
- BooleanBuilder() - Constructor for class com.mysema.query.BooleanBuilder
-
Create an empty BooleanBuilder
- BooleanBuilder(Predicate) - Constructor for class com.mysema.query.BooleanBuilder
-
Create a BooleanBuilder with the given initial value
- BooleanExpression - Class in com.mysema.query.types.expr
-
BooleanExpression represents
Boolean
expressions
- BooleanExpression(Expression<Boolean>) - Constructor for class com.mysema.query.types.expr.BooleanExpression
-
- booleanOperation(Operator<Boolean>, Expression<?>...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Boolean operation
- BooleanOperation - Class in com.mysema.query.types.expr
-
BooleanOperation represents boolean operations
- BooleanOperation(Operator<? super Boolean>, Expression<?>...) - Constructor for class com.mysema.query.types.expr.BooleanOperation
-
- BooleanOperation(Operator<? super Boolean>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.expr.BooleanOperation
-
- booleanPath(String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- booleanPath(Path<?>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- BooleanPath - Class in com.mysema.query.types.path
-
BooleanPath represents boolean path expressions
- BooleanPath(Path<?>, String) - Constructor for class com.mysema.query.types.path.BooleanPath
-
- BooleanPath(PathMetadata<?>) - Constructor for class com.mysema.query.types.path.BooleanPath
-
- BooleanPath(String) - Constructor for class com.mysema.query.types.path.BooleanPath
-
- BooleanSubQuery - Class in com.mysema.query.types.query
-
Boolean typed single result subquery
- BooleanSubQuery(QueryMetadata) - Constructor for class com.mysema.query.types.query.BooleanSubQuery
-
- booleanTemplate(String, Object...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Template expression
- BooleanTemplate - Class in com.mysema.query.types.template
-
BooleanTemplate is a custom boolean expression
- BooleanTemplate(Template, ImmutableList<?>) - Constructor for class com.mysema.query.types.template.BooleanTemplate
-
- BooleanType - Class in com.mysema.query.sql.types
-
BooleanType maps Boolean to Boolean on the JDBC level
- BooleanType() - Constructor for class com.mysema.query.sql.types.BooleanType
-
- BooleanType(int) - Constructor for class com.mysema.query.sql.types.BooleanType
-
- boundary() - Method in class com.mysema.query.spatial.GeometryExpression
-
Returns the closure of the combinatorial boundary of this geometric object
- boundary() - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns the closure of the combinatorial boundary of this geometric object
- BOUNDARY - Static variable in class com.mysema.query.spatial.SpatialOps
-
- buffer(double) - Method in class com.mysema.query.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.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns a geometric object that represents all Points whose distance from this geometric
object is less than or equal to distance.
- BUFFER - Static variable in class com.mysema.query.spatial.SpatialOps
-
- BUFFER2 - Static variable in class com.mysema.query.spatial.SpatialOps
-
- bufferResult() - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- build(char, boolean) - Method in class com.mysema.query.sql.SQLTemplates.Builder
-
- build() - Method in class com.mysema.query.sql.SQLTemplates.Builder
-
- builder() - Static method in class com.mysema.query.sql.CUBRIDTemplates
-
- builder() - Static method in class com.mysema.query.sql.DB2Templates
-
- builder() - Static method in class com.mysema.query.sql.DerbyTemplates
-
- builder() - Static method in class com.mysema.query.sql.FirebirdTemplates
-
- builder() - Static method in class com.mysema.query.sql.H2Templates
-
- builder() - Static method in class com.mysema.query.sql.HSQLDBTemplates
-
- builder() - Static method in class com.mysema.query.sql.MySQLTemplates
-
- builder() - Static method in class com.mysema.query.sql.OracleTemplates
-
- builder() - Static method in class com.mysema.query.sql.PostgresTemplates
-
- builder() - Static method in class com.mysema.query.sql.spatial.GeoDBTemplates
-
- builder() - Static method in class com.mysema.query.sql.spatial.MySQLSpatialTemplates
-
- builder() - Static method in class com.mysema.query.sql.spatial.OracleSpatialTemplates
-
- builder() - Static method in class com.mysema.query.sql.spatial.PostGISTemplates
-
- builder() - Static method in class com.mysema.query.sql.spatial.SQLServer2008SpatialTemplates
-
- builder() - Static method in class com.mysema.query.sql.spatial.TeradataSpatialTemplates
-
- builder() - Static method in class com.mysema.query.sql.SQLiteTemplates
-
- builder() - Static method in class com.mysema.query.sql.SQLServer2005Templates
-
- builder() - Static method in class com.mysema.query.sql.SQLServer2008Templates
-
- builder() - Static method in class com.mysema.query.sql.SQLServer2012Templates
-
- builder() - Static method in class com.mysema.query.sql.SQLServerTemplates
-
- builder() - Static method in class com.mysema.query.sql.TeradataTemplates
-
- BytesType - Class in com.mysema.query.sql.types
-
BytesType maps byte[] to byte[] on the JDBC level
- BytesType() - Constructor for class com.mysema.query.sql.types.BytesType
-
- BytesType(int) - Constructor for class com.mysema.query.sql.types.BytesType
-
- ByteType - Class in com.mysema.query.sql.types
-
ByteType maps Byte to Byte on the JDBC level
- ByteType() - Constructor for class com.mysema.query.sql.types.ByteType
-
- ByteType(int) - Constructor for class com.mysema.query.sql.types.ByteType
-
- byteValue() - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the byte expression of this numeric expression
- cache() - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- cacheable - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- cacheable - Variable in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- cacheRegion - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- cacheRegion - Variable in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- calcFoundRows() - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- CalendarType - Class in com.mysema.query.sql.types
-
CalendarType maps Calendar to Timestamp on the JDBC level
- CalendarType() - Constructor for class com.mysema.query.sql.types.CalendarType
-
- CalendarType(int) - Constructor for class com.mysema.query.sql.types.CalendarType
-
- cancelRowUpdates() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- cancelRowUpdates() - Method in class com.mysema.util.ResultSetAdapter
-
- capitalize(String) - Static method in class com.mysema.util.BeanUtils
-
- CASE - Static variable in class com.mysema.query.types.Ops
-
- CASE_ELSE - Static variable in class com.mysema.query.types.Ops
-
- CASE_EQ - Static variable in class com.mysema.query.types.Ops
-
- CASE_EQ_ELSE - Static variable in class com.mysema.query.types.Ops
-
- CASE_EQ_WHEN - Static variable in class com.mysema.query.types.Ops
-
- CASE_WHEN - Static variable in class com.mysema.query.types.Ops
-
- CaseBuilder - Class in com.mysema.query.types.expr
-
CaseBuilder enables the construction of typesafe case-when-then-else
constructs :
e.g.
- CaseBuilder() - Constructor for class com.mysema.query.types.expr.CaseBuilder
-
- CaseBuilder.Cases<A,Q extends Expression<A>> - Class in com.mysema.query.types.expr
-
Cascading typesafe Case builder
- CaseBuilder.Cases(Class<A>) - Constructor for class com.mysema.query.types.expr.CaseBuilder.Cases
-
- CaseBuilder.CaseWhen<A,Q extends Expression<A>> - Class in com.mysema.query.types.expr
-
Intermediate When state
- CaseBuilder.CaseWhen(CaseBuilder.Cases<A, Q>, Predicate) - Constructor for class com.mysema.query.types.expr.CaseBuilder.CaseWhen
-
- CaseBuilder.CaseWhen(CaseBuilder.Cases<A, Q>, BooleanExpression) - Constructor for class com.mysema.query.types.expr.CaseBuilder.CaseWhen
-
- CaseBuilder.Initial - Class in com.mysema.query.types.expr
-
Initial state of Case construction
- CaseBuilder.Initial(Predicate) - Constructor for class com.mysema.query.types.expr.CaseBuilder.Initial
-
- CaseBuilder.Initial(BooleanExpression) - Constructor for class com.mysema.query.types.expr.CaseBuilder.Initial
-
- CaseForEqBuilder<D> - Class in com.mysema.query.types.expr
-
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.mysema.query.types.expr.CaseForEqBuilder
-
- CaseForEqBuilder.Cases<T,Q extends Expression<T>> - Class in com.mysema.query.types.expr
-
- CaseForEqBuilder.Cases() - Constructor for class com.mysema.query.types.expr.CaseForEqBuilder.Cases
-
- CaseForEqBuilder.CaseWhen<T,Q extends Expression<T>> - Class in com.mysema.query.types.expr
-
- CaseForEqBuilder.CaseWhen(CaseForEqBuilder<D>.Cases<T, Q>, Expression<? extends D>) - Constructor for class com.mysema.query.types.expr.CaseForEqBuilder.CaseWhen
-
- cases() - Static method in class com.mysema.query.support.Expressions
-
Get a builder for a case expression
- CAST - Static variable in class com.mysema.query.jpa.JPQLOps
-
- CAST - Static variable in class com.mysema.query.sql.SQLOps
-
- cast(Number, Class<D>) - Static method in class com.mysema.util.MathUtils
-
- castToNum(Class<A>) - Method in class com.mysema.query.types.expr.ComparableExpressionBase
-
Create a cast expression to the given numeric type
- castToNum(Class<A>) - Method in class com.mysema.query.types.expr.NumberExpression
-
- ceil() - Method in class com.mysema.query.types.expr.NumberExpression
-
Returns the smallest (closest to negative infinity)
double
value that is greater than or equal to the
argument and is equal to a mathematical integer
- CEIL - Static variable in class com.mysema.query.types.Ops.MathOps
-
- centroid() - Method in class com.mysema.query.spatial.jts.JTSMultiSurfaceExpression
-
The mathematical centroid for this MultiSurface.
- centroid() - Method in class com.mysema.query.spatial.jts.JTSSurfaceExpression
-
The mathematical centroid for this Surface as a Point.
- centroid() - Method in class com.mysema.query.spatial.MultiSurfaceExpression
-
The mathematical centroid for this MultiSurface.
- CENTROID - Static variable in class com.mysema.query.spatial.SpatialOps
-
- centroid() - Method in class com.mysema.query.spatial.SurfaceExpression
-
The mathematical centroid for this Surface as a Point.
- CHAR_AT - Static variable in class com.mysema.query.types.Ops
-
- CharacterType - Class in com.mysema.query.sql.types
-
CharacterType maps Character to Character on the JDBC level
- CharacterType() - Constructor for class com.mysema.query.sql.types.CharacterType
-
- CharacterType(int) - Constructor for class com.mysema.query.sql.types.CharacterType
-
- charAt(Expression<Integer>) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the character at the given index
- charAt(int) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the character at the given index
- ClassPathUtils - Class in com.mysema.util
-
ClassPathUtils provides classpath scanning functionality
- clean() - Method in class com.mysema.query.apt.Context
-
- cleanupMDC() - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
- cleanupMDC() - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- cleanupMDC() - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- cleanupMDC() - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- cleanupMDC() - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- cleanupMDC() - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- cleanupMDC() - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- clear() - Method in class com.mysema.query.support.Context
-
- clear() - Method in class com.mysema.util.BeanMap
-
This method reinitializes the bean map to have default values for the
bean's properties.
- clearOrderBy() - Method in class com.mysema.query.DefaultQueryMetadata
-
- clearOrderBy() - Method in class com.mysema.query.EmptyMetadata
-
- clearOrderBy() - Method in interface com.mysema.query.QueryMetadata
-
Clear the order expressions
- clearProjection() - Method in class com.mysema.query.DefaultQueryMetadata
-
- clearProjection() - Method in class com.mysema.query.EmptyMetadata
-
- clearProjection() - Method in interface com.mysema.query.QueryMetadata
-
Clear the projection
- clearWarnings() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- clearWarnings() - Method in class com.mysema.util.ResultSetAdapter
-
- clearWhere() - Method in class com.mysema.query.DefaultQueryMetadata
-
- clearWhere() - Method in class com.mysema.query.EmptyMetadata
-
- clearWhere() - Method in interface com.mysema.query.QueryMetadata
-
Clear the where expressions
- ClobType - Class in com.mysema.query.sql.types
-
ClobType maps Clob to Clob on the JDBC level
- ClobType() - Constructor for class com.mysema.query.sql.types.ClobType
-
- ClobType(int) - Constructor for class com.mysema.query.sql.types.ClobType
-
- clone() - Method in class com.mysema.query.BooleanBuilder
-
- clone() - Method in class com.mysema.query.collections.CollQuery
-
Clone the state of this query to a new CollQuery instance
- clone() - Method in class com.mysema.query.DefaultQueryMetadata
-
- clone() - Method in class com.mysema.query.EmptyMetadata
-
- clone(PersistenceManager) - Method in interface com.mysema.query.jdo.JDOQLQuery
-
Clone the state of the query for the given PersistenceManager
- clone(PersistenceManager) - Method in class com.mysema.query.jdo.JDOQuery
-
Clone the state of this query to a new JDOQuery instance with the given PersistenceManager
- clone() - Method in class com.mysema.query.jdo.sql.JDOSQLQuery
-
- clone(Q) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- clone(SessionHolder) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- clone(Session) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Clone the state of this query to a new instance with the given Session
- clone(StatelessSession) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Clone the state of this query to a new instance with the given StatelessSession
- clone() - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Clone the state of this query to a new instance
- clone(SessionHolder) - Method in class com.mysema.query.jpa.hibernate.HibernateQuery
-
- clone(Q) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- clone(SessionHolder) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- clone(Session) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- clone(StatelessSession) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- clone() - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- clone(SessionHolder) - Method in class com.mysema.query.jpa.hibernate.sql.HibernateSQLQuery
-
- clone(Q) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- clone(EntityManager) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
Clone the state of this query to a new instance with the given EntityManager
- clone(EntityManager, JPQLTemplates) - Method in class com.mysema.query.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.mysema.query.jpa.impl.AbstractJPAQuery
-
Clone the state of this query to a new instance
- clone(EntityManager, JPQLTemplates) - Method in class com.mysema.query.jpa.impl.JPAQuery
-
- clone(EntityManager) - Method in class com.mysema.query.jpa.impl.JPAQuery
-
- clone() - Method in class com.mysema.query.jpa.JPAQueryBase
-
- clone(Q) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- clone(EntityManager) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- clone() - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- clone(EntityManager) - Method in class com.mysema.query.jpa.sql.JPASQLQuery
-
- clone() - Method in interface com.mysema.query.QueryMetadata
-
Clone this QueryMetadata instance
- clone(Q) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- clone() - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- clone(Connection) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- clone() - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- clone(Connection) - Method in class com.mysema.query.sql.mssql.SQLServerQuery
-
- clone() - Method in class com.mysema.query.sql.mssql.SQLServerSubQuery
-
- clone(Connection) - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- clone(Connection) - Method in class com.mysema.query.sql.oracle.OracleQuery
-
- clone(Connection) - Method in class com.mysema.query.sql.postgres.PostgresQuery
-
- clone(Q) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- clone() - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- clone(Connection) - Method in class com.mysema.query.sql.SQLQuery
-
- clone() - Method in class com.mysema.query.sql.SQLSubQuery
-
- clone(Connection) - Method in class com.mysema.query.sql.teradata.TeradataQuery
-
- clone() - Method in class com.mysema.util.BeanMap
-
Clone this bean map using the following process:
- close() - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
Close the query and related resources
- close() - Method in interface com.mysema.query.jdo.JDOQLQuery
-
Close the query and related resources
- close() - Method in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- close() - Method in class com.mysema.query.jpa.ScrollableResultsIterator
-
- close() - Method in class com.mysema.query.jpa.TransformingIterator
-
- close() - Method in class com.mysema.query.lucene.ResultIterator
-
- close(Statement) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- close(Collection<? extends Statement>) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- close(ResultSet) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- close() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- close() - Method in class com.mysema.query.sql.SQLResultIterator
-
- close() - Method in class com.mysema.util.ResultSetAdapter
-
- coalesce(T...) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- Coalesce<T extends Comparable> - Class in com.mysema.query.types.expr
-
Coalesce defines a coalesce function invocation.
- Coalesce(Class<? extends T>, Expression<?>...) - Constructor for class com.mysema.query.types.expr.Coalesce
-
- Coalesce(Expression...) - Constructor for class com.mysema.query.types.expr.Coalesce
-
- coalesce(Expression<?>...) - Method in class com.mysema.query.types.expr.ComparableExpressionBase
-
- coalesce(T...) - Method in class com.mysema.query.types.expr.ComparableExpressionBase
-
- COALESCE - Static variable in class com.mysema.query.types.Ops
-
- CodeGenerationException - Exception in com.mysema.query.codegen
-
- CodegenModule - Class in com.mysema.query.codegen
-
CodegenModule provides a module general serialization
- CodegenModule() - Constructor for class com.mysema.query.codegen.CodegenModule
-
- COL_IS_EMPTY - Static variable in class com.mysema.query.types.Ops
-
- COL_SIZE - Static variable in class com.mysema.query.types.Ops
-
- CollDeleteClause<T> - Class in com.mysema.query.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.mysema.query.collections.CollDeleteClause
-
- CollDeleteClause(Path<T>, Collection<? extends T>) - Constructor for class com.mysema.query.collections.CollDeleteClause
-
- collect(Expression<? extends GeometryCollection>) - Static method in class com.mysema.query.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.mysema.query.spatial.GeometryExpressions
-
Return a specified ST_Geometry value from a collection of other geometries.
- collect(Expression<? extends GeometryCollection>) - Static method in class com.mysema.query.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.mysema.query.spatial.jts.JTSGeometryExpressions
-
Return a specified ST_Geometry value from a collection of other geometries.
- COLLECT - Static variable in class com.mysema.query.spatial.SpatialOps
-
- COLLECT2 - Static variable in class com.mysema.query.spatial.SpatialOps
-
- collectElements() - Method in class com.mysema.query.apt.AbstractQuerydslProcessor
-
- CollectionAnyVisitor - Class in com.mysema.query.support
-
CollectionAnyVisitor is an expression visitor which transforms any() path expressions which are
often transformed into subqueries
- CollectionAnyVisitor() - Constructor for class com.mysema.query.support.CollectionAnyVisitor
-
- CollectionExpression<T extends Collection<E>,E> - Interface in com.mysema.query.types
-
CollectionExpression represents
Collection
typed expressions
- CollectionExpressionBase<T extends Collection<E>,E> - Class in com.mysema.query.types.expr
-
- CollectionExpressionBase(Expression<T>) - Constructor for class com.mysema.query.types.expr.CollectionExpressionBase
-
- CollectionOperation<E> - Class in com.mysema.query.types.expr
-
- CollectionOperation(Operator<?>, Class<? super E>, Expression<?>...) - Constructor for class com.mysema.query.types.expr.CollectionOperation
-
- CollectionOperation(Operator<?>, Class<? super E>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.expr.CollectionOperation
-
- CollectionPath<E,Q extends SimpleExpression<? super E>> - Class in com.mysema.query.types.path
-
CollectionPath represents collection paths
- CollectionPath(Class<? super E>, Class<Q>, String) - Constructor for class com.mysema.query.types.path.CollectionPath
-
- CollectionPath(Class<? super E>, Class<Q>, Path<?>, String) - Constructor for class com.mysema.query.types.path.CollectionPath
-
- CollectionPath(Class<? super E>, Class<Q>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.CollectionPath
-
- CollectionPath(Class<? super E>, Class<Q>, PathMetadata<?>, PathInits) - Constructor for class com.mysema.query.types.path.CollectionPath
-
- CollectionPathBase<C extends Collection<E>,E,Q extends SimpleExpression<? super E>> - Class in com.mysema.query.types.path
-
CollectionPath is a base class for collection typed paths
- CollectionPathBase(PathImpl<C>, PathInits) - Constructor for class com.mysema.query.types.path.CollectionPathBase
-
- CollectionUtils - Class in com.mysema.query.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.mysema.query.jpa.codegen.AbstractDomainExporter
-
- collectTypes() - Method in class com.mysema.query.jpa.codegen.HibernateDomainExporter
-
- collectTypes() - Method in class com.mysema.query.jpa.codegen.JPADomainExporter
-
- CollQuery - Class in com.mysema.query.collections
-
CollQuery is the default implementation of the
SimpleQuery
interface for collections
- CollQuery() - Constructor for class com.mysema.query.collections.CollQuery
-
Create a new CollQuery instance
- CollQuery(CollQueryTemplates) - Constructor for class com.mysema.query.collections.CollQuery
-
Creates a new CollQuery instance
- CollQuery(QueryEngine) - Constructor for class com.mysema.query.collections.CollQuery
-
Create a new CollQuery instance
- CollQuery(QueryMetadata) - Constructor for class com.mysema.query.collections.CollQuery
-
Create a new CollQuery instance
- CollQuery(QueryMetadata, QueryEngine) - Constructor for class com.mysema.query.collections.CollQuery
-
Create a new CollQuery instance
- CollQueryFactory - Class in com.mysema.query.collections
-
CollQueryFactory provides static convenience methods for query construction
- CollQueryFunctions - Class in com.mysema.query.collections
-
CollQueryFunctions defines function implementation for use in ColQueryTemplates
- CollQueryMixin<T> - Class in com.mysema.query.collections
-
CollQueryMixin extends
QueryMixin
to provide normalization logic specific to this module
- CollQueryMixin() - Constructor for class com.mysema.query.collections.CollQueryMixin
-
- CollQueryMixin(QueryMetadata) - Constructor for class com.mysema.query.collections.CollQueryMixin
-
- CollQueryMixin(T, QueryMetadata) - Constructor for class com.mysema.query.collections.CollQueryMixin
-
- CollQuerySerializer - Class in com.mysema.query.collections
-
CollQuerySerializer is a
Serializer
implementation for the Java language
- CollQuerySerializer(CollQueryTemplates) - Constructor for class com.mysema.query.collections.CollQuerySerializer
-
- CollQueryTemplates - Class in com.mysema.query.collections
-
CollQueryTemplates extends
JavaTemplates
to add module specific operation
templates.
- CollQueryTemplates() - Constructor for class com.mysema.query.collections.CollQueryTemplates
-
- CollUpdateClause<T> - Class in com.mysema.query.collections
-
CollUpdateClause is an implementation of the UpdateClause interface for Querydsl Collections
- CollUpdateClause(QueryEngine, Path<T>, Iterable<? extends T>) - Constructor for class com.mysema.query.collections.CollUpdateClause
-
- CollUpdateClause(Path<T>, Iterable<? extends T>) - Constructor for class com.mysema.query.collections.CollUpdateClause
-
- column - Variable in class com.mysema.query.maven.TypeMapping
-
- Column - Annotation Type in com.mysema.query.sql
-
Defines the related SQL table column for a property
- COLUMN_COMPARATOR - Static variable in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- ColumnData - Class in com.mysema.query.sql.support
-
- ColumnData(String, String) - Constructor for class com.mysema.query.sql.support.ColumnData
-
- ColumnImpl - Class in com.mysema.query.sql
-
ColumnImpl is an implementation for the Column annotation
- ColumnImpl(String) - Constructor for class com.mysema.query.sql.ColumnImpl
-
- ColumnMetadata - Class in com.mysema.query.sql
-
Provides metadata like the column name, JDBC type and constraints
- columns(Path<?>...) - Method in interface com.mysema.query.dml.InsertClause
-
Define the columns to be populated
- columns(Path<?>...) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- columns(Path<?>...) - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- com.mysema.query - package com.mysema.query
-
Contains basic Query elements
- com.mysema.query.alias - package com.mysema.query.alias
-
Alias functionality
- com.mysema.query.annotations - package com.mysema.query.annotations
-
Contains annotation for Domain and DTO types
- com.mysema.query.apt - package com.mysema.query.apt
-
APT related classes
- com.mysema.query.apt.hibernate - package com.mysema.query.apt.hibernate
-
APT Hibernate support
- com.mysema.query.apt.jdo - package com.mysema.query.apt.jdo
-
APT JDO support
- com.mysema.query.apt.jpa - package com.mysema.query.apt.jpa
-
APT JPA support
- com.mysema.query.apt.morphia - package com.mysema.query.apt.morphia
-
APT Morphia support
- com.mysema.query.apt.roo - package com.mysema.query.apt.roo
-
- com.mysema.query.codegen - package com.mysema.query.codegen
-
Code generations models and serializers
- com.mysema.query.collections - package com.mysema.query.collections
-
Implementations of Querydsl query interfaces for JavaBean collections
- com.mysema.query.dml - package com.mysema.query.dml
-
DML interfaces
- com.mysema.query.group - package com.mysema.query.group
-
- com.mysema.query.hibernate.search - package com.mysema.query.hibernate.search
-
- com.mysema.query.jdo - package com.mysema.query.jdo
-
JDOQL support for Querydsl
- com.mysema.query.jdo.dml - package com.mysema.query.jdo.dml
-
DML operations support for Querydsl JDOQL
- com.mysema.query.jdo.sql - package com.mysema.query.jdo.sql
-
- com.mysema.query.jpa - package com.mysema.query.jpa
-
Query implementations for HQL and JPAQL
- com.mysema.query.jpa.ant - package com.mysema.query.jpa.ant
-
- com.mysema.query.jpa.codegen - package com.mysema.query.jpa.codegen
-
- com.mysema.query.jpa.hibernate - package com.mysema.query.jpa.hibernate
-
JPQL for Hibernate
- com.mysema.query.jpa.hibernate.sql - package com.mysema.query.jpa.hibernate.sql
-
- com.mysema.query.jpa.impl - package com.mysema.query.jpa.impl
-
JPQL for JPA
- com.mysema.query.jpa.sql - package com.mysema.query.jpa.sql
-
- com.mysema.query.jpa.support - package com.mysema.query.jpa.support
-
- com.mysema.query.lucene - package com.mysema.query.lucene
-
- com.mysema.query.maven - package com.mysema.query.maven
-
- com.mysema.query.mongodb - package com.mysema.query.mongodb
-
- com.mysema.query.mongodb.morphia - package com.mysema.query.mongodb.morphia
-
- com.mysema.query.spatial - package com.mysema.query.spatial
-
- com.mysema.query.spatial.hibernate - package com.mysema.query.spatial.hibernate
-
- com.mysema.query.spatial.jts - package com.mysema.query.spatial.jts
-
- com.mysema.query.spatial.jts.path - package com.mysema.query.spatial.jts.path
-
- com.mysema.query.spatial.path - package com.mysema.query.spatial.path
-
- com.mysema.query.sql - package com.mysema.query.sql
-
SQL/JDBC support for Querydsl
- com.mysema.query.sql.ant - package com.mysema.query.sql.ant
-
- com.mysema.query.sql.codegen - package com.mysema.query.sql.codegen
-
- com.mysema.query.sql.dml - package com.mysema.query.sql.dml
-
DML operations support
- com.mysema.query.sql.mssql - package com.mysema.query.sql.mssql
-
SQL Server support
- com.mysema.query.sql.mysql - package com.mysema.query.sql.mysql
-
MySQL support
- com.mysema.query.sql.oracle - package com.mysema.query.sql.oracle
-
Oracle support for Querydsl SQL
- com.mysema.query.sql.postgres - package com.mysema.query.sql.postgres
-
- com.mysema.query.sql.spatial - package com.mysema.query.sql.spatial
-
- com.mysema.query.sql.spring - package com.mysema.query.sql.spring
-
- com.mysema.query.sql.support - package com.mysema.query.sql.support
-
Support classes
- com.mysema.query.sql.teradata - package com.mysema.query.sql.teradata
-
- com.mysema.query.sql.types - package com.mysema.query.sql.types
-
Types for de/serialization to ResultSet and PreparedStatement
- com.mysema.query.support - package com.mysema.query.support
-
Various support classes
- com.mysema.query.types - package com.mysema.query.types
-
Contains Querydsl grammar types
- com.mysema.query.types.expr - package com.mysema.query.types.expr
-
Operations represent typed operations with operator and arguments
- com.mysema.query.types.path - package com.mysema.query.types.path
-
Paths represent typed property paths, variables and list-map-array access
- com.mysema.query.types.query - package com.mysema.query.types.query
-
Subquery implementations
- com.mysema.query.types.template - package com.mysema.query.types.template
-
Custom types are comparable to operations but contain the serialization
templates instead of operator patterns.
- com.mysema.query.util - package com.mysema.query.util
-
- com.mysema.util - package com.mysema.util
-
- combine(int, Object[]...) - Static method in class com.mysema.util.ArrayUtils
-
- comment - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- ComparableEntityPath<T extends Comparable> - Class in com.mysema.query.types.path
-
ComparableEntityPath extends the ComparablePath class to implement the EntityPath interface
- ComparableEntityPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.types.path.ComparableEntityPath
-
- ComparableEntityPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.ComparableEntityPath
-
- ComparableEntityPath(Class<? extends T>, String) - Constructor for class com.mysema.query.types.path.ComparableEntityPath
-
- ComparableExpression<T extends Comparable> - Class in com.mysema.query.types.expr
-
- ComparableExpression(Expression<T>) - Constructor for class com.mysema.query.types.expr.ComparableExpression
-
- ComparableExpressionBase<T extends Comparable> - Class in com.mysema.query.types.expr
-
ComparableExpressionBase represents comparable expressions
- ComparableExpressionBase(Expression<T>) - Constructor for class com.mysema.query.types.expr.ComparableExpressionBase
-
- comparableOperation(Class<T>, Operator<? super T>, Expression<?>...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Operation expression
- ComparableOperation<T extends Comparable<?>> - Class in com.mysema.query.types.expr
-
ComparableOperation represents Comparable operations
- ComparableOperation(Class<T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.types.expr.ComparableOperation
-
- ComparableOperation(Class<T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.expr.ComparableOperation
-
- comparablePath(Class<T>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- comparablePath(Class<T>, Path<?>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- ComparablePath<T extends Comparable> - Class in com.mysema.query.types.path
-
ComparablePath represents Comparable paths
- ComparablePath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.types.path.ComparablePath
-
- ComparablePath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.ComparablePath
-
- ComparablePath(Class<? extends T>, String) - Constructor for class com.mysema.query.types.path.ComparablePath
-
- ComparableSubQuery<T extends Comparable<?>> - Class in com.mysema.query.types.query
-
Comparable typed single result subquery
- ComparableSubQuery(Class<T>, QueryMetadata) - Constructor for class com.mysema.query.types.query.ComparableSubQuery
-
- comparableTemplate(Class<T>, String, Object...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Template expression
- ComparableTemplate<T extends Comparable<?>> - Class in com.mysema.query.types.template
-
ComparableTemplate defines custom comparable expressions
- ComparableTemplate(Class<T>, Template, ImmutableList<?>) - Constructor for class com.mysema.query.types.template.ComparableTemplate
-
- compare(T, T) - Method in class com.mysema.query.collections.MultiComparator
-
- compare(T, T) - Method in class com.mysema.query.collections.PathComparator
-
- compare(Property, Property) - Method in class com.mysema.query.sql.codegen.OrdinalPositionComparator
-
- compare(T, T) - Method in class com.mysema.query.util.NullSafeComparableComparator
-
- compareOps - Static variable in class com.mysema.query.types.Ops
-
- compareTo(EntityType) - Method in class com.mysema.query.codegen.EntityType
-
- compareTo(Property) - Method in class com.mysema.query.codegen.Property
-
- compareTo(T, T) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- CompileMojo - Class in com.mysema.query.maven
-
CompilerMojo compiles the sources generated in the other tasks
- CompileMojo() - Constructor for class com.mysema.query.maven.CompileMojo
-
- concat(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the concatenation of this and str
- concat(String) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the concatenation of this and str
- CONCAT - Static variable in class com.mysema.query.types.Ops
-
- Config - Annotation Type in com.mysema.query.annotations
-
Config defines serialization flags for annotated domain types and packages
- Configuration - Interface in com.mysema.query.apt
-
Configuration defines the configuration options for APT based Querydsl code generation
- configuration - Variable in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- Configuration - Class in com.mysema.query.sql
-
Configuration for SQLQuery instances
- Configuration(SQLTemplates) - Constructor for class com.mysema.query.sql.Configuration
-
Create a new Configuration instance
- configuration - Variable in class com.mysema.query.sql.DetachableSQLQuery
-
- configuration - Variable in class com.mysema.query.sql.dml.AbstractSQLClause
-
- configuration - Variable in class com.mysema.query.sql.ProjectableSQLQuery
-
- configure() - Method in class com.mysema.query.codegen.AbstractModule
-
- configure() - Method in class com.mysema.query.codegen.CodegenModule
-
- configure(GenericExporter) - Method in class com.mysema.query.maven.AbstractExporterMojo
-
- configure(GenericExporter) - Method in class com.mysema.query.maven.JDOExporterMojo
-
- configure(GenericExporter) - Method in class com.mysema.query.maven.JPAExporterMojo
-
- configure() - Method in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- connectBy(Predicate) - Method in class com.mysema.query.sql.oracle.OracleQuery
-
- connectByNocyclePrior(Predicate) - Method in class com.mysema.query.sql.oracle.OracleQuery
-
- connectByPrior(Predicate) - Method in class com.mysema.query.sql.oracle.OracleQuery
-
- connection - Variable in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- CONSTANT - Static variable in class com.mysema.query.sql.types.Null
-
- constant(T) - Static method in class com.mysema.query.support.Expressions
-
Create a Constant expression for the given value
- Constant<T> - Interface in com.mysema.query.types
-
Constant represents a general constant expression.
- constantAs(D, Path<D>) - Static method in class com.mysema.query.support.Expressions
-
Get the alias expression source as alias
- ConstantImpl<T> - Class in com.mysema.query.types
-
ConstantImpl is the default implementation of the Constant interface
- ConstantImpl(T) - Constructor for class com.mysema.query.types.ConstantImpl
-
Create a new Constant for the given object
- ConstantImpl(Class<T>, T) - Constructor for class com.mysema.query.types.ConstantImpl
-
Create a new Constant of the given type for the given object
- Constants - Class in com.mysema.query.jpa.codegen
-
Constants defines keywords used in Hibernate
- constructor(Class<T>, Expression<?>...) - Static method in class com.mysema.query.types.Projections
-
Create a constructor invocation projection for the given type and expressions
- constructor - Variable in class com.mysema.query.util.ConstructorUtils.ArgumentTransformer
-
- constructorContent(CodeWriter, EntityType) - Method in class com.mysema.query.codegen.EntitySerializer
-
- constructorContent(CodeWriter, EntityType) - Method in class com.mysema.query.sql.codegen.MetaDataSerializer
-
- ConstructorExpression<T> - Class in com.mysema.query.types
-
ConstructorExpression represents a constructor invocation
- ConstructorExpression(Class<T>, Class<?>[], Expression<?>...) - Constructor for class com.mysema.query.types.ConstructorExpression
-
- ConstructorExpression(Class<T>, Class<?>[], ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.ConstructorExpression
-
- constructors(EntityType, SerializerConfig, CodeWriter) - Method in class com.mysema.query.codegen.EntitySerializer
-
- constructorsForVariables(CodeWriter, EntityType) - Method in class com.mysema.query.codegen.EntitySerializer
-
- constructorsForVariables(CodeWriter, EntityType) - Method in class com.mysema.query.sql.codegen.MetaDataSerializer
-
- ConstructorUtils - Class in com.mysema.query.util
-
- ConstructorUtils() - Constructor for class com.mysema.query.util.ConstructorUtils
-
- ConstructorUtils.ArgumentTransformer - Class in com.mysema.query.util
-
- ConstructorUtils.ArgumentTransformer(Constructor<?>) - Constructor for class com.mysema.query.util.ConstructorUtils.ArgumentTransformer
-
- ConstructorUtils.ArgumentTransformer(Class<?>[]) - Constructor for class com.mysema.query.util.ConstructorUtils.ArgumentTransformer
-
- contains(Geometry) - Method in class com.mysema.query.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially contains” anotherGeometry.
- contains(Expression<? extends Geometry>) - Method in class com.mysema.query.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially contains” anotherGeometry.
- contains(Geometry) - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially contains” anotherGeometry.
- contains(Expression<? extends Geometry>) - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially contains” anotherGeometry.
- CONTAINS - Static variable in class com.mysema.query.spatial.SpatialOps
-
- contains(E) - Method in class com.mysema.query.types.expr.CollectionExpressionBase
-
- contains(Expression<E>) - Method in class com.mysema.query.types.expr.CollectionExpressionBase
-
- contains(K, V) - Method in class com.mysema.query.types.expr.MapExpressionBase
-
- contains(Expression<K>, Expression<V>) - Method in class com.mysema.query.types.expr.MapExpressionBase
-
- contains(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
Returns true if the given String is contained
- contains(String) - Method in class com.mysema.query.types.expr.StringExpression
-
Returns true if the given String is contained
- CONTAINS_KEY - Static variable in class com.mysema.query.types.Ops
-
- CONTAINS_VALUE - Static variable in class com.mysema.query.types.Ops
-
- containsIgnoreCase(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
- containsIgnoreCase(String) - Method in class com.mysema.query.types.expr.StringExpression
-
- containsKey(Expression<K>) - Method in class com.mysema.query.types.expr.MapExpressionBase
-
- containsKey(K) - Method in class com.mysema.query.types.expr.MapExpressionBase
-
- containsKey(String) - Method in class com.mysema.util.BeanMap
-
Returns true if the bean defines a property with the given name.
- containsValue(Expression<V>) - Method in class com.mysema.query.types.expr.MapExpressionBase
-
- containsValue(V) - Method in class com.mysema.query.types.expr.MapExpressionBase
-
- Context - Class in com.mysema.query.apt
-
- Context() - Constructor for class com.mysema.query.apt.Context
-
- context - Variable in class com.mysema.query.sql.dml.AbstractSQLClause
-
- Context - Class in com.mysema.query.support
-
- Context() - Constructor for class com.mysema.query.support.Context
-
- Conversions - Class in com.mysema.query.jpa
-
Conversions provides module specific projection conversion functionality
- convert(Expression<RT>) - Static method in class com.mysema.query.jpa.Conversions
-
- convert(Expression<RT>, boolean) - Method in class com.mysema.query.jpa.JPAQueryMixin
-
- convert(Path<?>, Expression<?>, QueryMetadata) - Method in class com.mysema.query.lucene.LuceneSerializer
-
template method
- convert(Path<?>, Object) - Method in class com.mysema.query.lucene.LuceneSerializer
-
template method
- convert(Geometry) - Static method in class com.mysema.query.sql.spatial.JGeometryConverter
-
- convert(JGeometry) - Static method in class com.mysema.query.sql.spatial.JGeometryConverter
-
- convert(Geometry) - Static method in class com.mysema.query.sql.spatial.PGgeometryConverter
-
- convert(Geometry) - Static method in class com.mysema.query.sql.spatial.PGgeometryConverter
-
- convert(Expression<RT>, boolean) - Method in class com.mysema.query.support.QueryMixin
-
- convert(List<?>) - Method in class com.mysema.query.types.Template.AsString
-
- convert(List<?>) - Method in class com.mysema.query.types.Template.ByIndex
-
- convert(List<?>) - Method in class com.mysema.query.types.Template.Element
-
- convert(List<?>) - Method in class com.mysema.query.types.Template.StaticText
-
- convert(List<?>) - Method in class com.mysema.query.types.Template.Transformed
-
- Converters - Class in com.mysema.query.types
-
Deprecated.
- Converters(char) - Constructor for class com.mysema.query.types.Converters
-
Deprecated.
Create a new Converters instance
- convertForNativeQuery(Expression<RT>) - Static method in class com.mysema.query.jpa.Conversions
-
- convertType(Class<?>, Object) - Method in class com.mysema.util.BeanMap
-
Converts the given value to the given type.
- convexHull() - Method in class com.mysema.query.spatial.GeometryExpression
-
Returns a geometric object that represents the convex hull of this geometric object.
- convexHull() - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns a geometric object that represents the convex hull of this geometric object.
- CONVEXHULL - Static variable in class com.mysema.query.spatial.SpatialOps
-
- copyOf(List<T>) - Static method in class com.mysema.query.util.CollectionUtils
-
- copyOf(Set<T>) - Static method in class com.mysema.query.util.CollectionUtils
-
- copyOf(Map<K, V>) - Static method in class com.mysema.query.util.CollectionUtils
-
- copyOfSorted(Set<T>) - Static method in class com.mysema.query.util.CollectionUtils
-
- corr(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- CORR - Static variable in class com.mysema.query.sql.SQLOps
-
- cos(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- COS - Static variable in class com.mysema.query.types.Ops.MathOps
-
- cosh(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- COSH - Static variable in class com.mysema.query.types.Ops.MathOps
-
- cot(double) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- cot(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- COT - Static variable in class com.mysema.query.types.Ops.MathOps
-
- coth(double) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- coth(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- COTH - Static variable in class com.mysema.query.types.Ops.MathOps
-
- count() - Method in class com.mysema.query.collections.AbstractCollQuery
-
- count(QueryMetadata, Map<Expression<?>, Iterable<?>>) - Method in class com.mysema.query.collections.DefaultQueryEngine
-
- count(QueryMetadata, Map<Expression<?>, Iterable<?>>) - Method in interface com.mysema.query.collections.QueryEngine
-
Evaluate the given query and return the count of matched rows
- count() - Method in interface com.mysema.query.Detachable
-
Return the count of matched rows as a sub query
- count() - Method in class com.mysema.query.hibernate.search.SearchQuery
-
- count() - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
- count() - Method in class com.mysema.query.jdo.JDOSubQuery
-
- count() - Method in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- count() - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- count() - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- count() - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- count() - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
- count() - Method in class com.mysema.query.mongodb.MongodbQuery
-
- count() - Method in interface com.mysema.query.Projectable
-
return the amount of matched rows
- count() - Method in interface com.mysema.query.SimpleProjectable
-
Get the count of matched elements
- count() - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- count() - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- count() - Method in class com.mysema.query.sql.RelationalPathBase
-
- count() - Static method in class com.mysema.query.sql.SQLExpressions
-
Start a window function expression
- count(Expression<?>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Start a window function expression
- count() - Method in class com.mysema.query.support.DetachableAdapter
-
- count() - Method in class com.mysema.query.support.DetachableMixin
-
- count() - Method in class com.mysema.query.support.DetachableQuery
-
- count() - Method in class com.mysema.query.support.ProjectableAdapter
-
- count() - Method in class com.mysema.query.support.SimpleProjectableAdapter
-
- count() - Method in class com.mysema.query.types.expr.SimpleExpression
-
Get the count(this)
expression
- count - Static variable in class com.mysema.query.types.expr.Wildcard
-
Wildcard count expression (count(*))
- count(Expression<?>) - Static method in class com.mysema.query.types.ExpressionUtils
-
- count() - Method in class com.mysema.query.types.query.ListSubQuery
-
- COUNT_AGG - Static variable in class com.mysema.query.types.Ops.AggOps
-
- COUNT_ALL_AGG - Static variable in class com.mysema.query.types.Ops.AggOps
-
- COUNT_DISTINCT_AGG - Static variable in class com.mysema.query.types.Ops.AggOps
-
- COUNT_DISTINCT_ALL_AGG - Static variable in class com.mysema.query.types.Ops.AggOps
-
- countAll - Static variable in class com.mysema.query.sql.SQLExpressions
-
Wilcard count expression
- countAsInt - Static variable in class com.mysema.query.types.expr.Wildcard
-
Wilcard count distinct expression ((count(distinct *))
- countDistinct() - Method in class com.mysema.query.sql.RelationalPathBase
-
- countDistinct(Expression<?>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Start a window function expression
- countDistinct() - Method in class com.mysema.query.types.expr.SimpleExpression
-
Get the count(distinct this)
expression
- countDistinct - Static variable in class com.mysema.query.types.expr.Wildcard
-
Wilcard count distinct expression ((count(distinct *))
- countDistinct() - Method in class com.mysema.query.types.query.ListSubQuery
-
- covarPop(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- COVARPOP - Static variable in class com.mysema.query.sql.SQLOps
-
- covarSamp(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- COVARSAMP - Static variable in class com.mysema.query.sql.SQLOps
-
- create(Type) - Method in interface com.mysema.query.codegen.QueryTypeFactory
-
- create(Type) - Method in class com.mysema.query.codegen.QueryTypeFactoryImpl
-
- create(QueryMetadata, List<? extends Expression<?>>, Expression<T>) - Method in class com.mysema.query.collections.DefaultEvaluatorFactory
-
Create an Evaluator for the given query sources and projection
- create(Expression<K>, Expression<V>) - Static method in class com.mysema.query.group.QPair
-
- create(Class<D>, Operator<? super D>, Expression<?>) - Static method in class com.mysema.query.spatial.GeometryOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.spatial.GeometryOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.spatial.GeometryOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>) - Static method in class com.mysema.query.spatial.jts.JTSGeometryOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.spatial.jts.JTSGeometryOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.spatial.jts.JTSGeometryOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>) - Static method in class com.mysema.query.spatial.jts.JTSLineStringOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.spatial.jts.JTSLineStringOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.spatial.jts.JTSLineStringOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>) - Static method in class com.mysema.query.spatial.jts.JTSPointOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.spatial.jts.JTSPointOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.spatial.jts.JTSPointOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>) - Static method in class com.mysema.query.spatial.jts.JTSPolygonOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.spatial.jts.JTSPolygonOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.spatial.jts.JTSPolygonOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>) - Static method in class com.mysema.query.spatial.LineStringOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.spatial.LineStringOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.spatial.LineStringOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>) - Static method in class com.mysema.query.spatial.PointOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.spatial.PointOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.spatial.PointOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>) - Static method in class com.mysema.query.spatial.PolygonOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.spatial.PolygonOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.spatial.PolygonOperation
-
- create(Type) - Method in class com.mysema.query.sql.codegen.SQLQueryTypeFactory
-
- create(Class<? extends T>, String, Object...) - Static method in class com.mysema.query.sql.RelationalFunctionCall
-
Create a new RelationalFunctionCall for the given function and arguments
- create(boolean) - Static method in class com.mysema.query.types.ConstantImpl
-
- create(byte) - Static method in class com.mysema.query.types.ConstantImpl
-
- create(char) - Static method in class com.mysema.query.types.ConstantImpl
-
- create(int) - Static method in class com.mysema.query.types.ConstantImpl
-
- create(long) - Static method in class com.mysema.query.types.ConstantImpl
-
- create(short) - Static method in class com.mysema.query.types.ConstantImpl
-
- create(T) - Static method in class com.mysema.query.types.ConstantImpl
-
- create(Class<D>, Expression<?>...) - Static method in class com.mysema.query.types.ConstructorExpression
-
- create(Operator<? super Boolean>, Expression<?>) - Static method in class com.mysema.query.types.expr.BooleanOperation
-
- create(Operator<? super Boolean>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.types.expr.BooleanOperation
-
- create(Operator<? super Boolean>, Expression<?>...) - Static method in class com.mysema.query.types.expr.BooleanOperation
-
- create(Operator<?>, Class<E>, Expression<?>) - Static method in class com.mysema.query.types.expr.CollectionOperation
-
- create(Operator<?>, Class<E>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.types.expr.CollectionOperation
-
- create(Operator<?>, Class<E>, Expression<?>...) - Static method in class com.mysema.query.types.expr.CollectionOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.types.expr.ComparableOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>) - Static method in class com.mysema.query.types.expr.DateOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.types.expr.DateOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.types.expr.DateOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>) - Static method in class com.mysema.query.types.expr.DateTimeOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.types.expr.DateTimeOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.types.expr.DateTimeOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>) - Static method in class com.mysema.query.types.expr.DslOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.types.expr.DslOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.types.expr.DslOperation
-
- create(Class<? extends D>, Operator<? super D>, Expression<?>) - Static method in class com.mysema.query.types.expr.EnumOperation
-
- create(Class<? extends D>, Operator<? super D>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.types.expr.EnumOperation
-
- create(Class<? extends D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.types.expr.EnumOperation
-
- create(Class<? extends D>, Operator<? super D>, Expression<?>) - Static method in class com.mysema.query.types.expr.NumberOperation
-
- create(Class<? extends D>, Operator<? super D>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.types.expr.NumberOperation
-
- create(Class<? extends D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.types.expr.NumberOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>) - Static method in class com.mysema.query.types.expr.SimpleOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.types.expr.SimpleOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.types.expr.SimpleOperation
-
- create(Operator<? super String>, Expression<?>) - Static method in class com.mysema.query.types.expr.StringOperation
-
- create(Operator<? super String>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.types.expr.StringOperation
-
- create(Operator<? super String>, Expression<?>...) - Static method in class com.mysema.query.types.expr.StringOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>) - Static method in class com.mysema.query.types.expr.TimeOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.types.expr.TimeOperation
-
- create(Class<D>, Operator<? super D>, Expression<?>...) - Static method in class com.mysema.query.types.expr.TimeOperation
-
- create(Class<? extends RT>, Operator<? super RT>, Expression<?>) - Static method in class com.mysema.query.types.OperationImpl
-
- create(Class<? extends RT>, Operator<? super RT>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.types.OperationImpl
-
- create(Class<T>) - Method in class com.mysema.query.types.path.PathBuilderFactory
-
Create a new PathBuilder instance for the given type
- create(Operator<Boolean>, Expression<?>) - Static method in class com.mysema.query.types.PredicateOperation
-
- create(Operator<Boolean>, Expression<?>, Expression<?>) - Static method in class com.mysema.query.types.PredicateOperation
-
- create(Class<T>) - Method in class com.mysema.query.types.QBean
-
- create(String) - Static method in class com.mysema.query.types.template.BooleanTemplate
-
- create(String, Object) - Static method in class com.mysema.query.types.template.BooleanTemplate
-
- create(String, Object, Object) - Static method in class com.mysema.query.types.template.BooleanTemplate
-
- create(String, Object...) - Static method in class com.mysema.query.types.template.BooleanTemplate
-
- create(Template, Object...) - Static method in class com.mysema.query.types.template.BooleanTemplate
-
- create(Class<T>, String) - Static method in class com.mysema.query.types.template.ComparableTemplate
-
- create(Class<T>, String, Object) - Static method in class com.mysema.query.types.template.ComparableTemplate
-
- create(Class<T>, String, Object, Object) - Static method in class com.mysema.query.types.template.ComparableTemplate
-
- create(Class<T>, String, Object...) - Static method in class com.mysema.query.types.template.ComparableTemplate
-
- create(Class<T>, Template, Object...) - Static method in class com.mysema.query.types.template.ComparableTemplate
-
- create(Class<T>, String) - Static method in class com.mysema.query.types.template.DateTemplate
-
- create(Class<T>, String, Object) - Static method in class com.mysema.query.types.template.DateTemplate
-
- create(Class<T>, String, Object, Object) - Static method in class com.mysema.query.types.template.DateTemplate
-
- create(Class<T>, String, Object...) - Static method in class com.mysema.query.types.template.DateTemplate
-
- create(Class<T>, Template, Object...) - Static method in class com.mysema.query.types.template.DateTemplate
-
- create(Class<T>, String) - Static method in class com.mysema.query.types.template.DateTimeTemplate
-
- create(Class<T>, String, Object) - Static method in class com.mysema.query.types.template.DateTimeTemplate
-
- create(Class<T>, String, Object, Object) - Static method in class com.mysema.query.types.template.DateTimeTemplate
-
- create(Class<T>, String, Object...) - Static method in class com.mysema.query.types.template.DateTimeTemplate
-
- create(Class<T>, Template, Object...) - Static method in class com.mysema.query.types.template.DateTimeTemplate
-
- create(Class<? extends T>, String) - Static method in class com.mysema.query.types.template.DslTemplate
-
- create(Class<? extends T>, String, Object) - Static method in class com.mysema.query.types.template.DslTemplate
-
- create(Class<? extends T>, String, Object, Object) - Static method in class com.mysema.query.types.template.DslTemplate
-
- create(Class<? extends T>, String, Object...) - Static method in class com.mysema.query.types.template.DslTemplate
-
- create(Class<? extends T>, Template, Object...) - Static method in class com.mysema.query.types.template.DslTemplate
-
- create(Class<T>, String) - Static method in class com.mysema.query.types.template.EnumTemplate
-
- create(Class<T>, String, Object) - Static method in class com.mysema.query.types.template.EnumTemplate
-
- create(Class<T>, String, Object, Object) - Static method in class com.mysema.query.types.template.EnumTemplate
-
- create(Class<T>, String, Object...) - Static method in class com.mysema.query.types.template.EnumTemplate
-
- create(Class<T>, Template, Object...) - Static method in class com.mysema.query.types.template.EnumTemplate
-
- create(Class<T>, String) - Static method in class com.mysema.query.types.template.NumberTemplate
-
- create(Class<T>, String, Object) - Static method in class com.mysema.query.types.template.NumberTemplate
-
- create(Class<T>, String, Object, Object) - Static method in class com.mysema.query.types.template.NumberTemplate
-
- create(Class<T>, String, Object...) - Static method in class com.mysema.query.types.template.NumberTemplate
-
- create(Class<T>, Template, Object...) - Static method in class com.mysema.query.types.template.NumberTemplate
-
- create(Class<? extends T>, String) - Static method in class com.mysema.query.types.template.SimpleTemplate
-
- create(Class<? extends T>, String, Object) - Static method in class com.mysema.query.types.template.SimpleTemplate
-
- create(Class<? extends T>, String, Object, Object) - Static method in class com.mysema.query.types.template.SimpleTemplate
-
- create(Class<? extends T>, String, Object...) - Static method in class com.mysema.query.types.template.SimpleTemplate
-
- create(Class<? extends T>, Template, Object...) - Static method in class com.mysema.query.types.template.SimpleTemplate
-
- create(String) - Static method in class com.mysema.query.types.template.StringTemplate
-
- create(String, Object) - Static method in class com.mysema.query.types.template.StringTemplate
-
- create(String, Object, Object) - Static method in class com.mysema.query.types.template.StringTemplate
-
- create(String, Object...) - Static method in class com.mysema.query.types.template.StringTemplate
-
- create(Template, Object...) - Static method in class com.mysema.query.types.template.StringTemplate
-
- create(Class<T>, String) - Static method in class com.mysema.query.types.template.TimeTemplate
-
- create(Class<T>, String, Object) - Static method in class com.mysema.query.types.template.TimeTemplate
-
- create(Class<T>, String, Object, Object) - Static method in class com.mysema.query.types.template.TimeTemplate
-
- create(Class<T>, String, Object...) - Static method in class com.mysema.query.types.template.TimeTemplate
-
- create(Class<T>, Template, Object...) - Static method in class com.mysema.query.types.template.TimeTemplate
-
- create(Class<C>, String) - Static method in class com.mysema.query.types.TemplateExpressionImpl
-
- create(Class<C>, String, Object) - Static method in class com.mysema.query.types.TemplateExpressionImpl
-
- create(Class<C>, String, Object, Object) - Static method in class com.mysema.query.types.TemplateExpressionImpl
-
- create(Class<C>, String, Object...) - Static method in class com.mysema.query.types.TemplateExpressionImpl
-
- create(Class<C>, Template, Object...) - Static method in class com.mysema.query.types.TemplateExpressionImpl
-
- create(String) - Method in class com.mysema.query.types.TemplateFactory
-
- createAlias(Expression<?>, Path<?>) - Method in class com.mysema.query.jpa.JPAQueryMixin
-
- createAlias(Expression<?>, Path<?>) - Method in class com.mysema.query.support.QueryMixin
-
- createAliasForExpr(Class<A>, Expression<? extends A>) - Method in class com.mysema.query.alias.AliasFactory
-
Create an alias instance for the given class and Expression
- createAliasForProperty(Class<A>, Object, Expression<?>) - Method in class com.mysema.query.alias.AliasFactory
-
Create an alias instance for the given class, parent and path
- createAliasForVariable(Class<A>, String) - Method in class com.mysema.query.alias.AliasFactory
-
Create an alias instance for the given class and variable name
- createArray(String, Class<? super A>) - Method in class com.mysema.query.types.path.BeanPath
-
Create a new array path
- createArrayPath(Class<T[]>, PathMetadata<?>) - Method in class com.mysema.query.alias.DefaultPathFactory
-
- createArrayPath(Class<T[]>, PathMetadata<?>) - Method in interface com.mysema.query.alias.PathFactory
-
- createBindings(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- createBoolean(String) - Method in class com.mysema.query.types.path.BeanPath
-
Create a new Boolean path
- createBooleanPath(PathMetadata<?>) - Method in class com.mysema.query.alias.DefaultPathFactory
-
- createBooleanPath(PathMetadata<?>) - Method in interface com.mysema.query.alias.PathFactory
-
- createCollection(String, Class<? super A>, Class<? super Q>, PathInits) - Method in class com.mysema.query.types.path.BeanPath
-
Create a new Collection typed path
- createCollectionPath(Class<E>, PathMetadata<?>) - Method in class com.mysema.query.alias.DefaultPathFactory
-
- createCollectionPath(Class<E>, PathMetadata<?>) - Method in interface com.mysema.query.alias.PathFactory
-
- createComparable(String, Class<? super A>) - Method in class com.mysema.query.types.path.BeanPath
-
Create a new Comparable typed path
- createComparablePath(Class<T>, PathMetadata<?>) - Method in class com.mysema.query.alias.DefaultPathFactory
-
- createComparablePath(Class<T>, PathMetadata<?>) - Method in interface com.mysema.query.alias.PathFactory
-
- createConfiguration(RoundEnvironment) - Method in class com.mysema.query.apt.AbstractQuerydslProcessor
-
- createConfiguration(RoundEnvironment) - Method in class com.mysema.query.apt.hibernate.HibernateAnnotationProcessor
-
- createConfiguration(RoundEnvironment) - Method in class com.mysema.query.apt.jdo.JDOAnnotationProcessor
-
- createConfiguration(RoundEnvironment) - Method in class com.mysema.query.apt.jpa.JPAAnnotationProcessor
-
- createConfiguration(RoundEnvironment) - Method in class com.mysema.query.apt.morphia.MorphiaAnnotationProcessor
-
- createConfiguration(RoundEnvironment) - Method in class com.mysema.query.apt.QuerydslAnnotationProcessor
-
- createConfiguration(RoundEnvironment) - Method in class com.mysema.query.apt.roo.RooAnnotationProcessor
-
- createCopy(EntityType) - Method in class com.mysema.query.codegen.Property
-
- createCursor() - Method in class com.mysema.query.mongodb.MongodbQuery
-
- createCursor(DBCollection, Predicate, List<Expression<?>>, QueryModifiers, List<OrderSpecifier<?>>) - Method in class com.mysema.query.mongodb.MongodbQuery
-
- createCursor() - Method in class com.mysema.query.mongodb.morphia.MorphiaQuery
-
- createDate(String, Class<? super A>) - Method in class com.mysema.query.types.path.BeanPath
-
Create a new Date path
- createDatePath(Class<T>, PathMetadata<?>) - Method in class com.mysema.query.alias.DefaultPathFactory
-
- createDatePath(Class<T>, PathMetadata<?>) - Method in interface com.mysema.query.alias.PathFactory
-
- createDateTime(String, Class<? super A>) - Method in class com.mysema.query.types.path.BeanPath
-
Create a new DateTime path
- createDateTimePath(Class<T>, PathMetadata<?>) - Method in class com.mysema.query.alias.DefaultPathFactory
-
- createDateTimePath(Class<T>, PathMetadata<?>) - Method in interface com.mysema.query.alias.PathFactory
-
- createDefaultVariable() - Method in interface com.mysema.query.codegen.SerializerConfig
-
- createDefaultVariable() - Method in class com.mysema.query.codegen.SimpleSerializerConfig
-
- createEmbeddableType(Class<?>) - Method in class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
- createEmbeddableType(Type) - Method in class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
- createEntityPath(Class<T>, PathMetadata<?>) - Method in class com.mysema.query.alias.DefaultPathFactory
-
- createEntityPath(Class<T>, PathMetadata<?>) - Method in interface com.mysema.query.alias.PathFactory
-
- createEntityType(Class<?>) - Method in class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
- createEntityType(Type) - Method in class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
- createEntityType(Type, Map<Class<?>, EntityType>) - Method in class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
- createEntityType(String, String, String) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- createEnum(String, Class<A>) - Method in class com.mysema.query.types.path.BeanPath
-
- createEnumPath(Class<T>, PathMetadata<?>) - Method in class com.mysema.query.alias.DefaultPathFactory
-
- createEnumPath(Class<T>, PathMetadata<?>) - Method in interface com.mysema.query.alias.PathFactory
-
- createEvaluator(QueryMetadata, Expression<? extends T>, Predicate) - Method in class com.mysema.query.collections.DefaultEvaluatorFactory
-
Create an Evaluator for the given source and filter
- createEvaluator(QueryMetadata, List<JoinExpression>, Predicate) - Method in class com.mysema.query.collections.DefaultEvaluatorFactory
-
Create an Evaluator for the given sources and the given optional filter
- createFilter(QueryMetadata) - Method in class com.mysema.query.mongodb.MongodbQuery
-
- createForeignKey(Path<?>, String) - Method in class com.mysema.query.sql.RelationalPathBase
-
- createForeignKey(List<? extends Path<?>>, List<String>) - Method in class com.mysema.query.sql.RelationalPathBase
-
- createGeometry(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.jts.path.JTSGeometryPaths
-
- createGeometry(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.path.GeometryPaths
-
- createGeometry(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createGeometryCollection(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.jts.path.JTSGeometryPaths
-
- createGeometryCollection(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.path.GeometryPaths
-
- createGeometryCollection(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createGroupCollector() - Method in class com.mysema.query.group.GAvg
-
- createGroupCollector() - Method in interface com.mysema.query.group.GroupExpression
-
- createGroupCollector() - Method in class com.mysema.query.group.GSum
-
- createGroupCollector() - Method in class com.mysema.query.group.MixinGroupExpression
-
- createInvForeignKey(Path<?>, String) - Method in class com.mysema.query.sql.RelationalPathBase
-
- createInvForeignKey(List<? extends Path<?>>, List<String>) - Method in class com.mysema.query.sql.RelationalPathBase
-
- createJoinFilter(QueryMetadata) - Method in class com.mysema.query.mongodb.MongodbQuery
-
- createLinearRing(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.jts.path.JTSGeometryPaths
-
- createLinearRing(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.path.GeometryPaths
-
- createLinearRing(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createLineString(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.jts.path.JTSGeometryPaths
-
- createLineString(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.path.GeometryPaths
-
- createLineString(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createList(String, Class<? super A>, Class<? super E>, PathInits) - Method in class com.mysema.query.types.path.BeanPath
-
Create a new List typed path
- createListAccessPath(Path<?>, Integer) - Method in class com.mysema.query.alias.PropertyAccessInvocationHandler
-
- createListPath(Class<E>, PathMetadata<?>) - Method in class com.mysema.query.alias.DefaultPathFactory
-
- createListPath(Class<E>, PathMetadata<?>) - Method in interface com.mysema.query.alias.PathFactory
-
- createMap(RelationalPath<?>, Object) - Method in class com.mysema.query.sql.dml.AnnotationMapper
-
- createMap(RelationalPath<?>, Object) - Method in class com.mysema.query.sql.dml.BeanMapper
-
- createMap(RelationalPath<?>, Object) - Method in class com.mysema.query.sql.dml.DefaultMapper
-
- createMap(RelationalPath<?>, T) - Method in interface com.mysema.query.sql.dml.Mapper
-
- createMap(String, Class<? super K>, Class<? super V>, Class<? super E>) - Method in class com.mysema.query.types.path.BeanPath
-
Create a new Map typed path
- createMapAccessPath(Path<?>, Object) - Method in class com.mysema.query.alias.PropertyAccessInvocationHandler
-
- createMapPath(Class<K>, Class<V>, PathMetadata<?>) - Method in class com.mysema.query.alias.DefaultPathFactory
-
- createMapPath(Class<K>, Class<V>, PathMetadata<?>) - Method in interface com.mysema.query.alias.PathFactory
-
- createMultiLineString(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.jts.path.JTSGeometryPaths
-
- createMultiLineString(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.path.GeometryPaths
-
- createMultiLineString(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createMultiPoint(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.jts.path.JTSGeometryPaths
-
- createMultiPoint(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.path.GeometryPaths
-
- createMultiPoint(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createMultiPolygon(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.jts.path.JTSGeometryPaths
-
- createMultiPolygon(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.path.GeometryPaths
-
- createMultiPolygon(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createNativeQueryTyped() - Method in class com.mysema.query.jpa.DefaultQueryHandler
-
- createNativeQueryTyped() - Method in class com.mysema.query.jpa.EclipseLinkHandler
-
- createNativeQueryTyped() - Method in class com.mysema.query.jpa.HibernateHandler
-
- createNativeQueryTyped() - Method in interface com.mysema.query.jpa.QueryHandler
-
- createNumber(String, Class<? super A>) - Method in class com.mysema.query.types.path.BeanPath
-
Create a new Number path
- createNumberPath(Class<T>, PathMetadata<?>) - Method in class com.mysema.query.alias.DefaultPathFactory
-
- createNumberPath(Class<T>, PathMetadata<?>) - Method in interface com.mysema.query.alias.PathFactory
-
- createPoint(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.jts.path.JTSGeometryPaths
-
- createPoint(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.path.GeometryPaths
-
- createPoint(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createPolygon(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.jts.path.JTSGeometryPaths
-
- createPolygon(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.path.GeometryPaths
-
- createPolygon(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createPolyhedralSurface(String, Class<? extends A>) - Method in interface com.mysema.query.spatial.path.GeometryPaths
-
- createPolyhedralSurface(String, Class<? extends A>) - Method in class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- createPrimaryKey(Path<?>...) - Method in class com.mysema.query.sql.RelationalPathBase
-
- createProjection(RelationalPath<T>) - Static method in class com.mysema.query.sql.RelationalPathUtils
-
- createProjection(Expression<?>[]) - Method in class com.mysema.query.support.QueryMixin
-
- createProperty(EntityType, String, Type, AnnotatedElement) - Method in class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
- createProperty(EntityType, String, String, Type) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- createPropertyPath(Path<?>, String) - Method in class com.mysema.query.alias.PropertyAccessInvocationHandler
-
- createProxy(Class<A>, Expression<?>) - Method in class com.mysema.query.alias.AliasFactory
-
Create a proxy instance for the given class and path
- createQuery(Expression<?>) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Expose the original Hibernate query for the given projection
- createQuery(Expression<?>, Expression<?>, Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Expose the original Hibernate query for the given projection
- createQuery(Expression<?>[]) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Expose the original Hibernate query for the given projection
- createQuery(String) - Method in class com.mysema.query.jpa.hibernate.DefaultSessionHolder
-
- createQuery(String) - Method in class com.mysema.query.jpa.hibernate.NoSessionHolder
-
- createQuery(String) - Method in interface com.mysema.query.jpa.hibernate.SessionHolder
-
Create a JPQL query for the given query string
- createQuery(Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- createQuery(String) - Method in class com.mysema.query.jpa.hibernate.StatelessSessionHolder
-
- createQuery(Expression<?>) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
Expose the original JPA query for the given projection
- createQuery(Expression<?>, Expression<?>, Expression<?>...) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
Expose the original JPA query for the given projection
- createQuery(Expression<?>[]) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
Expose the original JPA query for the given projection
- createQuery(Expression<?>...) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- createQuery() - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
- createResult(Class<A>, Expression<A>) - Method in class com.mysema.query.types.expr.CaseBuilder.Cases
-
- createResult(Class<T>, Expression<T>) - Method in class com.mysema.query.types.expr.CaseForEqBuilder.Cases
-
- createRootVariable(Path<?>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create a new root variable based on the given path
- createSerializer() - Method in class com.mysema.query.jdo.sql.JDOSQLQuery
-
- createSerializer() - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- createSerializer() - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- createSerializer() - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- createSerializer() - Method in class com.mysema.query.jpa.JPAQueryBase
-
- createSerializer() - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- createSerializer() - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- createSerializer() - Method in class com.mysema.query.sql.AbstractSQLSubQuery
-
- createSerializer() - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- createSerializer() - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- createSerializer() - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- createSet(String, Class<? super A>, Class<? super E>, PathInits) - Method in class com.mysema.query.types.path.BeanPath
-
Create a new Set typed path
- createSetPath(Class<E>, PathMetadata<?>) - Method in class com.mysema.query.alias.DefaultPathFactory
-
- createSetPath(Class<E>, PathMetadata<?>) - Method in interface com.mysema.query.alias.PathFactory
-
- createSimple(String, Class<? super A>) - Method in class com.mysema.query.types.path.BeanPath
-
Create a new Simpe path
- createSimplePath(Class<T>, PathMetadata<?>) - Method in class com.mysema.query.alias.DefaultPathFactory
-
- createSimplePath(Class<T>, PathMetadata<?>) - Method in interface com.mysema.query.alias.PathFactory
-
- createSQLQuery(String) - Method in class com.mysema.query.jpa.hibernate.DefaultSessionHolder
-
- createSQLQuery(String) - Method in class com.mysema.query.jpa.hibernate.NoSessionHolder
-
- createSQLQuery(String) - Method in interface com.mysema.query.jpa.hibernate.SessionHolder
-
Create an SQL query for the given query string
- createSQLQuery(String) - Method in class com.mysema.query.jpa.hibernate.StatelessSessionHolder
-
- createString(String) - Method in class com.mysema.query.types.path.BeanPath
-
Create a new String path
- createStringPath(PathMetadata<?>) - Method in class com.mysema.query.alias.DefaultPathFactory
-
- createStringPath(PathMetadata<?>) - Method in interface com.mysema.query.alias.PathFactory
-
- createSuperType(Class<?>) - Method in class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
- createTime(String, Class<? super A>) - Method in class com.mysema.query.types.path.BeanPath
-
Create a new Time path
- createTimePath(Class<T>, PathMetadata<?>) - Method in class com.mysema.query.alias.DefaultPathFactory
-
- createTimePath(Class<T>, PathMetadata<?>) - Method in interface com.mysema.query.alias.PathFactory
-
- createWriteMethodArguments(Method, Object) - Method in class com.mysema.util.BeanMap
-
Creates an array of parameters to pass to the given mutator method.
- crosses(Geometry) - Method in class com.mysema.query.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially crosses’ anotherGeometry.
- crosses(Expression<? extends Geometry>) - Method in class com.mysema.query.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially crosses’ anotherGeometry.
- crosses(Geometry) - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially crosses’ anotherGeometry.
- crosses(Expression<? extends Geometry>) - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially crosses’ anotherGeometry.
- CROSSES - Static variable in class com.mysema.query.spatial.SpatialOps
-
- CUBRIDTemplates - Class in com.mysema.query.sql
-
CUBRIDTemplates is a SQL dialect for CUBRID
- CUBRIDTemplates() - Constructor for class com.mysema.query.sql.CUBRIDTemplates
-
- CUBRIDTemplates(boolean) - Constructor for class com.mysema.query.sql.CUBRIDTemplates
-
- CUBRIDTemplates(char, boolean) - Constructor for class com.mysema.query.sql.CUBRIDTemplates
-
- cumeDist() - Static method in class com.mysema.query.sql.SQLExpressions
-
- cumeDist(Object...) - Static method in class com.mysema.query.sql.SQLExpressions
-
- cumeDist(Expression<?>...) - Static method in class com.mysema.query.sql.SQLExpressions
-
- CUMEDIST - Static variable in class com.mysema.query.sql.SQLOps
-
- CUMEDIST2 - Static variable in class com.mysema.query.sql.SQLOps
-
- CurrencyType - Class in com.mysema.query.sql.types
-
CurrencyType maps Currency to String on the JDBC level
- CurrencyType() - Constructor for class com.mysema.query.sql.types.CurrencyType
-
- CurrencyType(int) - Constructor for class com.mysema.query.sql.types.CurrencyType
-
- CURRENT_DATE - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- CURRENT_TIME - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- CURRENT_TIMESTAMP - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- currentDate() - Static method in class com.mysema.query.support.Expressions
-
Get an expression representing the current date as a DateExpression instance
- currentDate() - Static method in class com.mysema.query.types.expr.DateExpression
-
Get an expression representing the current date as a DateExpression instance
- currentDate(Class<T>) - Static method in class com.mysema.query.types.expr.DateExpression
-
Get an expression representing the current date as a DateExpression instance
- currentDate() - Static method in class com.mysema.query.types.expr.DateTimeExpression
-
Get an expression representing the current date as a DateTimeExpression instance
- currentDate(Class<T>) - Static method in class com.mysema.query.types.expr.DateTimeExpression
-
Get an expression representing the current date as a DateTimeExpression instance
- currentRow() - Method in class com.mysema.query.sql.WindowRows.Between
-
- currentRow() - Method in class com.mysema.query.sql.WindowRows.BetweenAnd
-
- currentRow() - Method in class com.mysema.query.sql.WindowRows
-
- currentTime() - Static method in class com.mysema.query.support.Expressions
-
Get an expression representing the current time as a TimeExpression instance
- currentTime() - Static method in class com.mysema.query.types.expr.TimeExpression
-
Get an expression representing the current time as a TimeExpression instance
- currentTime(Class<T>) - Static method in class com.mysema.query.types.expr.TimeExpression
-
Get an expression representing the current time as a TimeExpression instance
- currentTimestamp() - Static method in class com.mysema.query.support.Expressions
-
Get an expression representing the current time instant as a DateTimeExpression instance
- currentTimestamp() - Static method in class com.mysema.query.types.expr.DateTimeExpression
-
Get an expression representing the current time instant as a DateTimeExpression instance
- currentTimestamp(Class<T>) - Static method in class com.mysema.query.types.expr.DateTimeExpression
-
Get an expression representing the current time instant as a DateTimeExpression instance
- CurveExpression<T extends org.geolatte.geom.Geometry> - Class in com.mysema.query.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.mysema.query.spatial.CurveExpression
-
- customField(EntityType, Property, SerializerConfig, CodeWriter) - Method in class com.mysema.query.codegen.EntitySerializer
-
- customField(EntityType, Property, SerializerConfig, CodeWriter) - Method in class com.mysema.query.sql.codegen.MetaDataSerializer
-
- DataNucleusTemplates - Class in com.mysema.query.jpa
-
- DataNucleusTemplates() - Constructor for class com.mysema.query.jpa.DataNucleusTemplates
-
- DataNucleusTemplates(char) - Constructor for class com.mysema.query.jpa.DataNucleusTemplates
-
- date(DateTimeExpression<D>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Convert timestamp to date
- date(Class<D>, DateTimeExpression<?>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Convert timestamp to date
- DATE - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- dateadd(DatePart, DateTimeExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a dateadd(unit, date, amount) expression
- dateadd(DatePart, DateExpression<D>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a dateadd(unit, date, amount) expression
- datediff(DatePart, DateExpression<D>, DateExpression<D>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, D, DateExpression<D>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, DateExpression<D>, D) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, DateTimeExpression<D>, DateTimeExpression<D>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, D, DateTimeExpression<D>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- datediff(DatePart, DateTimeExpression<D>, D) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a datediff(unit, start, end) expression
- DateExpression<T extends Comparable> - Class in com.mysema.query.types.expr
-
DateExpression represents Date expressions
The date representation is compatible with the Gregorian calendar.
- DateExpression(Expression<T>) - Constructor for class com.mysema.query.types.expr.DateExpression
-
- dateFormatter - Static variable in class com.mysema.query.sql.types.AbstractDateTimeType
-
- dateOperation(Class<T>, Operator<? super T>, Expression<?>...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Operation expression
- DateOperation<T extends Comparable<?>> - Class in com.mysema.query.types.expr
-
DateOperation represents Date operations
- DateOperation(Class<T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.types.expr.DateOperation
-
- DateOperation(Class<T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.expr.DateOperation
-
- DatePart - Enum in com.mysema.query.sql
-
- datePath(Class<T>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- datePath(Class<T>, Path<?>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- DatePath<T extends Comparable> - Class in com.mysema.query.types.path
-
DatePath presents Date paths
- DatePath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.types.path.DatePath
-
- DatePath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.DatePath
-
- DatePath(Class<? extends T>, String) - Constructor for class com.mysema.query.types.path.DatePath
-
- DateSubQuery<T extends Comparable<?>> - Class in com.mysema.query.types.query
-
Date typed single result subquery
- DateSubQuery(Class<T>, QueryMetadata) - Constructor for class com.mysema.query.types.query.DateSubQuery
-
- DateTemplate<T extends Comparable<?>> - Class in com.mysema.query.types.template
-
DateTemplate defines custom date expressions
- DateTemplate(Class<T>, Template, ImmutableList<?>) - Constructor for class com.mysema.query.types.template.DateTemplate
-
- DateTimeExpression<T extends Comparable> - Class in com.mysema.query.types.expr
-
DateTimeExpression represents Date / Time expressions
The date representation is compatible with the Gregorian calendar.
- DateTimeExpression(Expression<T>) - Constructor for class com.mysema.query.types.expr.DateTimeExpression
-
- dateTimeFormatter - Static variable in class com.mysema.query.sql.types.AbstractDateTimeType
-
- dateTimeOperation(Class<T>, Operator<? super T>, Expression<?>...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Operation expression
- DateTimeOperation<T extends Comparable<?>> - Class in com.mysema.query.types.expr
-
DateTimeOperation represents DateTime operations
- DateTimeOperation(Class<T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.types.expr.DateTimeOperation
-
- DateTimeOperation(Class<T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.expr.DateTimeOperation
-
- dateTimePath(Class<T>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- dateTimePath(Class<T>, Path<?>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- DateTimePath<T extends Comparable> - Class in com.mysema.query.types.path
-
DateTimePath presents DateTime typed paths
- DateTimePath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.types.path.DateTimePath
-
- DateTimePath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.DateTimePath
-
- DateTimePath(Class<? extends T>, String) - Constructor for class com.mysema.query.types.path.DateTimePath
-
- DateTimeSubQuery<T extends Comparable<?>> - Class in com.mysema.query.types.query
-
DateTime typed single result subquery
- DateTimeSubQuery(Class<T>, QueryMetadata) - Constructor for class com.mysema.query.types.query.DateTimeSubQuery
-
- DateTimeTemplate<T extends Comparable<?>> - Class in com.mysema.query.types.template
-
DateTimeTemplate defines custom dateTime expressions
- DateTimeTemplate(Class<T>, Template, ImmutableList<?>) - Constructor for class com.mysema.query.types.template.DateTimeTemplate
-
- DateTimeType - Class in com.mysema.query.sql.types
-
DateTimeType maps DateTime to Timestamp on the JDBC level
- DateTimeType() - Constructor for class com.mysema.query.sql.types.DateTimeType
-
- DateTimeType(int) - Constructor for class com.mysema.query.sql.types.DateTimeType
-
- datetrunc(DatePart, DateExpression<D>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Truncate the given date expression
- datetrunc(DatePart, DateTimeExpression<D>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Truncate the given datetime expression
- DateType - Class in com.mysema.query.sql.types
-
DateType maps Date to Date on the JDBC level
- DateType() - Constructor for class com.mysema.query.sql.types.DateType
-
- DateType(int) - Constructor for class com.mysema.query.sql.types.DateType
-
- DAY_OF_MONTH - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- DAY_OF_WEEK - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- DAY_OF_YEAR - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- dayOfMonth() - Method in class com.mysema.query.types.expr.DateExpression
-
Get a day of month expression (range 1-31)
- dayOfMonth() - Method in class com.mysema.query.types.expr.DateTimeExpression
-
Get a day of month expression (range 1-31)
- dayOfWeek() - Method in class com.mysema.query.types.expr.DateExpression
-
Get a day of week expression (range 1-7 / SUN-SAT)
- dayOfWeek() - Method in class com.mysema.query.types.expr.DateTimeExpression
-
Get a day of week expression (range 1-7 / SUN-SAT)
- dayOfYear() - Method in class com.mysema.query.types.expr.DateExpression
-
Get a day of year expression (range 1-356)
- dayOfYear() - Method in class com.mysema.query.types.expr.DateTimeExpression
-
Get a day of year expression (range 1-356)
- DB2_RESERVED_WORDS - Static variable in class com.mysema.query.sql.DB2Templates
-
- DB2Templates - Class in com.mysema.query.sql
-
DB2Templates is an SQL dialect for DB2 10.1.2
- DB2Templates() - Constructor for class com.mysema.query.sql.DB2Templates
-
- DB2Templates(boolean) - Constructor for class com.mysema.query.sql.DB2Templates
-
- DB2Templates(char, boolean) - Constructor for class com.mysema.query.sql.DB2Templates
-
- decimal - Variable in class com.mysema.query.maven.NumericMapping
-
- DEFAULT - Static variable in class com.mysema.query.codegen.SimpleSerializerConfig
-
- DEFAULT - Static variable in class com.mysema.query.collections.CollQueryTemplates
-
- DEFAULT - Static variable in class com.mysema.query.collections.JodaTimeTemplates
-
- DEFAULT - Static variable in class com.mysema.query.EmptyMetadata
-
- DEFAULT - Static variable in class com.mysema.query.hibernate.search.SearchSerializer
-
- DEFAULT - Static variable in class com.mysema.query.jdo.JDOQLTemplates
-
- DEFAULT - Static variable in class com.mysema.query.jpa.BatooTemplates
-
- DEFAULT - Static variable in class com.mysema.query.jpa.DataNucleusTemplates
-
- DEFAULT - Static variable in class com.mysema.query.jpa.DefaultQueryHandler
-
- DEFAULT - Static variable in class com.mysema.query.jpa.EclipseLinkTemplates
-
- DEFAULT - Static variable in class com.mysema.query.jpa.hibernate.NoSessionHolder
-
- DEFAULT - Static variable in class com.mysema.query.jpa.HQLTemplates
-
- DEFAULT - Static variable in class com.mysema.query.jpa.JPACollectionAnyVisitor
-
- DEFAULT - Static variable in class com.mysema.query.jpa.JPQLTemplates
-
- DEFAULT - Static variable in class com.mysema.query.jpa.OpenJPATemplates
-
- DEFAULT - Static variable in class com.mysema.query.lucene.LuceneSerializer
-
- DEFAULT - Static variable in class com.mysema.query.sql.Configuration
-
- DEFAULT - Static variable in class com.mysema.query.sql.CUBRIDTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.DB2Templates
-
- DEFAULT - Static variable in class com.mysema.query.sql.DefaultSQLExceptionTranslator
-
- DEFAULT - Static variable in class com.mysema.query.sql.DerbyTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.dml.AnnotationMapper
-
- DEFAULT - Static variable in class com.mysema.query.sql.dml.BeanMapper
-
- DEFAULT - Static variable in class com.mysema.query.sql.dml.DefaultMapper
-
- DEFAULT - Static variable in class com.mysema.query.sql.dml.EmptyResultSet
-
- DEFAULT - Static variable in class com.mysema.query.sql.FirebirdTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.H2Templates
-
- DEFAULT - Static variable in class com.mysema.query.sql.HSQLDBTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.MySQLTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.OracleTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.PostgresTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.RelationalPathExtractor
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.GeoDBTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.GeoDBWkbType
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.GeometryWktClobType
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.GeometryWktType
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.JGeometryType
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.MySQLSpatialTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.MySQLWkbType
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.OracleSpatialTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.PGgeometryType
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.PostGISTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.SQLServer2008SpatialTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.SQLServerGeometryType
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.TeradataSpatialTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.SQLiteTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.SQLServer2005Templates
-
- DEFAULT - Static variable in class com.mysema.query.sql.SQLServer2008Templates
-
- DEFAULT - Static variable in class com.mysema.query.sql.SQLServer2012Templates
-
- DEFAULT - Static variable in class com.mysema.query.sql.SQLServerTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.SQLTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.TeradataTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.types.BigDecimalAsDoubleType
-
- DEFAULT - Static variable in class com.mysema.query.sql.types.BigIntegerAsLongType
-
- DEFAULT - Static variable in class com.mysema.query.sql.types.Null
-
- DEFAULT - Static variable in class com.mysema.query.sql.types.NumericBooleanType
-
- DEFAULT - Static variable in class com.mysema.query.sql.types.StringAsObjectType
-
- DEFAULT - Static variable in class com.mysema.query.support.CollectionAnyVisitor
-
- DEFAULT - Static variable in class com.mysema.query.support.ListAccessVisitor
-
Deprecated.
- DEFAULT - Static variable in class com.mysema.query.support.PathsExtractor
-
- DEFAULT - Static variable in class com.mysema.query.types.HashCodeVisitor
-
- DEFAULT - Static variable in class com.mysema.query.types.JavaTemplates
-
- DEFAULT - Static variable in class com.mysema.query.types.NullExpression
-
Default instance for an
Object
typed NullExpression
- DEFAULT - Static variable in class com.mysema.query.types.ParamsVisitor
-
- DEFAULT - Static variable in interface com.mysema.query.types.path.PathBuilderValidator
-
- DEFAULT - Static variable in class com.mysema.query.types.path.PathInits
-
- DEFAULT - Static variable in class com.mysema.query.types.PathExtractor
-
- DEFAULT - Static variable in class com.mysema.query.types.TemplateFactory
-
- DEFAULT - Static variable in class com.mysema.query.types.Templates
-
- DEFAULT - Static variable in class com.mysema.query.types.ToStringVisitor
-
- DEFAULT - Static variable in class com.mysema.query.types.ValidatingVisitor
-
- DEFAULT_ESCAPE - Static variable in class com.mysema.query.jpa.JPQLTemplates
-
- DefaultConfiguration - Class in com.mysema.query.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.mysema.query.apt.DefaultConfiguration
-
- DefaultEvaluatorFactory - Class in com.mysema.query.collections
-
DefaultEvaluatorFactory provides Java source templates for evaluation of ColQuery queries
- DefaultEvaluatorFactory(CollQueryTemplates) - Constructor for class com.mysema.query.collections.DefaultEvaluatorFactory
-
- DefaultEvaluatorFactory(CollQueryTemplates, EvaluatorFactory) - Constructor for class com.mysema.query.collections.DefaultEvaluatorFactory
-
- DefaultEvaluatorFactory(CollQueryTemplates, URLClassLoader, JavaCompiler) - Constructor for class com.mysema.query.collections.DefaultEvaluatorFactory
-
- DefaultEvaluatorFactory(CollQueryTemplates, ClassLoader) - Constructor for class com.mysema.query.collections.DefaultEvaluatorFactory
-
- DefaultMapper - Class in com.mysema.query.sql.dml
-
Creates the mapping by inspecting the RelationalPath and Object via reflection.
- DefaultMapper() - Constructor for class com.mysema.query.sql.dml.DefaultMapper
-
- DefaultMapper(boolean) - Constructor for class com.mysema.query.sql.dml.DefaultMapper
-
- DefaultNamingStrategy - Class in com.mysema.query.sql.codegen
-
DefaultNamingStrategy is the default implementation of the NamingStrategy
interface.
- DefaultNamingStrategy() - Constructor for class com.mysema.query.sql.codegen.DefaultNamingStrategy
-
- DefaultPathFactory - Class in com.mysema.query.alias
-
DefaultPathFactory is the default implementation of the
PathFactory
interface
- DefaultPathFactory() - Constructor for class com.mysema.query.alias.DefaultPathFactory
-
- DefaultQueryEngine - Class in com.mysema.query.collections
-
- DefaultQueryEngine(DefaultEvaluatorFactory) - Constructor for class com.mysema.query.collections.DefaultQueryEngine
-
- DefaultQueryHandler - Class in com.mysema.query.jpa
-
- DefaultQueryMetadata - Class in com.mysema.query
-
DefaultQueryMetadata is the default implementation of the
QueryMetadata
interface
- DefaultQueryMetadata() - Constructor for class com.mysema.query.DefaultQueryMetadata
-
Create an empty DefaultQueryMetadata instance
- DefaultSessionHolder - Class in com.mysema.query.jpa.hibernate
-
DefaultSessionHolder is the default implementation of the
SessionHolder
interface
- DefaultSessionHolder(Session) - Constructor for class com.mysema.query.jpa.hibernate.DefaultSessionHolder
-
- DefaultSQLExceptionTranslator - Class in com.mysema.query.sql
-
Default implementation of the SQLExceptionTranslator interface
- DefaultTypeSystem - Class in com.mysema.query.alias
-
DefaultTypeSystem is the default implementation of the
TypeSystem
interface
- DefaultTypeSystem() - Constructor for class com.mysema.query.alias.DefaultTypeSystem
-
- defaultVariableName() - Method in interface com.mysema.query.codegen.SerializerConfig
-
- defaultVariableName() - Method in class com.mysema.query.codegen.SimpleSerializerConfig
-
- DEG - Static variable in class com.mysema.query.types.Ops.MathOps
-
- degrees(double) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- degrees(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- Delegate - Class in com.mysema.query.codegen
-
Delegate defines a delegate method which dispatches to an external static method
- Delegate(Type, Type, String, List<Parameter>, Type) - Constructor for class com.mysema.query.codegen.Delegate
-
- delete(Path<A>, Collection<A>) - Static method in class com.mysema.query.collections.CollQueryFactory
-
Create a new delete clause
- delete(EntityPath<?>) - Method in class com.mysema.query.jdo.JDOQueryFactory
-
- delete(EntityPath<?>) - Method in class com.mysema.query.jpa.hibernate.HibernateQueryFactory
-
- delete(EntityPath<?>) - Method in class com.mysema.query.jpa.impl.JPAQueryFactory
-
- delete(EntityPath<?>) - Method in interface com.mysema.query.jpa.JPQLQueryFactory
-
Create a new DELETE clause
- delete(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- delete(RelationalPath<?>) - Method in interface com.mysema.query.sql.SQLCommonQueryFactory
-
Create a new DELETE clause
- delete(File) - Static method in class com.mysema.util.FileUtils
-
- DeleteClause<C extends DeleteClause<C>> - Interface in com.mysema.query.dml
-
DeleteClause defines a generic interface for Delete clauses
- deleteRow() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- deleteRow() - Method in class com.mysema.util.ResultSetAdapter
-
- denseRank() - Static method in class com.mysema.query.sql.SQLExpressions
-
rank of the current row without gaps; this function counts peer groups
- denseRank(Object...) - Static method in class com.mysema.query.sql.SQLExpressions
-
- denseRank(Expression<?>...) - Static method in class com.mysema.query.sql.SQLExpressions
-
- DENSERANK - Static variable in class com.mysema.query.sql.SQLOps
-
- DENSERANK2 - Static variable in class com.mysema.query.sql.SQLOps
-
- DerbyTemplates - Class in com.mysema.query.sql
-
DerbyTemplates is an SQL dialect for Derby
- DerbyTemplates() - Constructor for class com.mysema.query.sql.DerbyTemplates
-
- DerbyTemplates(boolean) - Constructor for class com.mysema.query.sql.DerbyTemplates
-
- DerbyTemplates(char, boolean) - Constructor for class com.mysema.query.sql.DerbyTemplates
-
- desc() - Method in class com.mysema.query.types.expr.Coalesce
-
- desc() - Method in class com.mysema.query.types.expr.ComparableExpressionBase
-
Get an OrderSpecifier for descending order of this expression
- describeTo(Description) - Method in class com.mysema.query.collections.PathMatcher
-
- detach - Variable in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- Detachable - Interface in com.mysema.query
-
Detachable defines methods for the construction of SubQuery instances
- DetachableAdapter - Class in com.mysema.query.support
-
DetachableAdapter is an apadater implementation for the Detachable interface
- DetachableAdapter() - Constructor for class com.mysema.query.support.DetachableAdapter
-
- DetachableAdapter(Detachable) - Constructor for class com.mysema.query.support.DetachableAdapter
-
- DetachableMixin - Class in com.mysema.query.support
-
Mixin style implementation of the Detachable interface
- DetachableMixin(QueryMixin<?>) - Constructor for class com.mysema.query.support.DetachableMixin
-
- DetachableQuery<Q extends DetachableQuery<Q>> - Class in com.mysema.query.support
-
DetachableQuery is a base class for queries which implement the Query and Detachable interfaces
- DetachableQuery(QueryMixin<Q>) - Constructor for class com.mysema.query.support.DetachableQuery
-
- DetachableSQLQuery<Q extends DetachableSQLQuery<Q>> - Class in com.mysema.query.sql
-
Abstract superclass for SubQuery implementations
- DetachableSQLQuery() - Constructor for class com.mysema.query.sql.DetachableSQLQuery
-
- DetachableSQLQuery(QueryMetadata) - Constructor for class com.mysema.query.sql.DetachableSQLQuery
-
- DetachableSQLQuery(Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.DetachableSQLQuery
-
- DIFF_DAYS - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- DIFF_HOURS - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- DIFF_MINUTES - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- DIFF_MONTHS - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- DIFF_SECONDS - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- DIFF_WEEKS - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- DIFF_YEARS - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- difference(Geometry) - Method in class com.mysema.query.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.mysema.query.spatial.GeometryExpression
-
Returns a geometric object that represents the Point
set difference of this geometric object with anotherGeometry.
- difference(Geometry) - Method in class com.mysema.query.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.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns a geometric object that represents the Point
set difference of this geometric object with anotherGeometry.
- DIFFERENCE - Static variable in class com.mysema.query.spatial.SpatialOps
-
- difference(D, Number) - Static method in class com.mysema.util.MathUtils
-
- digits - Variable in class com.mysema.query.maven.NumericMapping
-
Deprecated.
- dimension() - Method in class com.mysema.query.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.mysema.query.spatial.jts.JTSGeometryExpression
-
The inherent dimension of this geometric object, which must be less than or equal
to the coordinate dimension.
- DIMENSION - Static variable in class com.mysema.query.spatial.SpatialOps
-
- DIRECT - Static variable in class com.mysema.query.types.path.PathInits
-
- DIRECT2 - Static variable in class com.mysema.query.types.path.PathInits
-
- disjoint(Geometry) - Method in class com.mysema.query.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object is “spatially disjoint” from anotherGeometry.
- disjoint(Expression<? extends Geometry>) - Method in class com.mysema.query.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object is “spatially disjoint” from anotherGeometry.
- disjoint(Geometry) - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object is “spatially disjoint” from anotherGeometry.
- disjoint(Expression<? extends Geometry>) - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object is “spatially disjoint” from anotherGeometry.
- DISJOINT - Static variable in class com.mysema.query.spatial.SpatialOps
-
- distance(Geometry) - Method in class com.mysema.query.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.mysema.query.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.mysema.query.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.mysema.query.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 - Static variable in class com.mysema.query.spatial.SpatialOps
-
- DISTANCE2 - Static variable in class com.mysema.query.spatial.SpatialOps
-
- DISTANCE_SPHERE - Static variable in class com.mysema.query.spatial.SpatialOps
-
- DISTANCE_SPHEROID - Static variable in class com.mysema.query.spatial.SpatialOps
-
- distanceSphere(Expression<? extends Geometry>) - Method in class com.mysema.query.spatial.GeometryExpression
-
- distanceSphere(Expression<? extends Geometry>) - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
- distanceSpheroid(Expression<? extends Geometry>) - Method in class com.mysema.query.spatial.GeometryExpression
-
- distanceSpheroid(Expression<? extends Geometry>) - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
- distinct() - Method in class com.mysema.query.hibernate.search.SearchQuery
-
- distinct() - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
- distinct(Path<?>) - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
Add a DuplicateFilter for the field of the given property path
- distinct() - Method in class com.mysema.query.mongodb.MongodbQuery
-
- distinct() - Method in interface com.mysema.query.SimpleQuery
-
Set the Query to return distinct results
- distinct() - Method in class com.mysema.query.support.QueryBase
-
Set the Query to return distinct results
- distinct() - Method in class com.mysema.query.support.QueryMixin
-
- distinct() - Method in class com.mysema.query.support.SimpleProjectableAdapter
-
- distinctList(Expression<?>...) - Static method in class com.mysema.query.types.ExpressionUtils
-
Get a distinct list of the given args
- distinctList(Expression<?>[]...) - Static method in class com.mysema.query.types.ExpressionUtils
-
Get a distinct list of the concatenated array contents
- DIV - Static variable in class com.mysema.query.types.Ops
-
- divide(Expression<N>) - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the result of the operation this / right
- divide(N) - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the result of the operation this / right
- DMLClause<C extends DMLClause<C>> - Interface in com.mysema.query.dml
-
Parent interface for DML clauses
- DoubleType - Class in com.mysema.query.sql.types
-
DoubleType maps Double to Double on the JDBC level
- DoubleType() - Constructor for class com.mysema.query.sql.types.DoubleType
-
- DoubleType(int) - Constructor for class com.mysema.query.sql.types.DoubleType
-
- doubleValue() - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the double expression of this numeric expression
- DslExpression<T> - Class in com.mysema.query.types.expr
-
DslExpression is the base class for DSL expressions, but
SimpleExpression
is the base class
for scalar Expressions
- DslExpression(Expression<T>) - Constructor for class com.mysema.query.types.expr.DslExpression
-
- dslOperation(Class<T>, Operator<? super T>, Expression<?>...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Operation expression
- DslOperation<T> - Class in com.mysema.query.types.expr
-
DslOperation represents a simple operation expression
- DslOperation(Class<T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.types.expr.DslOperation
-
- DslOperation(Class<T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.expr.DslOperation
-
- dslPath(Class<T>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- dslPath(Class<T>, Path<?>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- DslPath<T> - Class in com.mysema.query.types.path
-
DslPath represents simple paths
- DslPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.types.path.DslPath
-
- DslPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.DslPath
-
- DslPath(Class<? extends T>, String) - Constructor for class com.mysema.query.types.path.DslPath
-
- dslTemplate(Class<T>, String, Object...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Template expression
- DslTemplate<T> - Class in com.mysema.query.types.template
-
DslTemplate defines custom simple expressions
- DslTemplate(Class<? extends T>, Template, ImmutableList<?>) - Constructor for class com.mysema.query.types.template.DslTemplate
-
- dwithin(Expression<? extends Geometry>, Expression<? extends Geometry>, Expression<Double>) - Static method in class com.mysema.query.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.mysema.query.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.mysema.query.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.mysema.query.spatial.jts.JTSGeometryExpressions
-
Returns true if the geometries are within the specified distance of one another.
- DWITHIN - Static variable in class com.mysema.query.spatial.SpatialOps
-
- EclipseLinkHandler - Class in com.mysema.query.jpa
-
- EclipseLinkHandler() - Constructor for class com.mysema.query.jpa.EclipseLinkHandler
-
- EclipseLinkTemplates - Class in com.mysema.query.jpa
-
EclipseLinkTemplates extends JPQLTemplates with EclipseLink specific extensions
- EclipseLinkTemplates() - Constructor for class com.mysema.query.jpa.EclipseLinkTemplates
-
- EclipseLinkTemplates(char) - Constructor for class com.mysema.query.jpa.EclipseLinkTemplates
-
- ELEM_MATCH - Static variable in class com.mysema.query.mongodb.MongodbOps
-
- ELEMENTS - Static variable in class com.mysema.query.apt.AbstractQuerydslProcessor
-
- embeddableAnn - Variable in class com.mysema.query.apt.DefaultConfiguration
-
- EmbeddableSerializer - Class in com.mysema.query.codegen
-
EmbeddableSerializer is a
Serializer
implementation for embeddable types
- EmbeddableSerializer(TypeMappings, Collection<String>) - Constructor for class com.mysema.query.codegen.EmbeddableSerializer
-
Create a new EmbeddableSerializer instance
- embeddedAnn - Variable in class com.mysema.query.apt.DefaultConfiguration
-
- EMPTY - Static variable in class com.mysema.query.QueryModifiers
-
- EmptyMetadata - Class in com.mysema.query
-
EmptyMetadata provides a immutable empty QueryMetadata instace
- EmptyMetadata() - Constructor for class com.mysema.query.EmptyMetadata
-
- emptyResults() - Static method in class com.mysema.query.SearchResults
-
- EmptyResultSet - Class in com.mysema.query.sql.dml
-
Empty implementation of the ResulSet interface
- end(SQLListenerContext) - Method in interface com.mysema.query.sql.SQLDetailedListener
-
Called at the end of a query.
- end(SQLListenerContext) - Method in class com.mysema.query.sql.SQLListeners
-
- END_POINT - Static variable in class com.mysema.query.spatial.SpatialOps
-
- endContext(SQLListenerContext) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
Called to end a SQL listener context
- endContext(SQLListenerContextImpl) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
Called to end a SQL listener context
- endPoint() - Method in class com.mysema.query.spatial.CurveExpression
-
The end Point of this Curve.
- endPoint() - Method in class com.mysema.query.spatial.jts.JTSCurveExpression
-
The end Point of this Curve.
- ENDS_WITH - Static variable in class com.mysema.query.types.Ops
-
- ENDS_WITH_IC - Static variable in class com.mysema.query.types.Ops
-
- endsWith(Operation<?>, QueryMetadata, boolean) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- endsWith(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
Returns true if this ends with str
- endsWith(String) - Method in class com.mysema.query.types.expr.StringExpression
-
Returns true if this ends with str
- endsWithIgnoreCase(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
- endsWithIgnoreCase(String) - Method in class com.mysema.query.types.expr.StringExpression
-
- entitiesAnn - Variable in class com.mysema.query.apt.DefaultConfiguration
-
- entityAccessor(EntityType, Property, CodeWriter) - Method in class com.mysema.query.codegen.EntitySerializer
-
- entityAnn - Variable in class com.mysema.query.apt.DefaultConfiguration
-
- entityField(EntityType, Property, SerializerConfig, CodeWriter) - Method in class com.mysema.query.codegen.EntitySerializer
-
- entityManager - Variable in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- EntityPath<T> - Interface in com.mysema.query.types
-
EntityPath is the common interface for entity path expressions
- ENTITYPATH_TYPE - Static variable in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- EntityPathBase<T> - Class in com.mysema.query.types.path
-
EntityPathBase provides a base class for EntityPath implementations
- EntityPathBase(Class<? extends T>, String) - Constructor for class com.mysema.query.types.path.EntityPathBase
-
- EntityPathBase(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.EntityPathBase
-
- EntityPathBase(Class<? extends T>, PathMetadata<?>, PathInits) - Constructor for class com.mysema.query.types.path.EntityPathBase
-
- EntitySerializer - Class in com.mysema.query.codegen
-
EntitySerializer is a
Serializer
implementation for entity types
- EntitySerializer(TypeMappings, Collection<String>) - Constructor for class com.mysema.query.codegen.EntitySerializer
-
Create a new EntitySerializer instance
- EntityType - Class in com.mysema.query.codegen
-
EntityType represents a model of a query domain type with properties
- EntityType(Type) - Constructor for class com.mysema.query.codegen.EntityType
-
Create a new EntityType instance for the given type
- EntityType(Type, Set<Supertype>) - Constructor for class com.mysema.query.codegen.EntityType
-
Create a new EntityType instance for the given type and superTypes
- entryIterator() - Method in class com.mysema.util.BeanMap
-
Convenience method for getting an iterator over the entries.
- entrySet() - Method in class com.mysema.util.BeanMap
-
Gets a Set of MapEntry objects that are the mappings for this BeanMap.
- EnumAsObjectType<T extends Enum<T>> - Class in com.mysema.query.sql.types
-
EnumAsObjectType maps Enum types to Object on the JDBC level
- EnumAsObjectType(Class<T>) - Constructor for class com.mysema.query.sql.types.EnumAsObjectType
-
- EnumAsObjectType(int, Class<T>) - Constructor for class com.mysema.query.sql.types.EnumAsObjectType
-
- EnumByNameType<T extends Enum<T>> - Class in com.mysema.query.sql.types
-
EnumByNameType maps Enum types to their String names on the JDBC level
- EnumByNameType(Class<T>) - Constructor for class com.mysema.query.sql.types.EnumByNameType
-
- EnumByNameType(int, Class<T>) - Constructor for class com.mysema.query.sql.types.EnumByNameType
-
- EnumByOrdinalType<T extends Enum<T>> - Class in com.mysema.query.sql.types
-
EnumByOrdinalType maps Enum types to their Integer ordinals on the JDBC level
- EnumByOrdinalType(Class<T>) - Constructor for class com.mysema.query.sql.types.EnumByOrdinalType
-
- EnumByOrdinalType(int, Class<T>) - Constructor for class com.mysema.query.sql.types.EnumByOrdinalType
-
- EnumConversion<T> - Class in com.mysema.query.support
-
EnumConversion ensures that the results of an enum projection confirm to the type of the
projection expression
- EnumConversion(Expression<T>) - Constructor for class com.mysema.query.support.EnumConversion
-
- EnumExpression<T extends Enum<T>> - Class in com.mysema.query.types.expr
-
EnumExpression represents Enum typed expressions
- EnumExpression(Expression<T>) - Constructor for class com.mysema.query.types.expr.EnumExpression
-
- EnumOperation<T extends Enum<T>> - Class in com.mysema.query.types.expr
-
EnumOperation represents enum operations
- EnumOperation(Class<? extends T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.types.expr.EnumOperation
-
- EnumOperation(Class<? extends T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.expr.EnumOperation
-
- EnumPath<T extends Enum<T>> - Class in com.mysema.query.types.path
-
EnumPath represents enum paths
- EnumPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.types.path.EnumPath
-
- EnumPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.EnumPath
-
- EnumPath(Class<? extends T>, String) - Constructor for class com.mysema.query.types.path.EnumPath
-
- EnumTemplate<T extends Enum<T>> - Class in com.mysema.query.types.template
-
EnumTemplate defines custom enum expressions
- EnumTemplate(Class<T>, Template, ImmutableList<?>) - Constructor for class com.mysema.query.types.template.EnumTemplate
-
- envelope() - Method in class com.mysema.query.spatial.GeometryExpression
-
The minimum bounding box for this Geometry, returned as a Geometry.
- envelope() - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
The minimum bounding box for this Geometry, returned as a Geometry.
- ENVELOPE - Static variable in class com.mysema.query.spatial.SpatialOps
-
- eq(Operation<?>, QueryMetadata, boolean) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- eq(String, String[], boolean) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- eq(Geometry) - Method in class com.mysema.query.spatial.GeometryExpression
-
- eq(Expression<? super T>) - Method in class com.mysema.query.spatial.GeometryExpression
-
- eq(Geometry) - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
- eq(Expression<? super T>) - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
- eq(T) - Method in class com.mysema.query.sql.RelationalPathBase
-
Compares the two relational paths using primary key columns
- eq(Expression<? super T>) - Method in class com.mysema.query.sql.RelationalPathBase
-
Compares the two relational paths using primary key columns
- eq(Expression<A>) - Method in class com.mysema.query.sql.WindowFunction
-
- eq(A) - Method in class com.mysema.query.sql.WindowFunction
-
- eq(Boolean) - Method in class com.mysema.query.types.expr.BooleanExpression
-
- eq(T) - Method in class com.mysema.query.types.expr.SimpleExpression
-
Get a this == right
expression
- eq(Expression<? super T>) - Method in class com.mysema.query.types.expr.SimpleExpression
-
Get a this == right
expression
- eq(Expression<D>, Expression<? extends D>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create an left equals right expression
- EQ - Static variable in class com.mysema.query.types.Ops
-
- EQ_IGNORE_CASE - Static variable in class com.mysema.query.types.Ops
-
- eqAll(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.SimpleExpression
-
- eqAny(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.SimpleExpression
-
- eqConst(Expression<D>, D) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create an left equals constant expression
- equals(Object) - Method in class com.mysema.query.BooleanBuilder
-
- equals(Object) - Method in class com.mysema.query.codegen.Delegate
-
- equals(Object) - Method in class com.mysema.query.codegen.EntityType
-
- equals(Object) - Method in class com.mysema.query.codegen.ParameterizedTypeImpl
-
- equals(Object) - Method in class com.mysema.query.codegen.Property
-
- equals(Object) - Method in class com.mysema.query.codegen.Supertype
-
- equals(Object, Object) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- equals(Object) - Method in class com.mysema.query.DefaultQueryMetadata
-
- equals(Object) - Method in class com.mysema.query.group.AbstractGroupExpression
-
- equals(Expression<?>, Expression<?>) - Method in class com.mysema.query.group.QPair
-
- equals(Expression<?>, Class<?>) - Method in class com.mysema.query.group.QPair
-
- equals(Object) - Method in class com.mysema.query.JoinExpression
-
- equals(Object) - Method in class com.mysema.query.JoinFlag
-
- equals(Object) - Method in class com.mysema.query.QueryFlag
-
- equals(Object) - Method in class com.mysema.query.QueryModifiers
-
- EQUALS - Static variable in class com.mysema.query.spatial.SpatialOps
-
- equals(Object) - Method in class com.mysema.query.sql.ColumnMetadata
-
- equals(Object) - Method in class com.mysema.query.sql.SchemaAndTable
-
- equals(Object) - Method in class com.mysema.query.sql.WindowFunction
-
- equals(Object) - Method in class com.mysema.query.support.QueryBase
-
- equals(Object) - Method in class com.mysema.query.support.QueryMixin
-
- equals(Object) - Method in interface com.mysema.query.Tuple
-
All Tuples should override equals and hashCode.
- equals(Object) - Method in class com.mysema.query.types.ArrayConstructorExpression
-
- equals(Object) - Method in class com.mysema.query.types.ConstantImpl
-
- equals(Object) - Method in class com.mysema.query.types.ConstructorExpression
-
- equals(Object) - Method in class com.mysema.query.types.expr.Coalesce
-
- equals(Object) - Method in class com.mysema.query.types.expr.DslExpression
-
- equals(Object) - Method in class com.mysema.query.types.FactoryExpressionUtils.FactoryExpressionAdapter
-
- equals(Object) - Method in class com.mysema.query.types.OperationImpl
-
- equals(Object) - Method in class com.mysema.query.types.OrderSpecifier
-
- equals(Object) - Method in class com.mysema.query.types.ParamExpressionImpl
-
- equals(Object) - Method in class com.mysema.query.types.PathImpl
-
- equals(Object) - Method in class com.mysema.query.types.PathMetadata
-
- equals(Object) - Method in class com.mysema.query.types.QBean
-
- equals(Object) - Method in class com.mysema.query.types.QList
-
- equals(Object) - Method in class com.mysema.query.types.QMap
-
- equals(Object) - Method in class com.mysema.query.types.QTuple
-
- equals(Object) - Method in class com.mysema.query.types.SubQueryExpressionImpl
-
- equals(Object) - Method in class com.mysema.query.types.Template
-
- equals(Object) - Method in class com.mysema.query.types.TemplateExpressionImpl
-
- equalsIgnoreCase(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
Compares this StringExpression
to another StringExpression
, ignoring case
considerations.
- equalsIgnoreCase(String) - Method in class com.mysema.query.types.expr.StringExpression
-
Compares this StringExpression
to another StringExpression
, ignoring case
considerations.
- equalsOps - Static variable in class com.mysema.query.types.Ops
-
- escape(EntityType, String) - Method in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- escape - Variable in class com.mysema.query.sql.SQLTemplates.Builder
-
- escape(char) - Method in class com.mysema.query.sql.SQLTemplates.Builder
-
- escapeForLike(String) - Method in class com.mysema.query.sql.SQLServerTemplates
-
- escapeForLike(String) - Method in class com.mysema.query.types.Converters
-
Deprecated.
- escapeForLike(String) - Method in class com.mysema.query.types.TemplateFactory
-
- escapeForLike(String) - Method in class com.mysema.query.types.Templates
-
- escapeLiteral(String) - Method in class com.mysema.query.sql.MySQLTemplates
-
- escapeLiteral(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- EvaluatorFunction<S,T> - Class in com.mysema.query.collections
-
Function implementation which uses an Evaluator
for transformation
- EvaluatorFunction(Evaluator<T>) - Constructor for class com.mysema.query.collections.EvaluatorFunction
-
- exception(SQLListenerContext) - Method in interface com.mysema.query.sql.SQLDetailedListener
-
Called if an exception happens during query building and execution.
- exception(SQLListenerContext) - Method in class com.mysema.query.sql.SQLListeners
-
- execute() - Method in class com.mysema.query.collections.CollDeleteClause
-
- execute() - Method in class com.mysema.query.collections.CollUpdateClause
-
- execute() - Method in interface com.mysema.query.dml.DMLClause
-
Execute the clause and return the amount of affected rows
- execute() - Method in class com.mysema.query.jdo.dml.JDODeleteClause
-
- execute() - Method in class com.mysema.query.jdo.dml.JDOUpdateClause
-
- execute() - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter
-
Exports the named persistence unit's metamodel to Querydsl query types.
- execute() - Method in class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
Export the contents
- execute() - Method in class com.mysema.query.jpa.hibernate.HibernateDeleteClause
-
- execute() - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
-
- execute() - Method in class com.mysema.query.jpa.impl.JPADeleteClause
-
- execute() - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
-
- execute() - Method in class com.mysema.query.maven.AbstractExporterMojo
-
- execute() - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- execute() - Method in class com.mysema.query.maven.CompileMojo
-
- execute() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- execute() - Method in class com.mysema.query.sql.dml.SQLDeleteClause
-
- execute() - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- execute() - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- execute() - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
- execute() - Method in class com.mysema.query.sql.teradata.SetQueryBandClause
-
- executeBatch(Collection<PreparedStatement>) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- executed(SQLListenerContext) - Method in interface com.mysema.query.sql.SQLDetailedListener
-
- executed(SQLListenerContext) - Method in class com.mysema.query.sql.SQLListeners
-
- executeWithKey(Path<T>) - Method in class com.mysema.query.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.mysema.query.sql.dml.SQLInsertClause
-
Execute the clause and return the generated key cast to the given type.
- executeWithKey(Path<T>) - Method in class com.mysema.query.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.mysema.query.sql.dml.SQLMergeClause
-
Execute the clause and return the generated key cast to the given type.
- executeWithKeys(Path<T>) - Method in class com.mysema.query.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.mysema.query.sql.dml.SQLInsertClause
-
- executeWithKeys() - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
Execute the clause and return the generated keys as a ResultSet
- executeWithKeys(Path<T>) - Method in class com.mysema.query.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.mysema.query.sql.dml.SQLMergeClause
-
- executeWithKeys() - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
Execute the clause and return the generated keys as a ResultSet
- exists() - Method in class com.mysema.query.collections.AbstractCollQuery
-
- exists(QueryMetadata, Map<Expression<?>, Iterable<?>>) - Method in class com.mysema.query.collections.DefaultQueryEngine
-
- exists(QueryMetadata, Map<Expression<?>, Iterable<?>>) - Method in interface com.mysema.query.collections.QueryEngine
-
- exists() - Method in interface com.mysema.query.Detachable
-
Create an exists(this) expression
- exists() - Method in class com.mysema.query.hibernate.search.SearchQuery
-
- exists() - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
- exists() - Method in class com.mysema.query.jdo.JDOSubQuery
-
- exists(Context, Predicate) - Method in class com.mysema.query.jpa.JPACollectionAnyVisitor
-
- exists() - Method in class com.mysema.query.jpa.JPAQueryBase
-
- exists() - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
- exists() - Method in class com.mysema.query.mongodb.MongodbQuery
-
- exists() - Method in interface com.mysema.query.Projectable
-
- exists() - Method in interface com.mysema.query.SimpleProjectable
-
- exists() - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- exists() - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- exists(Context, Predicate) - Method in class com.mysema.query.support.CollectionAnyVisitor
-
- exists() - Method in class com.mysema.query.support.DetachableAdapter
-
- exists() - Method in class com.mysema.query.support.DetachableMixin
-
- exists() - Method in class com.mysema.query.support.DetachableQuery
-
- exists(Context, Predicate) - Method in class com.mysema.query.support.ListAccessVisitor
-
Deprecated.
- exists() - Method in class com.mysema.query.support.ProjectableAdapter
-
- exists() - Method in class com.mysema.query.support.SimpleProjectableAdapter
-
- EXISTS - Static variable in class com.mysema.query.types.Ops
-
- exists() - Method in class com.mysema.query.types.query.BooleanSubQuery
-
- exists() - Method in class com.mysema.query.types.query.ComparableSubQuery
-
- exists() - Method in class com.mysema.query.types.query.DateSubQuery
-
- exists() - Method in class com.mysema.query.types.query.DateTimeSubQuery
-
- exists() - Method in interface com.mysema.query.types.query.ExtendedSubQueryExpression
-
Get an exists(this) expression for the subquery
- exists() - Method in class com.mysema.query.types.query.ListSubQuery
-
- exists() - Method in class com.mysema.query.types.query.NumberSubQuery
-
- exists() - Method in class com.mysema.query.types.query.SimpleSubQuery
-
- exists() - Method in class com.mysema.query.types.query.StringSubQuery
-
- exists() - Method in class com.mysema.query.types.query.TimeSubQuery
-
- exp(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- EXP - Static variable in class com.mysema.query.types.Ops.MathOps
-
- export(Package...) - Method in class com.mysema.query.codegen.GenericExporter
-
Export the given packages
- export(String...) - Method in class com.mysema.query.codegen.GenericExporter
-
Export the given packages
- export(Class<?>...) - Method in class com.mysema.query.codegen.GenericExporter
-
Export the given classes
- export(DatabaseMetaData) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Export the tables based on the given database metadata
- Expression<T> - Interface in com.mysema.query.types
-
Expression defines a general typed expression in a Query instance.
- ExpressionBase<T> - Class in com.mysema.query.types
-
ExpressionBase is the base class for immutable
Expression
implementations
- ExpressionBase(Class<? extends T>) - Constructor for class com.mysema.query.types.ExpressionBase
-
- ExpressionException - Exception in com.mysema.query.types
-
- ExpressionException(String) - Constructor for exception com.mysema.query.types.ExpressionException
-
- ExpressionException(String, Throwable) - Constructor for exception com.mysema.query.types.ExpressionException
-
- ExpressionException(Throwable) - Constructor for exception com.mysema.query.types.ExpressionException
-
- Expressions - Class in com.mysema.query.support
-
Expression factory class
- ExpressionUtils - Class in com.mysema.query.types
-
ExpressionUtils provides utilities for constructing common operation instances.
- ExtendedBeanSerializer - Class in com.mysema.query.sql.codegen
-
ExtendedBeanSerialzier outputs primary key based equals, hashCode and toString implementations
- ExtendedBeanSerializer() - Constructor for class com.mysema.query.sql.codegen.ExtendedBeanSerializer
-
- ExtendedNamingStrategy - Class in com.mysema.query.sql.codegen
-
ExtendedNamingStrategy works like the DefaultNamingStrategy but tries to create foreign key
property names in a different way.
- ExtendedNamingStrategy() - Constructor for class com.mysema.query.sql.codegen.ExtendedNamingStrategy
-
- ExtendedSubQueryExpression<T> - Interface in com.mysema.query.types.query
-
Extensions to the SubQueryExpression interface
- ExtendedTypeFactory - Class in com.mysema.query.apt
-
ExtendedTypeFactory is a factory for APT inspection based Type creation
- ExtendedTypeFactory(ProcessingEnvironment, Configuration, Set<Class<? extends Annotation>>, TypeMappings, QueryTypeFactory) - Constructor for class com.mysema.query.apt.ExtendedTypeFactory
-
- extendTypes() - Method in class com.mysema.query.apt.ExtendedTypeFactory
-
- extendTypes() - Method in class com.mysema.query.codegen.TypeFactory
-
- extent(Expression<? extends GeometryCollection>) - Static method in class com.mysema.query.spatial.GeometryExpressions
-
Returns the bounding box that bounds rows of geometries.
- extent(Expression<? extends GeometryCollection>) - Static method in class com.mysema.query.spatial.jts.JTSGeometryExpressions
-
Returns the bounding box that bounds rows of geometries.
- EXTENT - Static variable in class com.mysema.query.spatial.SpatialOps
-
- EXTERIOR_RING - Static variable in class com.mysema.query.spatial.SpatialOps
-
- EXTERIOR_RING2 - Static variable in class com.mysema.query.spatial.SpatialOps
-
- exteriorRing() - Method in class com.mysema.query.spatial.jts.JTSPolygonExpression
-
Returns the exterior ring of this Polygon.
- exteriorRing() - Method in class com.mysema.query.spatial.PolygonExpression
-
Returns the exterior ring of this Polygon.
- extract(QueryMetadata) - Static method in class com.mysema.query.sql.RelationalPathExtractor
-
- extract(Expression<?>) - Static method in class com.mysema.query.sql.RelationalPathExtractor
-
- extract(Expression<T>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Get the potentially wrapped expression
- extractEntityExpression(Expression<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
-
- FactoryExpression<T> - Interface in com.mysema.query.types
-
FactoryExpression represents factory expressions such as JavaBean or
Constructor projections
- FactoryExpressionBase<T> - Class in com.mysema.query.types
-
Common superclass for FactoryExpression implementations
- FactoryExpressionBase(Class<? extends T>) - Constructor for class com.mysema.query.types.FactoryExpressionBase
-
- FactoryExpressionTransformer - Class in com.mysema.query.jpa
-
FactoryExpressionTransformer is a ResultTransformer implementation using FactoryExpression for transformation
- FactoryExpressionTransformer(FactoryExpression<?>) - Constructor for class com.mysema.query.jpa.FactoryExpressionTransformer
-
- FactoryExpressionUtils - Class in com.mysema.query.types
-
Utility class to expand FactoryExpression constructor arguments and compress
FactoryExpression
invocation arguments
- FactoryExpressionUtils.FactoryExpressionAdapter<T> - Class in com.mysema.query.types
-
- FALSE - Static variable in class com.mysema.query.types.template.BooleanTemplate
-
- fetch() - Method in class com.mysema.query.jpa.JPAQueryBase
-
- FETCH - Static variable in class com.mysema.query.jpa.JPAQueryMixin
-
- fetch() - Method in class com.mysema.query.jpa.JPAQueryMixin
-
- fetch() - Method in interface com.mysema.query.jpa.JPQLQuery
-
Add the "fetch" flag to the last defined join
Mind that collection joins might result in duplicate rows and that "inner join fetch"
will restrict your result set.
- FETCH_ALL_PROPERTIES - Static variable in class com.mysema.query.jpa.JPAQueryMixin
-
- fetchAll() - Method in class com.mysema.query.jpa.JPAQueryBase
-
- fetchAll() - Method in class com.mysema.query.jpa.JPAQueryMixin
-
- fetchAll() - Method in interface com.mysema.query.jpa.JPQLQuery
-
Add the "fetch all properties" flag to the last defined join.
- fetchGroups - Variable in class com.mysema.query.jdo.AbstractJDOQuery
-
- fetchSize - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- fetchSize - Variable in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- FIELDS - Static variable in interface com.mysema.query.types.path.PathBuilderValidator
-
- fields(Class<T>, Expression<?>...) - Static method in class com.mysema.query.types.Projections
-
Create a field access based Bean populating projection for the given type and expressions
- fields(Path<T>, Expression<?>...) - Static method in class com.mysema.query.types.Projections
-
Create a field access based Bean populating projection for the given type and expressions
- FileUtils - Class in com.mysema.util
-
FileUtils provides File handling functionality
- filter(Filter) - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
Apply the given Lucene filter to the search results
- FilteredClause<C extends FilteredClause<C>> - Interface in com.mysema.query
-
FilteredClause is an interface for clauses with a filter condition
- findColumn(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- findColumn(String) - Method in class com.mysema.util.ResultSetAdapter
-
- FirebirdTemplates - Class in com.mysema.query.sql
-
- FirebirdTemplates() - Constructor for class com.mysema.query.sql.FirebirdTemplates
-
- FirebirdTemplates(boolean) - Constructor for class com.mysema.query.sql.FirebirdTemplates
-
- FirebirdTemplates(char, boolean) - Constructor for class com.mysema.query.sql.FirebirdTemplates
-
- firePropertyChange(String, Object, Object) - Method in class com.mysema.util.BeanMap
-
- first() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- first() - Method in class com.mysema.util.ResultSetAdapter
-
- firstUnionSubQuery - Variable in class com.mysema.query.sql.ProjectableSQLQuery
-
- firstValue(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
returns value evaluated at the row that is the first row of the window frame
- FIRSTVALUE - Static variable in class com.mysema.query.sql.SQLOps
-
- FloatType - Class in com.mysema.query.sql.types
-
FloatType maps Float to Float on the JDBC level
- FloatType() - Constructor for class com.mysema.query.sql.types.FloatType
-
- FloatType(int) - Constructor for class com.mysema.query.sql.types.FloatType
-
- floatValue() - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the float expression of this numeric expression
- floor() - Method in class com.mysema.query.types.expr.NumberExpression
-
Returns the largest (closest to positive infinity)
double
value that is less than or equal to the
argument and is equal to a mathematical integer.
- FLOOR - Static variable in class com.mysema.query.types.Ops.MathOps
-
- flushMode - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- flushMode - Variable in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- flushMode - Variable in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- following(Expression<Integer>) - Method in class com.mysema.query.sql.WindowRows.Between
-
- following(int) - Method in class com.mysema.query.sql.WindowRows.Between
-
- following(Expression<Integer>) - Method in class com.mysema.query.sql.WindowRows.BetweenAnd
-
- following(int) - Method in class com.mysema.query.sql.WindowRows.BetweenAnd
-
- FOR_SHARE - Static variable in class com.mysema.query.sql.SQLOps
-
- FOR_SHARE_FLAG - Static variable in class com.mysema.query.sql.SQLOps
-
- FOR_UPDATE - Static variable in class com.mysema.query.sql.SQLOps
-
- FOR_UPDATE_FLAG - Static variable in class com.mysema.query.sql.SQLOps
-
- forArrayAccess(Path<?>, Expression<Integer>) - Static method in class com.mysema.query.types.PathMetadataFactory
-
Create a new PathMetadata for indexed array access
- forArrayAccess(Path<?>, int) - Static method in class com.mysema.query.types.PathMetadataFactory
-
Create a new PathMetadata for indexed array access
- forceIndex(String...) - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- forCollectionAny(Path<?>) - Static method in class com.mysema.query.types.PathMetadataFactory
-
Create a new PathMetadata for collection any access
- forDelegate(Path<T>) - Static method in class com.mysema.query.types.PathMetadataFactory
-
Create a new PathMetadata for delegate access
- ForeignKey<E> - Class in com.mysema.query.sql
-
ForeignKey defines a foreign key on a table to another table
- ForeignKey(RelationalPath<?>, Path<?>, String) - Constructor for class com.mysema.query.sql.ForeignKey
-
- ForeignKey(RelationalPath<?>, ImmutableList<? extends Path<?>>, ImmutableList<String>) - Constructor for class com.mysema.query.sql.ForeignKey
-
- ForeignKeyData - Class in com.mysema.query.sql.support
-
- ForeignKeyData(String, String, String, Type) - Constructor for class com.mysema.query.sql.support.ForeignKeyData
-
- foreignKeysClassName - Variable in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- foreignKeysVariable - Variable in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- forListAccess(int) - Method in class com.mysema.query.types.path.ListPath
-
- forListAccess(Expression<Integer>) - Method in class com.mysema.query.types.path.ListPath
-
- forListAccess(Path<?>, Expression<Integer>) - Static method in class com.mysema.query.types.PathMetadataFactory
-
Create a new PathMetadata for indexed list access
- forListAccess(Path<?>, int) - Static method in class com.mysema.query.types.PathMetadataFactory
-
Create a new PathMetadata for indexed list access
- forMapAccess(K) - Method in class com.mysema.query.types.path.MapPath
-
- forMapAccess(Expression<K>) - Method in class com.mysema.query.types.path.MapPath
-
- forMapAccess(Path<?>, Expression<KT>) - Static method in class com.mysema.query.types.PathMetadataFactory
-
Create a new PathMetadata for key based map access
- forMapAccess(Path<?>, KT) - Static method in class com.mysema.query.types.PathMetadataFactory
-
Create a new PathMetadata for for key based map access
- forProperty(String) - Method in class com.mysema.query.types.path.BeanPath
-
- forProperty(Path<?>, String) - Static method in class com.mysema.query.types.PathMetadataFactory
-
Create a new PathMetadata for property access
- forSession() - Method in class com.mysema.query.sql.teradata.SetQueryBandClause
-
- forShare() - Method in class com.mysema.query.sql.postgres.PostgresQuery
-
- forTransaction() - Method in class com.mysema.query.sql.teradata.SetQueryBandClause
-
- forUpdate() - Method in class com.mysema.query.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.mysema.query.types.PathMetadataFactory
-
Create a new PathMetadata for a variable
- from(Path<A>, Iterable<? extends A>) - Method in class com.mysema.query.collections.AbstractCollQuery
-
Add a query source
- from(A, Iterable<A>) - Static method in class com.mysema.query.collections.CollQueryFactory
-
Create a new query
- from(Path<A>, A...) - Static method in class com.mysema.query.collections.CollQueryFactory
-
Create a new query
- from(Path<A>, Iterable<A>) - Static method in class com.mysema.query.collections.CollQueryFactory
-
Create a new query
- from(EntityPath<?>...) - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
- from(EntityPath<?>) - Method in class com.mysema.query.jdo.AbstractJDOSubQuery
-
- from(EntityPath<?>...) - Method in class com.mysema.query.jdo.AbstractJDOSubQuery
-
- from(CollectionExpression<?, P>, EntityPath<P>) - Method in class com.mysema.query.jdo.AbstractJDOSubQuery
-
- from(EntityPath<?>...) - Method in interface com.mysema.query.jdo.JDOCommonQuery
-
Add query sources
- from(EntityPath<?>) - Method in class com.mysema.query.jdo.JDOQueryFactory
-
- from(EntityPath<?>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- from(EntityPath<?>...) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- from(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- from(EntityPath<?>) - Method in class com.mysema.query.jpa.hibernate.HibernateQueryFactory
-
- from(EntityPath<?>) - Method in class com.mysema.query.jpa.impl.JPAQueryFactory
-
- from(EntityPath<?>...) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Set the sources of this query
- from(EntityPath<?>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- from(EntityPath<?>...) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- from(EntityPath<?>) - Method in interface com.mysema.query.jpa.JPQLQueryFactory
-
Create a new Query with the given source
- from(CollectionExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPQLSubQuery
-
- from(Expression<?>) - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- from(Expression<?>...) - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- from(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- from(Expression<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- from(Expression<?>...) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- from(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- from(Expression<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- from(Expression<?>...) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- from(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- from(Expression<?>...) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Defines the sources of the query
- from(SubQueryExpression<?>, Path<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a sub query source
- from(Expression<?>) - Method in interface com.mysema.query.sql.SQLCommonQueryFactory
-
Create a new SELECT query
- from(Expression<?>...) - Method in interface com.mysema.query.sql.SQLCommonQueryFactory
-
Create a new SELECT query
- from(SubQueryExpression<?>, Path<?>) - Method in interface com.mysema.query.sql.SQLCommonQueryFactory
-
Create a new SELECT query
- from(Expression<?>) - Method in class com.mysema.query.support.QueryMixin
-
- from(Expression<?>...) - Method in class com.mysema.query.support.QueryMixin
-
- fromText(String) - Static method in class com.mysema.query.spatial.GeometryExpressions
-
Return a specified ST_Geometry value from Well-Known Text representation (WKT).
- fromText(Expression<String>) - Static method in class com.mysema.query.spatial.GeometryExpressions
-
Return a specified ST_Geometry value from Well-Known Text representation (WKT).
- fromText(String) - Static method in class com.mysema.query.spatial.jts.JTSGeometryExpressions
-
Return a specified ST_Geometry value from Well-Known Text representation (WKT).
- fromText(Expression<String>) - Static method in class com.mysema.query.spatial.jts.JTSGeometryExpressions
-
Return a specified ST_Geometry value from Well-Known Text representation (WKT).
- fullJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
Deprecated.
- fullJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
Deprecated.
- fullJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
Deprecated.
- fullJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
Deprecated.
- fullJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
Deprecated.
- fullJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
Deprecated.
- fullJoin(EntityPath<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Deprecated.
- fullJoin(EntityPath<P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Deprecated.
- fullJoin(CollectionExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Deprecated.
- fullJoin(CollectionExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Deprecated.
- fullJoin(MapExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Deprecated.
- fullJoin(MapExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Deprecated.
- fullJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
Deprecated.
- fullJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
Deprecated.
- fullJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
Deprecated.
- fullJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
Deprecated.
- fullJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
Deprecated.
- fullJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
Deprecated.
- fullJoin(EntityPath<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- fullJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- fullJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- fullJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- fullJoin(EntityPath<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- fullJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- fullJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- fullJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- fullJoin(EntityPath<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a full join to the given target
- fullJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a full join to the given target
- fullJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a full join to the given target
- fullJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a full join to the given target
- fullJoin(Expression<?>) - Method in class com.mysema.query.support.QueryMixin
-
- fullJoin(Expression<P>, Path<P>) - Method in class com.mysema.query.support.QueryMixin
-
- fullJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.support.QueryMixin
-
- fullJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.support.QueryMixin
-
- fullJoin(SubQueryExpression<P>, Path<?>) - Method in class com.mysema.query.support.QueryMixin
-
- fuzzyLike(Path<String>, String) - Static method in class com.mysema.query.lucene.LuceneExpressions
-
Create a fuzzy query
- fuzzyLike(Path<String>, String, float) - Static method in class com.mysema.query.lucene.LuceneExpressions
-
Create a fuzzy query
- fuzzyLike(Path<String>, String, float, int) - Static method in class com.mysema.query.lucene.LuceneExpressions
-
Create a fuzzy query
- GAvg<T extends Number & Comparable<T>> - Class in com.mysema.query.group
-
- GAvg(Expression<T>) - Constructor for class com.mysema.query.group.GAvg
-
- ge(Operation<?>, QueryMetadata) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- GenericExporter - Class in com.mysema.query.codegen
-
GenericExporter provides query type serialization logic for cases where APT annotation processors
can't be used.
- GenericExporter(ClassLoader, Charset) - Constructor for class com.mysema.query.codegen.GenericExporter
-
Create a GenericExporter instance using the given classloader and charset for serializing
source files
- GenericExporter(ClassLoader) - Constructor for class com.mysema.query.codegen.GenericExporter
-
Create a GenericExporter instance using the given classloader and default charset
- GenericExporter(Charset) - Constructor for class com.mysema.query.codegen.GenericExporter
-
Create a GenericExporter instance using the context classloader and the given charset
- GenericExporter() - Constructor for class com.mysema.query.codegen.GenericExporter
-
Create a GenericExporter instance using the context classloader and default charset
- GenericExporterMojo - Class in com.mysema.query.maven
-
GenericExporterMojo calls the GenericExporter tool using the classpath of the module
- GenericExporterMojo() - Constructor for class com.mysema.query.maven.GenericExporterMojo
-
- GeoDBTemplates - Class in com.mysema.query.sql.spatial
-
GeoDBTemplates is a spatial enabled SQL dialect for GeoDB
- GeoDBTemplates() - Constructor for class com.mysema.query.sql.spatial.GeoDBTemplates
-
- GeoDBTemplates(boolean) - Constructor for class com.mysema.query.sql.spatial.GeoDBTemplates
-
- GeoDBTemplates(char, boolean) - Constructor for class com.mysema.query.sql.spatial.GeoDBTemplates
-
- GeoDBWkbType - Class in com.mysema.query.sql.spatial
-
- GeoDBWkbType() - Constructor for class com.mysema.query.sql.spatial.GeoDBWkbType
-
- GEOM_FROM_TEXT - Static variable in class com.mysema.query.spatial.SpatialOps
-
- GEOMETRIES - Static variable in class com.mysema.query.spatial.SpatialOps
-
- GEOMETRY_TYPE - Static variable in class com.mysema.query.spatial.SpatialOps
-
- GeometryCollectionExpression<T extends org.geolatte.geom.GeometryCollection> - Class in com.mysema.query.spatial
-
A GeometryCollection is a geometric object that is a collection of some number of geometric objects.
- GeometryCollectionExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.GeometryCollectionExpression
-
- GeometryCollectionPath<T extends org.geolatte.geom.GeometryCollection> - Class in com.mysema.query.spatial.path
-
- GeometryCollectionPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.path.GeometryCollectionPath
-
- GeometryCollectionPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.path.GeometryCollectionPath
-
- GeometryCollectionPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.GeometryCollectionPath
-
- GeometryCollectionPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.GeometryCollectionPath
-
- GeometryCollectionPath(String) - Constructor for class com.mysema.query.spatial.path.GeometryCollectionPath
-
- GeometryCollectionPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.path.GeometryCollectionPath
-
- GeometryExpression<T extends org.geolatte.geom.Geometry> - Class in com.mysema.query.spatial
-
Geometry is the root class of the hierarchy.
- GeometryExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.GeometryExpression
-
- GeometryExpressions - Class in com.mysema.query.spatial
-
GeometryExpressions contains static functions for GEO operations
- geometryN(Integer) - Method in class com.mysema.query.spatial.GeometryCollectionExpression
-
Returns the Nth geometry in this GeometryCollection.
- geometryN(Integer) - Method in class com.mysema.query.spatial.jts.JTSGeometryCollectionExpression
-
Returns the Nth geometry in this GeometryCollection.
- GEOMETRYN - Static variable in class com.mysema.query.spatial.SpatialOps
-
- GeometryOperation<T extends org.geolatte.geom.Geometry> - Class in com.mysema.query.spatial
-
- GeometryOperation(Class<T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.spatial.GeometryOperation
-
- GeometryOperation(Class<T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.spatial.GeometryOperation
-
- GeometryPath<T extends org.geolatte.geom.Geometry> - Class in com.mysema.query.spatial.path
-
- GeometryPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.path.GeometryPath
-
- GeometryPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.path.GeometryPath
-
- GeometryPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.GeometryPath
-
- GeometryPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.GeometryPath
-
- GeometryPath(String) - Constructor for class com.mysema.query.spatial.path.GeometryPath
-
- GeometryPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.path.GeometryPath
-
- GeometryPaths - Interface in com.mysema.query.spatial.path
-
- geometryType() - Method in class com.mysema.query.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.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns the name of the instantiable subtype of Geometry of which this
geometric object is an instantiable member.
- GeometryWkbType - Class in com.mysema.query.sql.spatial
-
- GeometryWkbType(ByteOrder) - Constructor for class com.mysema.query.sql.spatial.GeometryWkbType
-
- GeometryWktClobType - Class in com.mysema.query.sql.spatial
-
- GeometryWktClobType() - Constructor for class com.mysema.query.sql.spatial.GeometryWktClobType
-
- GeometryWktType - Class in com.mysema.query.sql.spatial
-
- GeometryWktType() - Constructor for class com.mysema.query.sql.spatial.GeometryWktType
-
- get(Method) - Static method in enum com.mysema.query.alias.MethodType
-
- get(boolean, boolean) - Static method in enum com.mysema.query.apt.VisitorConfig
-
- get(boolean, boolean, VisitorConfig) - Static method in enum com.mysema.query.apt.VisitorConfig
-
- get(Class<T>) - Method in class com.mysema.query.codegen.AbstractModule
-
- get(Class<T>, String) - Method in class com.mysema.query.codegen.AbstractModule
-
- get(Class<?>) - Method in class com.mysema.query.codegen.TypeFactory
-
- get(Class<?>, Type) - Method in class com.mysema.query.codegen.TypeFactory
-
- get(Class<?>, AnnotatedElement, Type) - Method in class com.mysema.query.codegen.TypeFactory
-
- get(boolean, Class<?>, Type) - Method in class com.mysema.query.codegen.TypeFactory
-
- get(boolean, Class<?>, AnnotatedElement, Type) - Method in class com.mysema.query.codegen.TypeFactory
-
- get(Object, String) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- get() - Method in interface com.mysema.query.group.GroupCollector
-
- get(RelationalPath<T>) - Method in class com.mysema.query.sql.Beans
-
- get(ResultSet, Path<?>, int, Class<T>) - Method in class com.mysema.query.sql.Configuration
-
- get(int, int, int) - Method in class com.mysema.query.sql.JDBCTypeMapping
-
- get(Class<?>) - Method in class com.mysema.query.sql.JDBCTypeMapping
-
- get() - Method in class com.mysema.query.sql.spring.SpringConnectionProvider
-
- get(int, Class<T>) - Method in interface com.mysema.query.Tuple
-
Get a Tuple element by index
- get(Expression<T>) - Method in interface com.mysema.query.Tuple
-
Get a tuple element by expression
- get(Expression<Integer>) - Method in interface com.mysema.query.types.expr.ArrayExpression
-
Get the element at the given index
- get(int) - Method in interface com.mysema.query.types.expr.ArrayExpression
-
Get the element at the given index
- get(Expression<Integer>) - Method in interface com.mysema.query.types.expr.ListExpression
-
Indexed access
- get(int) - Method in interface com.mysema.query.types.expr.ListExpression
-
Indexed access
- get(Expression<K>) - Method in class com.mysema.query.types.expr.MapExpressionBase
-
- get(K) - Method in class com.mysema.query.types.expr.MapExpressionBase
-
- get(Expression<Integer>) - Method in class com.mysema.query.types.path.ArrayPath
-
Create a expression for indexed access
- get(int) - Method in class com.mysema.query.types.path.ArrayPath
-
Create a expression for indexed access
- get(Expression<Integer>) - Method in class com.mysema.query.types.path.ListPath
-
- get(int) - Method in class com.mysema.query.types.path.ListPath
-
- get(Expression<K>) - Method in class com.mysema.query.types.path.MapPath
-
- get(K) - Method in class com.mysema.query.types.path.MapPath
-
- get(String) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a PathBuilder instance for the given property
- get(String, Class<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a PathBuilder for the given property with the given type
- get(BooleanPath) - Method in class com.mysema.query.types.path.PathBuilder
-
- get(ComparablePath<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
- get(DatePath<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
- get(DateTimePath<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
- get(EnumPath<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
- get(NumberPath<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
- get(Path<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
- get(StringPath) - Method in class com.mysema.query.types.path.PathBuilder
-
- get(TimePath<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
- get(String) - Method in class com.mysema.query.types.path.PathInits
-
- get(String) - Method in class com.mysema.util.BeanMap
-
Returns the value of the bean's property with the given name.
- getAccessor(String, String, Class<?>) - Static method in class com.mysema.util.BeanUtils
-
- getActualTypeArguments() - Method in class com.mysema.query.codegen.ParameterizedTypeImpl
-
- getAdditionalConstructorParameter(EntityType) - Method in class com.mysema.query.codegen.EntitySerializer
-
- getAdditionalConstructorParameter(EntityType) - Method in class com.mysema.query.sql.codegen.MetaDataSerializer
-
- getAliases() - Method in class com.mysema.query.jpa.NativeSQLSerializer
-
- getAlternativeEntityAnnotation() - Method in interface com.mysema.query.apt.Configuration
-
- getAlternativeEntityAnnotation() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getAnnotatedElement(Class<?>, String) - Method in class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.jts.path.JTSGeometryCollectionPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.jts.path.JTSLinearRingPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.jts.path.JTSLineStringPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.jts.path.JTSMultiLineStringPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.jts.path.JTSMultiPointPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.jts.path.JTSMultiPolygonPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.jts.path.JTSPointPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.jts.path.JTSPolygonPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.path.GeometryCollectionPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.path.GeometryPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.path.LinearRingPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.path.LineStringPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.path.MultiLineStringPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.path.MultiPointPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.path.MultiPolygonPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.path.PointPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.path.PolygonPath
-
- getAnnotatedElement() - Method in class com.mysema.query.spatial.path.PolyhedralSurfacePath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.path.ArrayPath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.path.BeanPath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.path.BooleanPath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.path.CollectionPath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.path.ComparablePath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.path.DatePath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.path.DateTimePath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.path.DslPath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.path.EnumPath
-
- getAnnotatedElement() - Method in interface com.mysema.query.types.Path
-
Return the annotated element related to the given path
- getAnnotatedElement() - Method in class com.mysema.query.types.path.ListPath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.path.MapPath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.path.NumberPath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.path.SetPath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.path.SimplePath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.path.StringPath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.path.TimePath
-
- getAnnotatedElement() - Method in class com.mysema.query.types.PathImpl
-
- getAnnotatedElement(Class<?>, String, Class<?>) - Static method in class com.mysema.util.ReflectionUtils
-
- getAnnotation(Class<T>) - Method in class com.mysema.query.codegen.EntityType
-
- getAnnotation(Class<T>) - Method in class com.mysema.query.codegen.Property
-
- getAnnotation(Class<T>) - Method in class com.mysema.util.Annotations
-
- getAnnotationMirrorOfType(Element, Class<? extends Annotation>) - Static method in class com.mysema.query.apt.TypeUtils
-
- getAnnotations() - Method in class com.mysema.query.apt.hibernate.HibernateConfiguration
-
- getAnnotations() - Method in class com.mysema.query.apt.jpa.JPAConfiguration
-
- getAnnotations() - Method in class com.mysema.query.codegen.EntityType
-
- getAnnotations() - Method in class com.mysema.query.codegen.Property
-
- getAnnotations() - Method in class com.mysema.util.Annotations
-
- getAnnotationValueAsTypeMirror(AnnotationMirror, String) - Static method in class com.mysema.query.apt.TypeUtils
-
- getAnnotationValuesAsElements(AnnotationMirror, String) - Static method in class com.mysema.query.apt.TypeUtils
-
- getAny(D) - Static method in class com.mysema.query.alias.Alias
-
Convert the given alias to an expression
- getArg(int) - Method in class com.mysema.query.spatial.GeometryOperation
-
- getArg(int) - Method in class com.mysema.query.spatial.jts.JTSGeometryOperation
-
- getArg(int) - Method in class com.mysema.query.spatial.jts.JTSLineStringOperation
-
- getArg(int) - Method in class com.mysema.query.spatial.jts.JTSPointOperation
-
- getArg(int) - Method in class com.mysema.query.spatial.jts.JTSPolygonOperation
-
- getArg(int) - Method in class com.mysema.query.spatial.LineStringOperation
-
- getArg(int) - Method in class com.mysema.query.spatial.PointOperation
-
- getArg(int) - Method in class com.mysema.query.spatial.PolygonOperation
-
- getArg(int) - Method in class com.mysema.query.sql.RelationalFunctionCall
-
- getArg(int) - Method in class com.mysema.query.types.expr.BooleanOperation
-
- getArg(int) - Method in class com.mysema.query.types.expr.ComparableOperation
-
- getArg(int) - Method in class com.mysema.query.types.expr.DateOperation
-
- getArg(int) - Method in class com.mysema.query.types.expr.DateTimeOperation
-
- getArg(int) - Method in class com.mysema.query.types.expr.DslOperation
-
- getArg(int) - Method in class com.mysema.query.types.expr.EnumOperation
-
- getArg(int) - Method in class com.mysema.query.types.expr.NumberOperation
-
- getArg(int) - Method in class com.mysema.query.types.expr.SimpleOperation
-
- getArg(int) - Method in class com.mysema.query.types.expr.StringOperation
-
- getArg(int) - Method in class com.mysema.query.types.expr.TimeOperation
-
- getArg(int) - Method in interface com.mysema.query.types.Operation
-
Get the argument with the given index
- getArg(int) - Method in class com.mysema.query.types.OperationImpl
-
- getArg(int) - Method in class com.mysema.query.types.template.BooleanTemplate
-
- getArg(int) - Method in class com.mysema.query.types.template.ComparableTemplate
-
- getArg(int) - Method in class com.mysema.query.types.template.DateTemplate
-
- getArg(int) - Method in class com.mysema.query.types.template.DateTimeTemplate
-
- getArg(int) - Method in class com.mysema.query.types.template.DslTemplate
-
- getArg(int) - Method in class com.mysema.query.types.template.EnumTemplate
-
- getArg(int) - Method in class com.mysema.query.types.template.NumberTemplate
-
- getArg(int) - Method in class com.mysema.query.types.template.SimpleTemplate
-
- getArg(int) - Method in class com.mysema.query.types.template.StringTemplate
-
- getArg(int) - Method in class com.mysema.query.types.template.TimeTemplate
-
- getArg(int) - Method in interface com.mysema.query.types.TemplateExpression
-
Get the argument with the given index
- getArg(int) - Method in class com.mysema.query.types.TemplateExpressionImpl
-
- getArgs() - Method in class com.mysema.query.spatial.GeometryOperation
-
- getArgs() - Method in class com.mysema.query.spatial.jts.JTSGeometryOperation
-
- getArgs() - Method in class com.mysema.query.spatial.jts.JTSLineStringOperation
-
- getArgs() - Method in class com.mysema.query.spatial.jts.JTSPointOperation
-
- getArgs() - Method in class com.mysema.query.spatial.jts.JTSPolygonOperation
-
- getArgs() - Method in class com.mysema.query.spatial.LineStringOperation
-
- getArgs() - Method in class com.mysema.query.spatial.PointOperation
-
- getArgs() - Method in class com.mysema.query.spatial.PolygonOperation
-
- getArgs() - Method in class com.mysema.query.sql.QBeans
-
- getArgs() - Method in class com.mysema.query.sql.RelationalFunctionCall
-
- getArgs() - Method in class com.mysema.query.support.EnumConversion
-
- getArgs() - Method in class com.mysema.query.support.NumberConversion
-
- getArgs() - Method in class com.mysema.query.support.NumberConversions
-
- getArgs() - Method in class com.mysema.query.types.ArrayConstructorExpression
-
- getArgs() - Method in class com.mysema.query.types.ConstructorExpression
-
- getArgs() - Method in class com.mysema.query.types.expr.BooleanOperation
-
- getArgs() - Method in class com.mysema.query.types.expr.ComparableOperation
-
- getArgs() - Method in class com.mysema.query.types.expr.DateOperation
-
- getArgs() - Method in class com.mysema.query.types.expr.DateTimeOperation
-
- getArgs() - Method in class com.mysema.query.types.expr.DslOperation
-
- getArgs() - Method in class com.mysema.query.types.expr.EnumOperation
-
- getArgs() - Method in class com.mysema.query.types.expr.NumberOperation
-
- getArgs() - Method in class com.mysema.query.types.expr.SimpleOperation
-
- getArgs() - Method in class com.mysema.query.types.expr.StringOperation
-
- getArgs() - Method in class com.mysema.query.types.expr.TimeOperation
-
- getArgs() - Method in interface com.mysema.query.types.FactoryExpression
-
Get the invocation arguments
- getArgs() - Method in class com.mysema.query.types.FactoryExpressionUtils.FactoryExpressionAdapter
-
- getArgs() - Method in class com.mysema.query.types.MappingProjection
-
- getArgs() - Method in interface com.mysema.query.types.Operation
-
Get the arguments of this operation
- getArgs() - Method in class com.mysema.query.types.OperationImpl
-
- getArgs() - Method in class com.mysema.query.types.QBean
-
- getArgs() - Method in class com.mysema.query.types.QList
-
- getArgs() - Method in class com.mysema.query.types.QMap
-
- getArgs() - Method in class com.mysema.query.types.QTuple
-
- getArgs() - Method in class com.mysema.query.types.template.BooleanTemplate
-
- getArgs() - Method in class com.mysema.query.types.template.ComparableTemplate
-
- getArgs() - Method in class com.mysema.query.types.template.DateTemplate
-
- getArgs() - Method in class com.mysema.query.types.template.DateTimeTemplate
-
- getArgs() - Method in class com.mysema.query.types.template.DslTemplate
-
- getArgs() - Method in class com.mysema.query.types.template.EnumTemplate
-
- getArgs() - Method in class com.mysema.query.types.template.NumberTemplate
-
- getArgs() - Method in class com.mysema.query.types.template.SimpleTemplate
-
- getArgs() - Method in class com.mysema.query.types.template.StringTemplate
-
- getArgs() - Method in class com.mysema.query.types.template.TimeTemplate
-
- getArgs() - Method in interface com.mysema.query.types.TemplateExpression
-
Get the arguments of the custom expression
- getArgs() - Method in class com.mysema.query.types.TemplateExpressionImpl
-
- getArray(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getArray(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getArray(String, Class<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a PArray instance for the given property and the given array type
- getArray(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getArray(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getAsc() - Method in class com.mysema.query.sql.SQLTemplates
-
- getAsciiStream(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getAsciiStream(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getAsciiStream(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getAsciiStream(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getAuthName() - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- getAuthSrid() - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- getAutoIncrement() - Method in class com.mysema.query.sql.SQLTemplates
-
- getBean() - Method in class com.mysema.util.BeanMap
-
Returns the bean currently being operated on.
- getBeanPrefix() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- getBeanPrefix() - Method in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- getBeanSuffix() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- getBeanSuffix() - Method in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- getBeanTargetPackage() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- getBigDecimal(int, int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBigDecimal(String, int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBigDecimal(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBigDecimal(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBigDecimal(int, int) - Method in class com.mysema.util.ResultSetAdapter
-
- getBigDecimal(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getBigDecimal(String, int) - Method in class com.mysema.util.ResultSetAdapter
-
- getBigDecimal(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getBinaryStream(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBinaryStream(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBinaryStream(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getBinaryStream(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getBindings() - Method in class com.mysema.query.sql.SQLBindings
-
- getBlob(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBlob(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBlob(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getBlob(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getBoolean(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBoolean(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBoolean(String) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new Boolean typed path
- getBoolean(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getBoolean(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getByte(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getByte(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getByte(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getByte(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getBytes(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBytes(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getBytes(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getBytes(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getCandidatePath() - Method in class com.mysema.query.jdo.JDOQLSerializer
-
- getCastTypeNameForCode(int) - Method in class com.mysema.query.sql.DB2Templates
-
- getCastTypeNameForCode(int) - Method in class com.mysema.query.sql.FirebirdTemplates
-
- getCastTypeNameForCode(int) - Method in class com.mysema.query.sql.HSQLDBTemplates
-
- getCastTypeNameForCode(int) - Method in class com.mysema.query.sql.MySQLTemplates
-
- getCastTypeNameForCode(int) - Method in class com.mysema.query.sql.OracleTemplates
-
- getCastTypeNameForCode(int) - Method in class com.mysema.query.sql.SQLTemplates
-
- getCategory() - Method in class com.mysema.query.codegen.EntityType
-
- getCharacterStream(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getCharacterStream(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getCharacterStream(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getCharacterStream(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getClassName(String) - Method in class com.mysema.query.sql.codegen.DefaultNamingStrategy
-
- getClassName(String) - Method in interface com.mysema.query.sql.codegen.NamingStrategy
-
Convert the given tableName to a simple class name
- getClassName(String) - Method in class com.mysema.query.sql.codegen.OriginalNamingStrategy
-
- getClob(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getClob(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getClob(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getClob(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getCodeForTypeName(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- getCollection(Class<?>) - Method in class com.mysema.query.mongodb.MongodbQuery
-
- getCollection(Class<?>) - Method in class com.mysema.query.mongodb.morphia.MorphiaQuery
-
- getCollection(String, Class<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new Collection typed path
- getCollection(String, Class<A>, Class<E>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new Collection typed path
- getColumnAlias() - Method in class com.mysema.query.sql.SQLTemplates
-
- getColumnMetadata(Path<?>) - Static method in class com.mysema.query.sql.ColumnMetadata
-
Returns this path's column metadata if present.
- getColumnOverride(SchemaAndTable, String) - Method in class com.mysema.query.sql.Configuration
-
Get the column override
- getColumns(RelationalPath<?>) - Method in class com.mysema.query.sql.dml.AbstractMapper
-
- getColumns() - Method in class com.mysema.query.sql.dml.SQLInsertBatch
-
- getColumns() - Method in class com.mysema.query.sql.dml.SQLMergeBatch
-
- getColumns() - Method in interface com.mysema.query.sql.RelationalPath
-
Get all columns
- getColumns() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getColumns() - Method in class com.mysema.query.sql.support.IndexData
-
- getColumns() - Method in class com.mysema.query.sql.support.PrimaryKeyData
-
- getComparable(String, Class<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new Comparable typed path
- getConcurrency() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getConcurrency() - Method in class com.mysema.util.ResultSetAdapter
-
- getCondition() - Method in class com.mysema.query.JoinExpression
-
- getConfig(TypeElement, List<? extends Element>) - Method in interface com.mysema.query.apt.Configuration
-
- getConfig(TypeElement, List<? extends Element>) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getConfig(TypeElement, List<? extends Element>) - Method in class com.mysema.query.apt.jdo.JDOConfiguration
-
- getConfig(TypeElement, List<? extends Element>) - Method in class com.mysema.query.apt.jpa.JPAConfiguration
-
- getConfig(Config) - Static method in class com.mysema.query.codegen.SimpleSerializerConfig
-
- getConfiguration() - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter
-
- getConfiguration() - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- getConfiguration() - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- getConnection() - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- getConnection() - Method in interface com.mysema.query.sql.SQLListenerContext
-
NOTE : This can be null depending on the stage of the query execution
- getConnection() - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- getConstant() - Method in interface com.mysema.query.types.Constant
-
Get the constant
- getConstant() - Method in class com.mysema.query.types.ConstantImpl
-
- getConstantPaths() - Method in class com.mysema.query.sql.SQLSerializer
-
- getConstantPrefix() - Method in class com.mysema.query.support.SerializerBase
-
- getConstants() - Method in class com.mysema.query.jdo.JDOQLSerializer
-
- getConstants() - Method in class com.mysema.query.sql.SQLSerializer
-
- getConstantToLabel() - Method in class com.mysema.query.jdo.JDOQLSerializer
-
- getConstantToLabel() - Method in class com.mysema.query.support.SerializerBase
-
- getConstructor(Class<C>, Class<?>[]) - Static method in class com.mysema.query.util.ConstructorUtils
-
Returns the constructor where the formal parameter list matches the
givenTypes argument.
- getConstructorParameters(Class<?>, Class<?>[]) - Static method in class com.mysema.query.util.ConstructorUtils
-
Returns the parameters for the constructor that matches the given types.
- getConstructors() - Method in class com.mysema.query.codegen.EntityType
-
- getCount() - Method in class com.mysema.query.sql.SQLTemplates
-
- getCountStar() - Method in class com.mysema.query.sql.SQLTemplates
-
- getCreateIndex() - Method in class com.mysema.query.sql.SQLTemplates
-
- getCreateTable() - Method in class com.mysema.query.sql.SQLTemplates
-
- getCreateUniqueIndex() - Method in class com.mysema.query.sql.SQLTemplates
-
- getCurrent() - Method in class com.mysema.query.alias.AliasFactory
-
Get the current thread bound expression without reseting it
- getCurrentAndReset() - Method in class com.mysema.query.alias.AliasFactory
-
Get the current thread bound expression and reset it
- getCursorName() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getCursorName() - Method in class com.mysema.util.ResultSetAdapter
-
- getCustomKey(Annotation) - Method in interface com.mysema.query.codegen.AnnotationHelper
-
Get specific object that will be used as part of type cache key.
- getCustomKey(Annotation) - Method in class com.mysema.query.maven.JPATemporalAnnotationHelper
-
- getCustomTypes() - Method in class com.mysema.query.sql.SQLTemplates
-
- getData() - Method in class com.mysema.query.codegen.EntityType
-
- getData() - Method in class com.mysema.query.codegen.Property
-
- getData(String) - Method in interface com.mysema.query.sql.SQLListenerContext
-
The context getData is a general purpose place that listeners can place objects.
- getData(String) - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- getDate(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getDate(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getDate(int, Calendar) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getDate(String, Calendar) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getDate(String, Class<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new Date path
- getDate(int, Calendar) - Method in class com.mysema.util.ResultSetAdapter
-
- getDate(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getDate(String, Calendar) - Method in class com.mysema.util.ResultSetAdapter
-
- getDate(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getDateTime(String, Class<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new DateTime path
- getDayOfMonth(Date) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- getDayOfWeek(Date) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- getDayOfYear(Date) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- getDbPassword() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- getDbUrl() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- getDbUserName() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- getDeclaredAnnotations() - Method in class com.mysema.util.Annotations
-
- getDeclaringType() - Method in class com.mysema.query.codegen.Delegate
-
- getDeclaringType() - Method in class com.mysema.query.codegen.Property
-
- getDefault() - Static method in class com.mysema.query.collections.DefaultQueryEngine
-
- getDefaultAlias(EntityType) - Method in class com.mysema.query.sql.codegen.DefaultNamingStrategy
-
- getDefaultAlias(EntityType) - Method in interface com.mysema.query.sql.codegen.NamingStrategy
-
Get the default alias for the given EntityType
- getDefaultAlias(EntityType) - Method in class com.mysema.query.sql.codegen.OriginalNamingStrategy
-
- getDefaultValues() - Method in class com.mysema.query.sql.SQLTemplates
-
- getDefaultVariableName(EntityType) - Method in class com.mysema.query.sql.codegen.DefaultNamingStrategy
-
- getDefaultVariableName(EntityType) - Method in interface com.mysema.query.sql.codegen.NamingStrategy
-
Get the default variable name for the given EntityType
- getDefaultVariableName(EntityType) - Method in class com.mysema.query.sql.codegen.OriginalNamingStrategy
-
- getDelegates() - Method in class com.mysema.query.codegen.EntityType
-
- getDelegateType() - Method in class com.mysema.query.codegen.Delegate
-
- getDelete() - Method in class com.mysema.query.sql.SQLTemplates
-
- getDesc() - Method in class com.mysema.query.sql.SQLTemplates
-
- getDetachable() - Method in class com.mysema.query.support.DetachableAdapter
-
- getDigits() - Method in class com.mysema.query.sql.ColumnMetadata
-
the number of fractional digits
- getDistinctCountEnd() - Method in class com.mysema.query.sql.SQLTemplates
-
- getDistinctCountStart() - Method in class com.mysema.query.sql.SQLTemplates
-
- getDouble(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getDouble(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getDouble(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getDouble(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getDTOSerializer() - Method in interface com.mysema.query.apt.Configuration
-
- getDTOSerializer() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getDummyTable() - Method in class com.mysema.query.sql.SQLTemplates
-
- getElement() - Method in class com.mysema.query.types.PathMetadata
-
- getElements() - Method in class com.mysema.query.types.Template
-
- getElementType() - Method in class com.mysema.query.types.ArrayConstructorExpression
-
- getElementType() - Method in class com.mysema.query.types.expr.CollectionExpressionBase
-
- getElementType() - Method in class com.mysema.query.types.expr.CollectionOperation
-
- getElementType() - Method in class com.mysema.query.types.path.ArrayPath
-
- getElementType() - Method in class com.mysema.query.types.path.CollectionPath
-
- getElementType() - Method in class com.mysema.query.types.path.ListPath
-
- getElementType() - Method in class com.mysema.query.types.path.SetPath
-
- getElementType() - Method in class com.mysema.query.types.query.ListSubQuery
-
- getEmbeddableAnnotation() - Method in interface com.mysema.query.apt.Configuration
-
- getEmbeddableAnnotation() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getEmbeddableSerializer() - Method in interface com.mysema.query.apt.Configuration
-
- getEmbeddableSerializer() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getEmbeddedAnnotation() - Method in interface com.mysema.query.apt.Configuration
-
- getEmbeddedAnnotation() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getEntitiesAnnotation() - Method in interface com.mysema.query.apt.Configuration
-
- getEntitiesAnnotation() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getEntity() - Method in class com.mysema.query.sql.ForeignKey
-
- getEntity() - Method in class com.mysema.query.sql.PrimaryKey
-
- getEntity() - Method in interface com.mysema.query.sql.SQLListenerContext
-
NOTE : This can be null depending on the stage of the query execution
- getEntity() - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- getEntityAnnotation() - Method in interface com.mysema.query.apt.Configuration
-
- getEntityAnnotation() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getEntityAnnotations() - Method in interface com.mysema.query.apt.Configuration
-
- getEntityAnnotations() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getEntitySerializer() - Method in interface com.mysema.query.apt.Configuration
-
- getEntitySerializer() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getEntityType(TypeMirror, boolean) - Method in class com.mysema.query.apt.ExtendedTypeFactory
-
- getEntityType() - Method in class com.mysema.query.codegen.Supertype
-
- getEntityType(Class<?>) - Method in class com.mysema.query.codegen.TypeFactory
-
- getEntityTypes() - Method in class com.mysema.query.apt.ExtendedTypeFactory
-
- getEnum(String, Class<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new Enum path
- getEscapeChar() - Method in class com.mysema.query.types.Templates
-
- getEscapedName() - Method in class com.mysema.query.codegen.Property
-
- getEscapedPropertyNames() - Method in class com.mysema.query.codegen.EntityType
-
- getException() - Method in interface com.mysema.query.sql.SQLListenerContext
-
NOTE : This can be null depending on whether an exception occurred
- getException() - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- getExistsProjection() - Method in class com.mysema.query.jpa.HQLTemplates
-
- getExistsProjection() - Method in class com.mysema.query.jpa.JPQLTemplates
-
- getExportedKeys(DatabaseMetaData, String, String, String) - Method in class com.mysema.query.sql.codegen.KeyDataFactory
-
- getExpression() - Method in class com.mysema.query.group.AbstractGroupExpression
-
- getExpression() - Method in interface com.mysema.query.group.GroupExpression
-
- getExprType(Type, EntityType, boolean) - Method in class com.mysema.query.codegen.TypeMappings
-
- getExprType(Type, EntityType, boolean, boolean, boolean) - Method in class com.mysema.query.codegen.TypeMappings
-
- getFetchDirection() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getFetchDirection() - Method in class com.mysema.util.ResultSetAdapter
-
- getFetchSize() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getFetchSize() - Method in class com.mysema.util.ResultSetAdapter
-
- getFieldOrNull(Class<?>, String) - Static method in class com.mysema.util.ReflectionUtils
-
- getFields(Class<?>) - Static method in class com.mysema.util.ReflectionUtils
-
- getFlag() - Method in class com.mysema.query.JoinFlag
-
- getFlag() - Method in class com.mysema.query.QueryFlag
-
- getFlags() - Method in class com.mysema.query.DefaultQueryMetadata
-
- getFlags() - Method in class com.mysema.query.EmptyMetadata
-
- getFlags() - Method in class com.mysema.query.JoinExpression
-
- getFlags() - Method in interface com.mysema.query.QueryMetadata
-
- getFloat(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getFloat(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getFloat(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getFloat(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getForeignColumns() - Method in class com.mysema.query.sql.ForeignKey
-
- getForeignColumns() - Method in class com.mysema.query.sql.support.ForeignKeyData
-
- getForeignColumns() - Method in class com.mysema.query.sql.support.InverseForeignKeyData
-
- getForeignColumns() - Method in interface com.mysema.query.sql.support.KeyData
-
- getForeignKeys() - Method in interface com.mysema.query.sql.RelationalPath
-
Get the foreign keys for this relation
- getForeignKeys() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getForeignKeysClassName() - Method in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- getForeignKeysClassName() - Method in interface com.mysema.query.sql.codegen.NamingStrategy
-
Get the class name for the foreign keys inner class
- getForeignKeysVariable(EntityType) - Method in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- getForeignKeysVariable(EntityType) - Method in class com.mysema.query.sql.codegen.DefaultNamingStrategy
-
- getForeignKeysVariable(EntityType) - Method in interface com.mysema.query.sql.codegen.NamingStrategy
-
Get the field name for the foreign keys class instance
- getFrom() - Method in class com.mysema.query.sql.SQLTemplates
-
- getFullJoin() - Method in class com.mysema.query.sql.SQLTemplates
-
- getGeneratedFiles() - Method in class com.mysema.query.codegen.GenericExporter
-
- getGeneratedFiles() - Method in class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
- getGetterOrNull(Class<?>, String) - Static method in class com.mysema.util.ReflectionUtils
-
- getGetterOrNull(Class<?>, String, Class<?>) - Static method in class com.mysema.util.ReflectionUtils
-
- getGroup(GroupExpression<T, R>) - Method in interface com.mysema.query.group.Group
-
Returns the value of the given group.
- getGroupBy() - Method in class com.mysema.query.DefaultQueryMetadata
-
- getGroupBy() - Method in class com.mysema.query.EmptyMetadata
-
- getGroupBy() - Method in interface com.mysema.query.QueryMetadata
-
Get the group by expressions
- getGroupBy() - Method in class com.mysema.query.sql.SQLTemplates
-
- getHaving() - Method in class com.mysema.query.DefaultQueryMetadata
-
- getHaving() - Method in class com.mysema.query.EmptyMetadata
-
- getHaving() - Method in interface com.mysema.query.QueryMetadata
-
Get the having expressions
- getHaving() - Method in class com.mysema.query.sql.SQLTemplates
-
- getHoldability() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getHoldability() - Method in class com.mysema.util.ResultSetAdapter
-
- getHour(Date) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- getId() - Method in interface com.mysema.query.types.Operator
-
Get the unique id for this Operator
- getId() - Method in class com.mysema.query.types.OperatorImpl
-
Get the unique id for this Operator
- getId() - Method in enum com.mysema.query.types.PathType
-
- getIds(Class<?>, Predicate) - Method in class com.mysema.query.mongodb.MongodbQuery
-
- getImplementedInterfaces(Class<?>) - Static method in class com.mysema.util.ReflectionUtils
-
- getImportedKeys(DatabaseMetaData, String, String, String) - Method in class com.mysema.query.sql.codegen.KeyDataFactory
-
- getImports() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- getImports() - Method in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- getIndex() - Method in class com.mysema.query.sql.ColumnMetadata
-
- getIndex() - Method in class com.mysema.query.types.Template.ByIndex
-
- getInits() - Method in class com.mysema.query.codegen.Property
-
- getInnerJoin() - Method in class com.mysema.query.sql.SQLTemplates
-
- getInnerType() - Method in class com.mysema.query.codegen.EntityType
-
- getInsertInto() - Method in class com.mysema.query.sql.SQLTemplates
-
- getInt(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getInt(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getInt(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getInt(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getInverseForeignKeys() - Method in interface com.mysema.query.sql.RelationalPath
-
Get the inverse foreign keys for this relation
- getInverseForeignKeys() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getJavaType(int, int, int, String, String) - Method in class com.mysema.query.sql.Configuration
-
Deprecated.
- getJavaType(int, String, int, int, String, String) - Method in class com.mysema.query.sql.Configuration
-
Get the java type for the given jdbc type, table name and column name
- getJdbcDriverClass() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- getJdbcType() - Method in class com.mysema.query.sql.ColumnMetadata
-
- getJoin() - Method in class com.mysema.query.sql.SQLTemplates
-
- getJoins() - Method in class com.mysema.query.DefaultQueryMetadata
-
- getJoins() - Method in class com.mysema.query.EmptyMetadata
-
- getJoins() - Method in interface com.mysema.query.QueryMetadata
-
Get the query joins
- getJoins() - Method in class com.mysema.query.support.OrderedQueryMetadata
-
- getJoinSymbol(JoinType) - Method in class com.mysema.query.sql.SQLTemplates
-
- getKey() - Method in class com.mysema.query.sql.SQLTemplates
-
- getKey() - Method in class com.mysema.util.BeanMap.MyMapEntry
-
- getKeyForPath(Path<?>, PathMetadata<?>) - Method in class com.mysema.query.mongodb.MongodbSerializer
-
- getKeyForPath(Path<?>, PathMetadata<?>) - Method in class com.mysema.query.mongodb.morphia.MorphiaSerializer
-
- getKeys() - Method in class com.mysema.query.sql.dml.SQLMergeBatch
-
- getKeyType() - Method in class com.mysema.query.types.path.MapPath
-
- getKeywords() - Method in interface com.mysema.query.apt.Configuration
-
- getKeywords() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getLeftJoin() - Method in class com.mysema.query.sql.SQLTemplates
-
- getLength() - Method in class com.mysema.query.support.SerializerBase
-
- getLimit() - Method in class com.mysema.query.QueryModifiers
-
- getLimit() - Method in class com.mysema.query.SearchResults
-
- getLimitAsInteger() - Method in class com.mysema.query.QueryModifiers
-
- getLimitTemplate() - Method in class com.mysema.query.sql.SQLTemplates
-
- getList(Expression<T>) - Method in interface com.mysema.query.group.Group
-
Returns a List of values in this group.
- getList(String, Class<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new List typed path
- getList(String, Class<A>, Class<E>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new List typed path
- getListeners() - Method in class com.mysema.query.sql.Configuration
-
- getListMaxSize() - Method in class com.mysema.query.sql.SQLTemplates
-
- getLiteral(Geometry) - Method in class com.mysema.query.sql.spatial.GeoDBWkbType
-
- getLiteral(Geometry) - Method in class com.mysema.query.sql.spatial.GeometryWkbType
-
- getLiteral(Geometry) - Method in class com.mysema.query.sql.spatial.GeometryWktClobType
-
- getLiteral(Geometry) - Method in class com.mysema.query.sql.spatial.GeometryWktType
-
- getLiteral(Geometry) - Method in class com.mysema.query.sql.spatial.MySQLWkbType
-
- getLiteral(Geometry) - Method in class com.mysema.query.sql.spatial.PGgeometryType
-
- getLiteral(Geometry) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryType
-
- getLiteral(T) - Method in class com.mysema.query.sql.types.AbstractType
-
- getLiteral(Boolean) - Method in class com.mysema.query.sql.types.BooleanType
-
- getLiteral(Calendar) - Method in class com.mysema.query.sql.types.CalendarType
-
- getLiteral(DateTime) - Method in class com.mysema.query.sql.types.DateTimeType
-
- getLiteral(Date) - Method in class com.mysema.query.sql.types.DateType
-
- getLiteral(LocalDateTime) - Method in class com.mysema.query.sql.types.LocalDateTimeType
-
- getLiteral(LocalDate) - Method in class com.mysema.query.sql.types.LocalDateType
-
- getLiteral(LocalTime) - Method in class com.mysema.query.sql.types.LocalTimeType
-
- getLiteral(Timestamp) - Method in class com.mysema.query.sql.types.TimestampType
-
- getLiteral(Time) - Method in class com.mysema.query.sql.types.TimeType
-
- getLiteral(T) - Method in interface com.mysema.query.sql.types.Type
-
Get the literal representation
- getLiteral(Date) - Method in class com.mysema.query.sql.types.UtilDateType
-
- getLocalColumns() - Method in class com.mysema.query.sql.ForeignKey
-
- getLocalColumns() - Method in class com.mysema.query.sql.PrimaryKey
-
- getLong(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getLong(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getLong(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getLong(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getMap(Expression<K>, Expression<V>) - Method in interface com.mysema.query.group.Group
-
Returns a Map of values in this group
- getMap(String, Class<K>, Class<V>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new Map typed path
- getMap(String, Class<K>, Class<V>, Class<E>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new Map typed path
- getMergeInto() - Method in class com.mysema.query.sql.SQLTemplates
-
- getMetadata() - Method in class com.mysema.query.collections.AbstractCollQuery
-
- getMetadata() - Method in class com.mysema.query.collections.CollQuery
-
- getMetadata() - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
- getMetadata() - Method in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- getMetadata() - Method in class com.mysema.query.jpa.JPAQueryBase
-
- getMetadata() - Method in class com.mysema.query.spatial.jts.path.JTSGeometryCollectionPath
-
- getMetadata() - Method in class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- getMetadata() - Method in class com.mysema.query.spatial.jts.path.JTSLinearRingPath
-
- getMetadata() - Method in class com.mysema.query.spatial.jts.path.JTSLineStringPath
-
- getMetadata() - Method in class com.mysema.query.spatial.jts.path.JTSMultiLineStringPath
-
- getMetadata() - Method in class com.mysema.query.spatial.jts.path.JTSMultiPointPath
-
- getMetadata() - Method in class com.mysema.query.spatial.jts.path.JTSMultiPolygonPath
-
- getMetadata() - Method in class com.mysema.query.spatial.jts.path.JTSPointPath
-
- getMetadata() - Method in class com.mysema.query.spatial.jts.path.JTSPolygonPath
-
- getMetadata() - Method in class com.mysema.query.spatial.path.GeometryCollectionPath
-
- getMetadata() - Method in class com.mysema.query.spatial.path.GeometryPath
-
- getMetadata() - Method in class com.mysema.query.spatial.path.LinearRingPath
-
- getMetadata() - Method in class com.mysema.query.spatial.path.LineStringPath
-
- getMetadata() - Method in class com.mysema.query.spatial.path.MultiLineStringPath
-
- getMetadata() - Method in class com.mysema.query.spatial.path.MultiPointPath
-
- getMetadata() - Method in class com.mysema.query.spatial.path.MultiPolygonPath
-
- getMetadata() - Method in class com.mysema.query.spatial.path.PointPath
-
- getMetadata() - Method in class com.mysema.query.spatial.path.PolygonPath
-
- getMetadata() - Method in class com.mysema.query.spatial.path.PolyhedralSurfacePath
-
- getMetadata() - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- getMetaData() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getMetadata() - Method in class com.mysema.query.sql.dml.SQLUpdateBatch
-
- getMetadata() - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- getMetadata(Path<?>) - Method in interface com.mysema.query.sql.RelationalPath
-
Returns the metadata for this path or null if none was assigned.
- getMetadata(Path<?>) - Method in class com.mysema.query.sql.RelationalPathBase
-
- getMetadata() - Method in interface com.mysema.query.sql.SQLListenerContext
-
- getMetadata() - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- getMetadata() - Method in class com.mysema.query.support.QueryMixin
-
- getMetadata(Path<?>) - Method in interface com.mysema.query.types.EntityPath
-
Returns additional metadata for the given property path or null if none is available
- getMetadata() - Method in class com.mysema.query.types.path.ArrayPath
-
- getMetadata() - Method in class com.mysema.query.types.path.BeanPath
-
- getMetadata() - Method in class com.mysema.query.types.path.BooleanPath
-
- getMetadata() - Method in class com.mysema.query.types.path.CollectionPath
-
- getMetadata(Path<?>) - Method in class com.mysema.query.types.path.ComparableEntityPath
-
- getMetadata() - Method in class com.mysema.query.types.path.ComparablePath
-
- getMetadata() - Method in class com.mysema.query.types.path.DatePath
-
- getMetadata() - Method in class com.mysema.query.types.path.DateTimePath
-
- getMetadata() - Method in class com.mysema.query.types.path.DslPath
-
- getMetadata(Path<?>) - Method in class com.mysema.query.types.path.EntityPathBase
-
- getMetadata() - Method in class com.mysema.query.types.path.EnumPath
-
- getMetadata() - Method in interface com.mysema.query.types.Path
-
Get the metadata for this path
- getMetadata() - Method in class com.mysema.query.types.path.ListPath
-
- getMetadata() - Method in class com.mysema.query.types.path.MapPath
-
- getMetadata() - Method in class com.mysema.query.types.path.NumberPath
-
- getMetadata(Path<?>) - Method in class com.mysema.query.types.path.PathBuilder
-
- getMetadata() - Method in class com.mysema.query.types.path.SetPath
-
- getMetadata() - Method in class com.mysema.query.types.path.SimplePath
-
- getMetadata() - Method in class com.mysema.query.types.path.StringPath
-
- getMetadata() - Method in class com.mysema.query.types.path.TimePath
-
- getMetadata() - Method in class com.mysema.query.types.PathImpl
-
- getMetadata() - Method in class com.mysema.query.types.query.BooleanSubQuery
-
- getMetadata() - Method in class com.mysema.query.types.query.ComparableSubQuery
-
- getMetadata() - Method in class com.mysema.query.types.query.DateSubQuery
-
- getMetadata() - Method in class com.mysema.query.types.query.DateTimeSubQuery
-
- getMetadata() - Method in class com.mysema.query.types.query.ListSubQuery
-
- getMetadata() - Method in class com.mysema.query.types.query.NumberSubQuery
-
- getMetadata() - Method in class com.mysema.query.types.query.SimpleSubQuery
-
- getMetadata() - Method in class com.mysema.query.types.query.StringSubQuery
-
- getMetadata() - Method in class com.mysema.query.types.query.TimeSubQuery
-
- getMetadata() - Method in interface com.mysema.query.types.SubQueryExpression
-
Get the query metadata for the subquery
- getMetadata() - Method in class com.mysema.query.types.SubQueryExpressionImpl
-
- getMetaData() - Method in class com.mysema.util.ResultSetAdapter
-
- getMilliSecond(Date) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- getMinute(Date) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- getModifiers() - Method in class com.mysema.query.DefaultQueryMetadata
-
- getModifiers() - Method in class com.mysema.query.EmptyMetadata
-
- getModifiers() - Method in interface com.mysema.query.QueryMetadata
-
Get the QueryModifiers
- getMonth(Date) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- getName() - Method in class com.mysema.query.codegen.Delegate
-
- getName() - Method in class com.mysema.query.codegen.Property
-
- getName() - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter.Property
-
- getName(Path<?>) - Static method in class com.mysema.query.sql.ColumnMetadata
-
- getName() - Method in class com.mysema.query.sql.ColumnMetadata
-
- getName() - Method in class com.mysema.query.sql.support.ColumnData
-
- getName() - Method in class com.mysema.query.sql.support.ForeignKeyData
-
- getName() - Method in class com.mysema.query.sql.support.IndexData
-
- getName() - Method in class com.mysema.query.sql.support.InverseForeignKeyData
-
- getName() - Method in interface com.mysema.query.sql.support.KeyData
-
- getName() - Method in class com.mysema.query.sql.support.PrimaryKeyData
-
- getName() - Method in class com.mysema.query.types.expr.Param
-
- getName() - Method in interface com.mysema.query.types.ParamExpression
-
Get the name of the parameter
- getName() - Method in class com.mysema.query.types.ParamExpressionImpl
-
- getName() - Method in class com.mysema.query.types.PathMetadata
-
- getNamePrefix() - Method in interface com.mysema.query.apt.Configuration
-
- getNamePrefix() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getNamePrefix() - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter
-
- getNamePrefix() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- getNameSuffix() - Method in interface com.mysema.query.apt.Configuration
-
- getNameSuffix() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getNameSuffix() - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter
-
- getNameSuffix() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- getNCharacterStream(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getNCharacterStream(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getNCharacterStream(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getNCharacterStream(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getNClob(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getNClob(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getNClob(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getNClob(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getNotNull() - Method in class com.mysema.query.sql.SQLTemplates
-
- getNotSetMessage() - Method in class com.mysema.query.types.expr.Param
-
- getNotSetMessage() - Method in interface com.mysema.query.types.ParamExpression
-
- getNotSetMessage() - Method in class com.mysema.query.types.ParamExpressionImpl
-
- getNString(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getNString(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getNString(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getNString(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getNullHandling() - Method in class com.mysema.query.types.OrderSpecifier
-
- getNullsFirst() - Method in class com.mysema.query.sql.SQLTemplates
-
- getNullsLast() - Method in class com.mysema.query.sql.SQLTemplates
-
- getNumber(String, Class<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new Number typed path
- getObject(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getObject(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getObject(int, Map<String, Class<?>>) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getObject(String, Map<String, Class<?>>) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getObject(int, Class<T>) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getObject(String, Class<T>) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getObject(int, Map<String, Class<?>>) - Method in class com.mysema.util.ResultSetAdapter
-
- getObject(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getObject(int, Class<T>) - Method in class com.mysema.util.ResultSetAdapter
-
- getObject(String, Map<String, Class<?>>) - Method in class com.mysema.util.ResultSetAdapter
-
- getObject(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getObject(String, Class<T>) - Method in class com.mysema.util.ResultSetAdapter
-
- getOffset() - Method in class com.mysema.query.QueryModifiers
-
- getOffset() - Method in class com.mysema.query.SearchResults
-
- getOffsetAsInteger() - Method in class com.mysema.query.QueryModifiers
-
- getOffsetTemplate() - Method in class com.mysema.query.sql.SQLTemplates
-
- getOn() - Method in class com.mysema.query.sql.SQLTemplates
-
- getOne(Expression<T>) - Method in interface com.mysema.query.group.Group
-
Returns the value of the given single valued expression.
- getOperator() - Method in class com.mysema.query.spatial.GeometryOperation
-
- getOperator() - Method in class com.mysema.query.spatial.jts.JTSGeometryOperation
-
- getOperator() - Method in class com.mysema.query.spatial.jts.JTSLineStringOperation
-
- getOperator() - Method in class com.mysema.query.spatial.jts.JTSPointOperation
-
- getOperator() - Method in class com.mysema.query.spatial.jts.JTSPolygonOperation
-
- getOperator() - Method in class com.mysema.query.spatial.LineStringOperation
-
- getOperator() - Method in class com.mysema.query.spatial.PointOperation
-
- getOperator() - Method in class com.mysema.query.spatial.PolygonOperation
-
- getOperator() - Method in class com.mysema.query.types.expr.BooleanOperation
-
- getOperator() - Method in class com.mysema.query.types.expr.ComparableOperation
-
- getOperator() - Method in class com.mysema.query.types.expr.DateOperation
-
- getOperator() - Method in class com.mysema.query.types.expr.DateTimeOperation
-
- getOperator() - Method in class com.mysema.query.types.expr.DslOperation
-
- getOperator() - Method in class com.mysema.query.types.expr.EnumOperation
-
- getOperator() - Method in class com.mysema.query.types.expr.NumberOperation
-
- getOperator() - Method in class com.mysema.query.types.expr.SimpleOperation
-
- getOperator() - Method in class com.mysema.query.types.expr.StringOperation
-
- getOperator() - Method in class com.mysema.query.types.expr.TimeOperation
-
- getOperator() - Method in interface com.mysema.query.types.Operation
-
Get the operator symbol for this operation
- getOperator() - Method in class com.mysema.query.types.OperationImpl
-
- getOrder() - Method in class com.mysema.query.types.OrderSpecifier
-
Get the order of this specifier
- getOrderBy() - Method in class com.mysema.query.DefaultQueryMetadata
-
- getOrderBy() - Method in class com.mysema.query.EmptyMetadata
-
- getOrderBy() - Method in interface com.mysema.query.QueryMetadata
-
Get the OrderSpecifiers
- getOrderBy() - Method in class com.mysema.query.sql.SQLTemplates
-
- getOriginalCategory() - Method in class com.mysema.query.codegen.EntityType
-
- getOverride(SchemaAndTable) - Method in class com.mysema.query.sql.Configuration
-
Get the schema/table override
- getOwnerType() - Method in class com.mysema.query.codegen.ParameterizedTypeImpl
-
- getPackageName() - Method in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- getParameter(int) - Method in class com.mysema.query.codegen.Property
-
- getParameter(int) - Method in class com.mysema.query.types.expr.CollectionOperation
-
- getParameter(int) - Method in interface com.mysema.query.types.ParametrizedExpression
-
- getParameter(int) - Method in class com.mysema.query.types.path.CollectionPath
-
- getParameter(int) - Method in class com.mysema.query.types.path.ListPath
-
- getParameter(int) - Method in class com.mysema.query.types.path.MapPath
-
- getParameter(int) - Method in class com.mysema.query.types.path.SetPath
-
- getParameter(int) - Method in class com.mysema.query.types.query.ListSubQuery
-
- getParameters() - Method in class com.mysema.query.codegen.Delegate
-
- getParams() - Method in class com.mysema.query.DefaultQueryMetadata
-
- getParams() - Method in class com.mysema.query.EmptyMetadata
-
- getParams() - Method in interface com.mysema.query.QueryMetadata
-
Get the parameters
- getParent() - Method in class com.mysema.query.types.PathMetadata
-
- getParentColumns() - Method in class com.mysema.query.sql.support.ForeignKeyData
-
- getParentColumns() - Method in class com.mysema.query.sql.support.InverseForeignKeyData
-
- getParentColumns() - Method in interface com.mysema.query.sql.support.KeyData
-
- getPathType(Type, EntityType, boolean) - Method in class com.mysema.query.codegen.TypeMappings
-
- getPathType(Type, EntityType, boolean, boolean, boolean) - Method in class com.mysema.query.codegen.TypeMappings
-
- getPathType() - Method in class com.mysema.query.types.PathMetadata
-
- getPersistenceUnitName() - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter
-
- getPosition() - Method in class com.mysema.query.JoinFlag
-
- getPosition() - Method in class com.mysema.query.QueryFlag
-
- getPrecedence(Operator<?>) - Method in class com.mysema.query.types.Templates
-
- getPrefix() - Method in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- getPreparedStatement() - Method in interface com.mysema.query.sql.SQLListenerContext
-
NOTE : This can be null depending on the stage of the query execution
- getPreparedStatement() - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- getPreparedStatements() - Method in interface com.mysema.query.sql.SQLListenerContext
-
NOTE : This can be empty depending on the stage of the query execution
- getPreparedStatements() - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- getPrimaryKey() - Method in interface com.mysema.query.sql.RelationalPath
-
Get the primary key for this relation or null if none exists
- getPrimaryKey() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getPrimaryKeys(DatabaseMetaData, String, String, String) - Method in class com.mysema.query.sql.codegen.KeyDataFactory
-
- getPrimaryKeysClassName() - Method in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- getPrimaryKeysClassName() - Method in interface com.mysema.query.sql.codegen.NamingStrategy
-
Get the class name for the primary keys inner class
- getPrimaryKeysVariable(EntityType) - Method in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- getPrimaryKeysVariable(EntityType) - Method in class com.mysema.query.sql.codegen.DefaultNamingStrategy
-
- getPrimaryKeysVariable(EntityType) - Method in interface com.mysema.query.sql.codegen.NamingStrategy
-
Get the field name for the primary keys class instance
- getProjectable() - Method in class com.mysema.query.support.ProjectableAdapter
-
- getProjectClassLoader() - Method in class com.mysema.query.maven.AbstractExporterMojo
-
- getProjection() - Method in class com.mysema.query.DefaultQueryMetadata
-
- getProjection() - Method in class com.mysema.query.EmptyMetadata
-
- getProjection() - Method in interface com.mysema.query.QueryMetadata
-
Get the projection
- getProjection() - Method in class com.mysema.query.sql.ForeignKey
-
- getProjection() - Method in class com.mysema.query.sql.PrimaryKey
-
- getProjection() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getProjection() - Method in interface com.mysema.query.types.ProjectionRole
-
Return the custom projection
- getProperties() - Method in class com.mysema.query.codegen.EntityType
-
- getProperties() - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter.Configuration
-
- getPropertyName(String, EntityType) - Method in class com.mysema.query.sql.codegen.DefaultNamingStrategy
-
- getPropertyName(String, EntityType) - Method in interface com.mysema.query.sql.codegen.NamingStrategy
-
Convert the given column name to a property name
- getPropertyName(String, EntityType) - Method in class com.mysema.query.sql.codegen.OriginalNamingStrategy
-
- getPropertyNameForForeignKey(String, EntityType) - Method in class com.mysema.query.sql.codegen.DefaultNamingStrategy
-
- getPropertyNameForForeignKey(String, EntityType) - Method in class com.mysema.query.sql.codegen.ExtendedNamingStrategy
-
- getPropertyNameForForeignKey(String, EntityType) - Method in interface com.mysema.query.sql.codegen.NamingStrategy
-
Convert the given foreign key name to a foreign key property name
- getPropertyNameForForeignKey(String, EntityType) - Method in class com.mysema.query.sql.codegen.OriginalNamingStrategy
-
- getPropertyNameForInverseForeignKey(String, EntityType) - Method in class com.mysema.query.sql.codegen.DefaultNamingStrategy
-
- getPropertyNameForInverseForeignKey(String, EntityType) - Method in class com.mysema.query.sql.codegen.ExtendedNamingStrategy
-
- getPropertyNameForInverseForeignKey(String, EntityType) - Method in interface com.mysema.query.sql.codegen.NamingStrategy
-
Convert the given foreign key name to a foreign key property name
- getPropertyNameForInverseForeignKey(String, EntityType) - Method in class com.mysema.query.sql.codegen.OriginalNamingStrategy
-
- getPropertyNameForPrimaryKey(String, EntityType) - Method in class com.mysema.query.sql.codegen.DefaultNamingStrategy
-
- getPropertyNameForPrimaryKey(String, EntityType) - Method in interface com.mysema.query.sql.codegen.NamingStrategy
-
Convert the given primary key name to a primary key property name
- getPropertyNameForPrimaryKey(String, EntityType) - Method in class com.mysema.query.sql.codegen.OriginalNamingStrategy
-
- getPropertyNames() - Method in class com.mysema.query.codegen.EntityType
-
- getQueryEngine() - Method in class com.mysema.query.collections.AbstractCollQuery
-
- getQueryHandler() - Method in class com.mysema.query.jpa.JPQLTemplates
-
- getQueryType(Type, EntityType, Type, boolean, boolean, boolean) - Method in class com.mysema.query.codegen.TypeMappings
-
- getQueryTypeFactory() - Method in interface com.mysema.query.apt.Configuration
-
- getQueryTypeFactory() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getRawType() - Method in class com.mysema.query.codegen.ParameterizedTypeImpl
-
- getReadMethod(String) - Method in class com.mysema.util.BeanMap
-
Returns the accessor for the property with the given name.
- getRealType(ExecutableElement) - Method in interface com.mysema.query.apt.Configuration
-
- getRealType(VariableElement) - Method in interface com.mysema.query.apt.Configuration
-
- getRealType(ExecutableElement) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getRealType(VariableElement) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getRealType(ExecutableElement) - Method in class com.mysema.query.apt.jpa.JPAConfiguration
-
- getRealType(VariableElement) - Method in class com.mysema.query.apt.jpa.JPAConfiguration
-
- getRef(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getRef(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getRef(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getRef(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getResults() - Method in class com.mysema.query.SearchResults
-
Get the results in List form
An empty list is returned for no results.
- getResults(Expression<?>...) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
Get the results as an JDBC result set
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.GeoDBWkbType
-
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.GeometryWkbType
-
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.GeometryWktClobType
-
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.GeometryWktType
-
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.JGeometryType
-
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.MySQLWkbType
-
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.PGgeometryType
-
- getReturnedClass() - Method in class com.mysema.query.sql.spatial.SQLServerGeometryType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.ArrayType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.BigDecimalAsDoubleType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.BigDecimalType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.BigIntegerAsLongType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.BigIntegerType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.BlobType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.BooleanType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.BytesType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.ByteType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.CalendarType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.CharacterType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.ClobType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.CurrencyType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.DateTimeType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.DateType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.DoubleType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.EnumAsObjectType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.EnumByNameType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.EnumByOrdinalType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.FloatType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.InputStreamType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.IntegerType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.LocalDateTimeType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.LocalDateType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.LocaleType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.LocalTimeType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.LongType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.NumericBooleanType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.ObjectType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.ShortType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.SQLXMLType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.StringAsObjectType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.StringType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.TimestampType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.TimeType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.TrueFalseType
-
- getReturnedClass() - Method in interface com.mysema.query.sql.types.Type
-
Get the returned type
- getReturnedClass() - Method in class com.mysema.query.sql.types.URLType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.UtilDateType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.UtilUUIDType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.XMLAsStringType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.YesNoType
-
- getReturnType() - Method in class com.mysema.query.codegen.Delegate
-
- getRightJoin() - Method in class com.mysema.query.sql.SQLTemplates
-
- getRoot() - Method in class com.mysema.query.spatial.jts.path.JTSGeometryCollectionPath
-
- getRoot() - Method in class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- getRoot() - Method in class com.mysema.query.spatial.jts.path.JTSLinearRingPath
-
- getRoot() - Method in class com.mysema.query.spatial.jts.path.JTSLineStringPath
-
- getRoot() - Method in class com.mysema.query.spatial.jts.path.JTSMultiLineStringPath
-
- getRoot() - Method in class com.mysema.query.spatial.jts.path.JTSMultiPointPath
-
- getRoot() - Method in class com.mysema.query.spatial.jts.path.JTSMultiPolygonPath
-
- getRoot() - Method in class com.mysema.query.spatial.jts.path.JTSPointPath
-
- getRoot() - Method in class com.mysema.query.spatial.jts.path.JTSPolygonPath
-
- getRoot() - Method in class com.mysema.query.spatial.path.GeometryCollectionPath
-
- getRoot() - Method in class com.mysema.query.spatial.path.GeometryPath
-
- getRoot() - Method in class com.mysema.query.spatial.path.LinearRingPath
-
- getRoot() - Method in class com.mysema.query.spatial.path.LineStringPath
-
- getRoot() - Method in class com.mysema.query.spatial.path.MultiLineStringPath
-
- getRoot() - Method in class com.mysema.query.spatial.path.MultiPointPath
-
- getRoot() - Method in class com.mysema.query.spatial.path.MultiPolygonPath
-
- getRoot() - Method in class com.mysema.query.spatial.path.PointPath
-
- getRoot() - Method in class com.mysema.query.spatial.path.PolygonPath
-
- getRoot() - Method in class com.mysema.query.spatial.path.PolyhedralSurfacePath
-
- getRoot() - Method in class com.mysema.query.types.path.ArrayPath
-
- getRoot() - Method in class com.mysema.query.types.path.BeanPath
-
- getRoot() - Method in class com.mysema.query.types.path.BooleanPath
-
- getRoot() - Method in class com.mysema.query.types.path.CollectionPath
-
- getRoot() - Method in class com.mysema.query.types.path.ComparablePath
-
- getRoot() - Method in class com.mysema.query.types.path.DatePath
-
- getRoot() - Method in class com.mysema.query.types.path.DateTimePath
-
- getRoot() - Method in class com.mysema.query.types.path.DslPath
-
- getRoot() - Method in class com.mysema.query.types.path.EnumPath
-
- getRoot() - Method in interface com.mysema.query.types.Path
-
Get the root for this path
- getRoot() - Method in class com.mysema.query.types.path.ListPath
-
- getRoot() - Method in class com.mysema.query.types.path.MapPath
-
- getRoot() - Method in class com.mysema.query.types.path.NumberPath
-
- getRoot() - Method in class com.mysema.query.types.path.SetPath
-
- getRoot() - Method in class com.mysema.query.types.path.SimplePath
-
- getRoot() - Method in class com.mysema.query.types.path.StringPath
-
- getRoot() - Method in class com.mysema.query.types.path.TimePath
-
- getRoot() - Method in class com.mysema.query.types.PathImpl
-
- getRoot() - Method in class com.mysema.query.types.PathMetadata
-
- getRow() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getRow() - Method in class com.mysema.util.ResultSetAdapter
-
- getRowId(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getRowId(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getRowId(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getRowId(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getSchema(String) - Method in class com.mysema.query.sql.Configuration
-
Deprecated.
- getSchema() - Method in class com.mysema.query.sql.SchemaAndTable
-
- getSchema() - Method in class com.mysema.query.sql.support.ForeignKeyData
-
- getSchema() - Method in class com.mysema.query.sql.support.InverseForeignKeyData
-
- getSchemaAndTable() - Method in interface com.mysema.query.sql.RelationalPath
-
Get the schema and table name
- getSchemaAndTable() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getSchemaName() - Method in interface com.mysema.query.sql.RelationalPath
-
Get the schema name
- getSchemaName() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getSchemaPattern() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- getSecond(Date) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- getSelect() - Method in class com.mysema.query.sql.SQLTemplates
-
- getSelectDistinct() - Method in class com.mysema.query.sql.SQLTemplates
-
- getSelf() - Method in class com.mysema.query.support.QueryMixin
-
- getSerializerConfig(EntityType) - Method in interface com.mysema.query.apt.Configuration
-
- getSerializerConfig(EntityType) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getSet(Expression<T>) - Method in interface com.mysema.query.group.Group
-
Returns a Set of values in this group.
- getSet() - Method in class com.mysema.query.sql.SQLTemplates
-
- getSet(String, Class<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new Set typed path
- getSet(String, Class<A>, Class<E>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new Set typed path
- getShort(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getShort(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getShort(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getShort(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getSimple(String, Class<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new Simple path
- getSize() - Method in class com.mysema.query.sql.ColumnMetadata
-
For char or date types this is the maximum number of characters, for numeric or decimal types this is precision.
- getSize() - Method in class com.mysema.query.sql.support.ColumnData
-
- getSkipAnnotation() - Method in interface com.mysema.query.apt.Configuration
-
- getSkipAnnotation() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getSourceEncoding() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- getSpatialOps() - Static method in class com.mysema.query.spatial.hibernate.HibernateSpatialSupport
-
- getSpatialOps(boolean) - Static method in class com.mysema.query.sql.spatial.SpatialTemplatesSupport
-
- getSpatialOps(String, boolean) - Static method in class com.mysema.query.sql.spatial.SpatialTemplatesSupport
-
- getSQL(Expression<?>...) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
Get the query as an SQL query string and bindings
- getSQL() - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
Get the SQL string and bindings
- getSQL() - Method in class com.mysema.query.sql.dml.SQLDeleteClause
-
- getSQL() - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- getSQL() - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- getSQL() - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
- getSQL(Expression<?>...) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
Get the query as an SQL query string and bindings
- getSql() - Method in class com.mysema.query.sql.SQLBindings
-
Deprecated.
- getSQL() - Method in class com.mysema.query.sql.SQLBindings
-
- getSQL() - Method in interface com.mysema.query.sql.SQLListenerContext
-
NOTE : This can be null depending on the stage of the query execution
- getSQL() - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- getSQL() - Method in class com.mysema.query.sql.teradata.SetQueryBandClause
-
- getSQLStatements() - Method in interface com.mysema.query.sql.SQLListenerContext
-
NOTE : This can be empty depending on the stage of the query execution
- getSQLStatements() - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- getSQLTypes() - Method in class com.mysema.query.sql.types.AbstractType
-
- getSQLTypes() - Method in interface com.mysema.query.sql.types.Type
-
Get the SQL supported SQL types
- getSQLXML(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getSQLXML(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getSQLXML(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getSQLXML(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getSrid() - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- getSrtext() - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- getStatement() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getStatement() - Method in class com.mysema.util.ResultSetAdapter
-
- getString(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getString(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getString(String) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new String typed path
- getString(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getString(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getSubQuery() - Method in class com.mysema.query.sql.dml.SQLInsertBatch
-
- getSubQuery() - Method in class com.mysema.query.sql.dml.SQLMergeBatch
-
- getSuffix() - Method in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- getSuperClasses(Class<?>) - Static method in class com.mysema.util.ReflectionUtils
-
- getSuperType() - Method in class com.mysema.query.codegen.EntityType
-
- getSuperTypeAnnotation() - Method in interface com.mysema.query.apt.Configuration
-
- getSuperTypeAnnotation() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getSuperTypes() - Method in class com.mysema.query.codegen.EntityType
-
- getSupertypeSerializer() - Method in interface com.mysema.query.apt.Configuration
-
- getSupertypeSerializer() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getSupportedSourceVersion() - Method in class com.mysema.query.apt.AbstractQuerydslProcessor
-
- getTable(String, String) - Method in class com.mysema.query.sql.Configuration
-
Deprecated.
- getTable() - Method in class com.mysema.query.sql.SchemaAndTable
-
- getTable() - Method in class com.mysema.query.sql.support.ForeignKeyData
-
- getTable() - Method in class com.mysema.query.sql.support.InverseForeignKeyData
-
- getTable() - Method in interface com.mysema.query.sql.support.KeyData
-
- getTableAlias() - Method in class com.mysema.query.sql.SQLTemplates
-
- getTableName() - Method in interface com.mysema.query.sql.RelationalPath
-
Get the table name
- getTableName() - Method in class com.mysema.query.sql.RelationalPathBase
-
- getTableNamePattern() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- getTableOverrides() - Method in class com.mysema.query.sql.SQLTemplates
-
- getTarget() - Method in class com.mysema.query.JoinExpression
-
- getTarget() - Method in class com.mysema.query.types.OrderSpecifier
-
Get the target expression of this OrderSpecifier
- getTargetFolder() - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter
-
- getTargetPackage() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- getTargetSourceFolder() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- getTemplate() - Method in class com.mysema.query.sql.RelationalFunctionCall
-
- getTemplate(Operator<?>) - Method in class com.mysema.query.support.SerializerBase
-
- getTemplate() - Method in class com.mysema.query.types.template.BooleanTemplate
-
- getTemplate() - Method in class com.mysema.query.types.template.ComparableTemplate
-
- getTemplate() - Method in class com.mysema.query.types.template.DateTemplate
-
- getTemplate() - Method in class com.mysema.query.types.template.DateTimeTemplate
-
- getTemplate() - Method in class com.mysema.query.types.template.DslTemplate
-
- getTemplate() - Method in class com.mysema.query.types.template.EnumTemplate
-
- getTemplate() - Method in class com.mysema.query.types.template.NumberTemplate
-
- getTemplate() - Method in class com.mysema.query.types.template.SimpleTemplate
-
- getTemplate() - Method in class com.mysema.query.types.template.StringTemplate
-
- getTemplate() - Method in class com.mysema.query.types.template.TimeTemplate
-
- getTemplate() - Method in interface com.mysema.query.types.TemplateExpression
-
Get the serialization template for this custom expression
- getTemplate() - Method in class com.mysema.query.types.TemplateExpressionImpl
-
- getTemplate(Operator<?>) - Method in class com.mysema.query.types.Templates
-
- getTemplates() - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
- getTemplates(EntityManager) - Static method in class com.mysema.query.jpa.impl.JPAProvider
-
- getTemplates() - Method in class com.mysema.query.jpa.JPAQueryBase
-
- getTemplates() - Method in class com.mysema.query.sql.Configuration
-
- getTemplates() - Method in class com.mysema.query.sql.SQLSerializer
-
- getTemplates(DatabaseMetaData) - Method in class com.mysema.query.sql.SQLTemplatesRegistry
-
- getTemplateType(Type, EntityType, boolean) - Method in class com.mysema.query.codegen.TypeMappings
-
- getTemplateType(Type, EntityType, boolean, boolean, boolean) - Method in class com.mysema.query.codegen.TypeMappings
-
- getTime(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getTime(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getTime(int, Calendar) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getTime(String, Calendar) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getTime(String, Class<A>) - Method in class com.mysema.query.types.path.PathBuilder
-
Get a new Time typed path
- getTime(int, Calendar) - Method in class com.mysema.util.ResultSetAdapter
-
- getTime(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getTime(String, Calendar) - Method in class com.mysema.util.ResultSetAdapter
-
- getTime(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getTimestamp(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getTimestamp(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getTimestamp(int, Calendar) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getTimestamp(String, Calendar) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getTimestamp(int, Calendar) - Method in class com.mysema.util.ResultSetAdapter
-
- getTimestamp(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getTimestamp(String, Calendar) - Method in class com.mysema.util.ResultSetAdapter
-
- getTimestamp(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getTotal() - Method in class com.mysema.query.SearchResults
-
Get the number of total results
- getTransformers(Constructor<?>) - Static method in class com.mysema.query.util.ConstructorUtils
-
Returns a list of transformers applicable to the given constructor.
- getType(TypeMirror, boolean) - Method in class com.mysema.query.apt.ExtendedTypeFactory
-
- getType() - Method in class com.mysema.query.BooleanBuilder
-
- getType() - Method in class com.mysema.query.codegen.Property
-
- getType() - Method in class com.mysema.query.codegen.Supertype
-
- getType() - Method in class com.mysema.query.group.AbstractGroupExpression
-
- getType() - Method in class com.mysema.query.JoinExpression
-
- getType(Class<?>, Class<?>, String) - Method in class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
- getType() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getType(String, String) - Method in class com.mysema.query.sql.JavaTypeMapping
-
- getType(Class<T>) - Method in class com.mysema.query.sql.JavaTypeMapping
-
- getType() - Method in class com.mysema.query.sql.support.ColumnData
-
- getType() - Method in class com.mysema.query.sql.support.ForeignKeyData
-
- getType() - Method in class com.mysema.query.sql.support.InverseForeignKeyData
-
- getType() - Method in interface com.mysema.query.sql.support.KeyData
-
- getType() - Method in class com.mysema.query.types.expr.DslExpression
-
- getType() - Method in interface com.mysema.query.types.Expression
-
Get the java type for this expression
- getType() - Method in class com.mysema.query.types.ExpressionBase
-
- getType() - Method in class com.mysema.query.types.MutableExpressionBase
-
- getType(String) - Method in class com.mysema.util.BeanMap
-
Returns the type of the property with the given name.
- getType() - Method in class com.mysema.util.ResultSetAdapter
-
- getTypeByAnnotation(Class<?>, Annotation) - Method in interface com.mysema.query.codegen.AnnotationHelper
-
Get the TypeCategory
according with object Class and Annotation.
- getTypeByAnnotation(Class<?>, Annotation) - Method in class com.mysema.query.maven.JPATemporalAnnotationHelper
-
- getTypeForCast(Class<?>) - Method in class com.mysema.query.jpa.EclipseLinkTemplates
-
- getTypeForCast(Class<?>) - Method in class com.mysema.query.jpa.HQLTemplates
-
- getTypeForCast(Class<?>) - Method in class com.mysema.query.jpa.JPQLTemplates
-
- getTypeForCast(Class<?>) - Method in class com.mysema.query.sql.SQLTemplates
-
Deprecated.
- getTypeForClass(Class<?>) - Method in class com.mysema.query.sql.SQLTemplates
-
Deprecated.
- getTypeFunction(Class<?>) - Method in class com.mysema.util.BeanMap
-
Returns a transformer for the given primitive type.
- getTypeMappings() - Method in interface com.mysema.query.apt.Configuration
-
- getTypeMappings() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- getTypeName(Class<?>) - Method in class com.mysema.query.sql.Configuration
-
Get the SQL type name for the given java type
- getTypeNameForCast(Class<?>) - Method in class com.mysema.query.sql.Configuration
-
- getTypeNameForCode(int) - Method in class com.mysema.query.sql.SQLTemplates
-
- getTypeOverride(Type, AnnotatedElement) - Method in class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
- getTypeParameter(Type, int) - Static method in class com.mysema.util.ReflectionUtils
-
- getTypeParameterAsClass(Type, int) - Static method in class com.mysema.util.ReflectionUtils
-
- getTypeParameterCount(Type) - Static method in class com.mysema.util.ReflectionUtils
-
- getUncapSimpleName() - Method in class com.mysema.query.codegen.EntityType
-
- getUnicodeStream(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getUnicodeStream(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getUnicodeStream(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getUnicodeStream(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getUpdate() - Method in class com.mysema.query.sql.SQLTemplates
-
- getUpdates() - Method in class com.mysema.query.sql.dml.SQLUpdateBatch
-
- getURL(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getURL(String) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getURL(int) - Method in class com.mysema.util.ResultSetAdapter
-
- getURL(String) - Method in class com.mysema.util.ResultSetAdapter
-
- getUseLiterals() - Method in class com.mysema.query.sql.Configuration
-
- getValue() - Method in class com.mysema.query.BooleanBuilder
-
- getValue() - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter.Property
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.GeoDBWkbType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.GeometryWkbType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.GeometryWktClobType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.GeometryWktType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.JGeometryType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.MySQLWkbType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.PGgeometryType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.AbstractNumberType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.ArrayType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BigDecimalAsDoubleType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BigDecimalType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BigIntegerAsLongType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BigIntegerType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BlobType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BooleanType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.BytesType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.CalendarType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.CharacterType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.ClobType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.CurrencyType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.DateTimeType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.DateType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.EnumAsObjectType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.EnumByNameType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.EnumByOrdinalType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.InputStreamType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.LocalDateTimeType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.LocalDateType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.LocaleType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.LocalTimeType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.NumericBooleanType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.ObjectType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.SQLXMLType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.StringAsObjectType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.StringType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.TimestampType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.TimeType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.TrueFalseType
-
- getValue(ResultSet, int) - Method in interface com.mysema.query.sql.types.Type
-
Get the object from the result set
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.URLType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.UtilDateType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.UtilUUIDType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.XMLAsStringType
-
- getValue(ResultSet, int) - Method in class com.mysema.query.sql.types.YesNoType
-
- getValue() - Method in class com.mysema.query.sql.WindowFunction
-
- getValue() - Method in class com.mysema.query.sql.WithinGroup.OrderBy
-
- getValue() - Method in class com.mysema.query.types.expr.Coalesce
-
- getValue() - Method in class com.mysema.util.BeanMap.MyMapEntry
-
- getValues() - Method in class com.mysema.query.sql.dml.SQLInsertBatch
-
- getValues() - Method in class com.mysema.query.sql.dml.SQLMergeBatch
-
- getValues() - Method in class com.mysema.query.sql.SQLTemplates
-
- getValueType() - Method in class com.mysema.query.types.path.MapPath
-
- getWarnings() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- getWarnings() - Method in class com.mysema.util.ResultSetAdapter
-
- getWeek(Date) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- getWhere() - Method in class com.mysema.query.DefaultQueryMetadata
-
- getWhere() - Method in class com.mysema.query.EmptyMetadata
-
- getWhere() - Method in interface com.mysema.query.QueryMetadata
-
Get the expressions aggregated into a single boolean expression or null,
if none where defined
- getWhere() - Method in class com.mysema.query.sql.SQLTemplates
-
- getWith() - Method in class com.mysema.query.sql.SQLTemplates
-
- getWithRecursive() - Method in class com.mysema.query.sql.SQLTemplates
-
- getWriteMethod(String) - Method in class com.mysema.util.BeanMap
-
Returns the mutator for the property with the given name.
- getYear(Date) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- getYearMonth(Date) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- getYearWeek(Date) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- goe(T) - Method in class com.mysema.query.types.expr.ComparableExpression
-
Get a this >= right
expression
- goe(Expression<T>) - Method in class com.mysema.query.types.expr.ComparableExpression
-
Get a this >= right
expression
- goe(A) - Method in class com.mysema.query.types.expr.NumberExpression
-
Create a this >= right
expression
- goe(Expression<A>) - Method in class com.mysema.query.types.expr.NumberExpression
-
Create a this >= right
expression
- GOE - Static variable in class com.mysema.query.types.Ops
-
- goeAll(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.ComparableExpression
-
- goeAll(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.NumberExpression
-
- goeAny(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.ComparableExpression
-
- goeAny(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.NumberExpression
-
- GroovyBeanSerializer - Class in com.mysema.query.codegen
-
GroovyBeanSerializer is a
Serializer
implementation which serializes
EntityType
instances into Groovy classes
- GroovyBeanSerializer() - Constructor for class com.mysema.query.codegen.GroovyBeanSerializer
-
Create a new GroovyBeanSerializer instance
- GroovyBeanSerializer(String) - Constructor for class com.mysema.query.codegen.GroovyBeanSerializer
-
Create a new GroovyBeanSerializer instance
- GroovyBeanSerializer(boolean) - Constructor for class com.mysema.query.codegen.GroovyBeanSerializer
-
Create a new GroovyBeanSerializer instance
- GroovyBeanSerializer(boolean, String) - Constructor for class com.mysema.query.codegen.GroovyBeanSerializer
-
Create a new GroovyBeanSerializer instance
- Group - Interface in com.mysema.query.group
-
A group of rows.
- groupBy(Expression<?>) - Method in class com.mysema.query.collections.AbstractCollQuery
-
- groupBy(Expression<?>...) - Method in class com.mysema.query.collections.AbstractCollQuery
-
- GroupBy - Class in com.mysema.query.group
-
Groups results by the first expression.
- groupBy(Expression<K>) - Static method in class com.mysema.query.group.GroupBy
-
Create a new GroupByBuilder for the given key expression
- groupBy(Expression<?>...) - Static method in class com.mysema.query.group.GroupBy
-
Create a new GroupByBuilder for the given key expressions
- groupBy(Expression<?>...) - Method in interface com.mysema.query.Query
-
Add grouping/aggregation expressions
- groupBy(Expression<?>...) - Method in interface com.mysema.query.sql.Union
-
Defines the grouping/aggregation expressions
- groupBy(Expression<?>...) - Method in class com.mysema.query.sql.UnionImpl
-
- groupBy(Expression<?>) - Method in class com.mysema.query.support.QueryBase
-
Add a single grouping expression
- groupBy(Expression<?>...) - Method in class com.mysema.query.support.QueryBase
-
Add grouping/aggregation expressions
- groupBy(Expression<?>) - Method in class com.mysema.query.support.QueryMixin
-
- groupBy(Expression<?>...) - Method in class com.mysema.query.support.QueryMixin
-
- GroupByBuilder<K> - Class in com.mysema.query.group
-
GroupByBuilder is a fluent builder for GroupBy transformer instances.
- GroupByBuilder(Expression<K>) - Constructor for class com.mysema.query.group.GroupByBuilder
-
Create a new GroupByBuilder for the given key expression
- GroupByIterate<K,V> - Class in com.mysema.query.group
-
Provides aggregated results as an iterator
- GroupByList<K,V> - Class in com.mysema.query.group
-
Provides aggregated results as a list
- GroupByMap<K,V> - Class in com.mysema.query.group
-
Provides aggregated results as a map
- GroupByProjection<K,V> - Class in com.mysema.query.group
-
GroupByProjection provides projection of the Group results via the transform template method
- GroupByProjection(Expression<K>, Expression<?>...) - Constructor for class com.mysema.query.group.GroupByProjection
-
- GroupCollector<T,R> - Interface in com.mysema.query.group
-
A stateful collector of column values for a group.
- GroupExpression<T,R> - Interface in com.mysema.query.group
-
Defines the way results of a given expression are grouped.
- groups() - Method in class com.mysema.query.sql.support.NotNullImpl
-
- groups() - Method in class com.mysema.query.sql.support.SizeImpl
-
- GSum<T extends Number & Comparable<T>> - Class in com.mysema.query.group
-
- GSum(Expression<T>) - Constructor for class com.mysema.query.group.GSum
-
- gt(Operation<?>, QueryMetadata) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- gt(T) - Method in class com.mysema.query.types.expr.ComparableExpression
-
Get a this > right
expression
- gt(Expression<T>) - Method in class com.mysema.query.types.expr.ComparableExpression
-
Get a this > right
expression
- gt(A) - Method in class com.mysema.query.types.expr.NumberExpression
-
Create a this > right
expression
- gt(Expression<A>) - Method in class com.mysema.query.types.expr.NumberExpression
-
Create a this > right
expression
- GT - Static variable in class com.mysema.query.types.Ops
-
- gtAll(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.ComparableExpression
-
- gtAll(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.NumberExpression
-
- gtAny(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.ComparableExpression
-
- gtAny(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.NumberExpression
-
- GuavaHelpers - Class in com.mysema.query.collections
-
GuavaHelpers provides functionality to wrap Querydsl
Predicate
instances to Guava predicates
and Querydsl
Expression
instances to Guava functions
- IgnoreCaseUnsupportedException - Exception in com.mysema.query.lucene
-
- IgnoreCaseUnsupportedException() - Constructor for exception com.mysema.query.lucene.IgnoreCaseUnsupportedException
-
- ignoreIndex(String...) - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- IMPORTS - Static variable in class com.mysema.query.codegen.CodegenModule
-
- in(Operation<?>, QueryMetadata, boolean) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- in(CollectionExpression<?, Tuple>) - Method in class com.mysema.query.sql.ForeignKey
-
- in(CollectionExpression<?, Tuple>) - Method in class com.mysema.query.sql.PrimaryKey
-
- in(Number...) - Method in class com.mysema.query.types.expr.NumberExpression
-
- in(Collection<? extends T>) - Method in class com.mysema.query.types.expr.SimpleExpression
-
Get a this in right
expression
- in(T...) - Method in class com.mysema.query.types.expr.SimpleExpression
-
Get a this in right
expression
- in(CollectionExpression<?, ? extends T>) - Method in class com.mysema.query.types.expr.SimpleExpression
-
Get a this in right
expression
- in(Expression<D>, CollectionExpression<?, ? extends D>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create an left in right expression
- in(Expression<D>, Collection<? extends D>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create an left in right expression
- IN - Static variable in class com.mysema.query.types.Ops
-
- inAny(Expression<D>, Iterable<? extends Collection<? extends D>>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create a left in right or...
expression for each list
- include(Supertype) - Method in class com.mysema.query.codegen.EntityType
-
- INDEX - Static variable in class com.mysema.query.jpa.JPQLOps
-
- INDEX_OF - Static variable in class com.mysema.query.types.Ops
-
- INDEX_OF_2ARGS - Static variable in class com.mysema.query.types.Ops
-
- IndexData - Class in com.mysema.query.sql.support
-
- IndexData(String, String[]) - Constructor for class com.mysema.query.sql.support.IndexData
-
- indexOf(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the index of the given substring in this String
- indexOf(String) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the index of the given substring in this String
- indexOf(String, int) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the index of the given substring in this String, starting from the given index
- indexOf(Expression<String>, int) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the index of the given substring in this String, starting from the given index
- initEntityField(CodeWriter, SerializerConfig, EntityType, Property) - Method in class com.mysema.query.codegen.EntitySerializer
-
- initEntityFields(CodeWriter, SerializerConfig, EntityType) - Method in class com.mysema.query.codegen.EntitySerializer
-
- INNER_CLASSES_FOR_KEYS - Static variable in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- innerJoin(Path<? extends Collection<P>>, Path<P>) - Method in class com.mysema.query.collections.AbstractCollQuery
-
Define an inner join from the Collection typed path to the alias
- innerJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.collections.AbstractCollQuery
-
Define an inner join from the Map typed path to the alias
- innerJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- innerJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- innerJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- innerJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- innerJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- innerJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- innerJoin(EntityPath<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a inner join with the given target.
- innerJoin(EntityPath<P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a inner join with the given target and alias.
- innerJoin(CollectionExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a inner join with the given target.
- innerJoin(CollectionExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a inner join with the given target and alias.
- innerJoin(MapExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a inner join with the given target.
- innerJoin(MapExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a inner join with the given target and alias.
- innerJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- innerJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- innerJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- innerJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- innerJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- innerJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- innerJoin(EntityPath<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- innerJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- innerJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- innerJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- innerJoin(EntityPath<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- innerJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- innerJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- innerJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- innerJoin(EntityPath<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds an inner join to the given target
- innerJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a full join to the given target
- innerJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds an inner join to the given target
- innerJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds an inner join to the given target
- innerJoin(Expression<P>) - Method in class com.mysema.query.support.QueryMixin
-
- innerJoin(Expression<P>, Path<P>) - Method in class com.mysema.query.support.QueryMixin
-
- innerJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.support.QueryMixin
-
- innerJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.support.QueryMixin
-
- innerJoin(SubQueryExpression<P>, Path<?>) - Method in class com.mysema.query.support.QueryMixin
-
- InputStreamType - Class in com.mysema.query.sql.types
-
InputStreamType maps InputStream to InputStream on the JDBC level
- InputStreamType() - Constructor for class com.mysema.query.sql.types.InputStreamType
-
- InputStreamType(int) - Constructor for class com.mysema.query.sql.types.InputStreamType
-
- insert(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- insert(RelationalPath<?>) - Method in interface com.mysema.query.sql.SQLCommonQueryFactory
-
Create a new INSERT INTO clause
- insert(int, String) - Method in class com.mysema.query.support.SerializerBase
-
- InsertClause<C extends InsertClause<C>> - Interface in com.mysema.query.dml
-
InsertClause defines a generic interface for Insert clauses
- insertIgnore(RelationalPath<?>) - Method in class com.mysema.query.sql.mysql.MySQLQueryFactory
-
- insertOnDuplicateKeyUpdate(RelationalPath<?>, String) - Method in class com.mysema.query.sql.mysql.MySQLQueryFactory
-
- insertOnDuplicateKeyUpdate(RelationalPath<?>, Expression<?>) - Method in class com.mysema.query.sql.mysql.MySQLQueryFactory
-
- insertRow() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- insertRow() - Method in class com.mysema.util.ResultSetAdapter
-
- inspect(Element, Annotations) - Method in interface com.mysema.query.apt.Configuration
-
- inspect(Element, Annotations) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- inspect(Element, Annotations) - Method in class com.mysema.query.apt.jpa.JPAConfiguration
-
- INSTANCE - Static variable in class com.mysema.query.maven.JPATemporalAnnotationHelper
-
- INSTANCE - Static variable in class com.mysema.query.sql.support.SQLExceptionWrapper
-
- INSTANCE_OF - Static variable in class com.mysema.query.types.Ops
-
- instanceOf(Class<B>) - Method in class com.mysema.query.types.path.BeanPath
-
Create an this instanceOf type
expression
- instanceOfAny(Class...) - Method in class com.mysema.query.types.path.BeanPath
-
- IntegerType - Class in com.mysema.query.sql.types
-
IntegerType maps Integer to Integer on the JDBC level
- IntegerType() - Constructor for class com.mysema.query.sql.types.IntegerType
-
- IntegerType(int) - Constructor for class com.mysema.query.sql.types.IntegerType
-
- intercept(Object, Method, Object[], MethodProxy) - Method in class com.mysema.query.alias.PropertyAccessInvocationHandler
-
- INTERIOR_RINGN - Static variable in class com.mysema.query.spatial.SpatialOps
-
- INTERIOR_RINGS - Static variable in class com.mysema.query.spatial.SpatialOps
-
- INTERIOR_RINGS2 - Static variable in class com.mysema.query.spatial.SpatialOps
-
- interiorRingN(int) - Method in class com.mysema.query.spatial.jts.JTSPolygonExpression
-
Returns the N th interior ring for this Polygon as a LineString.
- interiorRingN(int) - Method in class com.mysema.query.spatial.PolygonExpression
-
Returns the N th interior ring for this Polygon as a LineString.
- intersection(Geometry) - Method in class com.mysema.query.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.mysema.query.spatial.GeometryExpression
-
Returns a geometric object that represents the Point set intersection of this geometric
object with anotherGeometry.
- intersection(Geometry) - Method in class com.mysema.query.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.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns a geometric object that represents the Point set intersection of this geometric
object with anotherGeometry.
- INTERSECTION - Static variable in class com.mysema.query.spatial.SpatialOps
-
- intersects(Geometry) - Method in class com.mysema.query.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially intersects” anotherGeometry.
- intersects(Expression<? extends Geometry>) - Method in class com.mysema.query.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially intersects” anotherGeometry.
- intersects(Geometry) - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially intersects” anotherGeometry.
- intersects(Expression<? extends Geometry>) - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially intersects” anotherGeometry.
- INTERSECTS - Static variable in class com.mysema.query.spatial.SpatialOps
-
- into(String) - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- intoDumpfile(File) - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- intoOutfile(File) - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- intro(EntityType, SerializerConfig, CodeWriter) - Method in class com.mysema.query.codegen.EntitySerializer
-
- intro(EntityType, CodeWriter) - Method in class com.mysema.query.codegen.ProjectionSerializer
-
- introClassHeader(CodeWriter, EntityType) - Method in class com.mysema.query.codegen.EmbeddableSerializer
-
- introClassHeader(CodeWriter, EntityType) - Method in class com.mysema.query.codegen.EntitySerializer
-
- introClassHeader(CodeWriter, EntityType) - Method in class com.mysema.query.sql.codegen.MetaDataSerializer
-
- introDefaultInstance(CodeWriter, EntityType, String) - Method in class com.mysema.query.codegen.EntitySerializer
-
- introDefaultInstance(CodeWriter, EntityType, String) - Method in class com.mysema.query.sql.codegen.MetaDataSerializer
-
- introDelegatePackages(CodeWriter, EntityType) - Method in class com.mysema.query.codegen.EntitySerializer
-
- introFactoryMethods(CodeWriter, EntityType) - Method in class com.mysema.query.codegen.EntitySerializer
-
- introImports(CodeWriter, SerializerConfig, EntityType) - Method in class com.mysema.query.codegen.EntitySerializer
-
- introImports(CodeWriter, SerializerConfig, EntityType) - Method in class com.mysema.query.sql.codegen.MetaDataSerializer
-
- introInits(CodeWriter, EntityType) - Method in class com.mysema.query.codegen.EntitySerializer
-
- introJavadoc(CodeWriter, EntityType) - Method in class com.mysema.query.codegen.EntitySerializer
-
- introPackage(CodeWriter, EntityType) - Method in class com.mysema.query.codegen.EntitySerializer
-
- introSuper(CodeWriter, EntityType) - Method in class com.mysema.query.codegen.EntitySerializer
-
- intValue() - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the int expression of this numeric expression
- InverseForeignKeyData - Class in com.mysema.query.sql.support
-
- InverseForeignKeyData(String, String, String, Type) - Constructor for class com.mysema.query.sql.support.InverseForeignKeyData
-
- IS_CLOSED - Static variable in class com.mysema.query.spatial.SpatialOps
-
- IS_EMPTY - Static variable in class com.mysema.query.spatial.SpatialOps
-
- IS_NOT_NULL - Static variable in class com.mysema.query.types.Ops
-
- IS_NULL - Static variable in class com.mysema.query.types.Ops
-
- IS_RING - Static variable in class com.mysema.query.spatial.SpatialOps
-
- IS_SIMPLE - Static variable in class com.mysema.query.spatial.SpatialOps
-
- isAccessorPresent(String, String, Class<?>) - Static method in class com.mysema.util.BeanUtils
-
- isAfterLast() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- isAfterLast() - Method in class com.mysema.util.ResultSetAdapter
-
- isAnnotationMirrorOfType(AnnotationMirror, Class<? extends Annotation>) - Static method in class com.mysema.query.apt.TypeUtils
-
- isAnnotationMirrorOfType(AnnotationMirror, String) - Static method in class com.mysema.query.apt.TypeUtils
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in class com.mysema.util.Annotations
-
- isAnon() - Method in class com.mysema.query.types.expr.Param
-
- isAnon() - Method in interface com.mysema.query.types.ParamExpression
-
- isAnon() - Method in class com.mysema.query.types.ParamExpressionImpl
-
- isApplicable() - Method in class com.mysema.query.util.ConstructorUtils.ArgumentTransformer
-
- isArraysSupported() - Method in class com.mysema.query.sql.SQLTemplates
-
- isAscending() - Method in class com.mysema.query.types.OrderSpecifier
-
Get whether the order is ascending or not
- isAutoIncrement() - Method in class com.mysema.query.sql.support.ColumnData
-
- isBatchCountViaGetUpdateCount() - Method in class com.mysema.query.sql.SQLTemplates
-
- isBeforeFirst() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- isBeforeFirst() - Method in class com.mysema.util.ResultSetAdapter
-
- isBigDecimalSupported() - Method in class com.mysema.query.sql.SQLTemplates
-
Deprecated.
- isBlockedField(VariableElement) - Method in interface com.mysema.query.apt.Configuration
-
- isBlockedField(VariableElement) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- isBlockedGetter(ExecutableElement) - Method in interface com.mysema.query.apt.Configuration
-
- isBlockedGetter(ExecutableElement) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- isCaseWithLiterals() - Method in class com.mysema.query.jpa.HQLTemplates
-
- isCaseWithLiterals() - Method in class com.mysema.query.jpa.JPQLTemplates
-
- isClosed() - Method in class com.mysema.query.spatial.CurveExpression
-
Returns 1 (TRUE) if this Curve is closed [StartPoint ( ) = EndPoint ( )].
- isClosed() - Method in class com.mysema.query.spatial.jts.JTSCurveExpression
-
Returns 1 (TRUE) if this Curve is closed [StartPoint ( ) = EndPoint ( )].
- isClosed() - Method in class com.mysema.query.spatial.jts.JTSMultiCurveExpression
-
Returns 1 (TRUE) if this MultiCurve is closed [StartPoint ( ) = EndPoint ( ) for each
Curve in this MultiCurve].
- isClosed() - Method in class com.mysema.query.spatial.MultiCurveExpression
-
Returns 1 (TRUE) if this MultiCurve is closed [StartPoint ( ) = EndPoint ( ) for each
Curve in this MultiCurve].
- isClosed() - Method in class com.mysema.query.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.mysema.query.sql.dml.EmptyResultSet
-
- isClosed() - Method in class com.mysema.util.ResultSetAdapter
-
- isCollectionType(Class<?>) - Method in class com.mysema.query.alias.DefaultTypeSystem
-
- isCollectionType(Class<?>) - Method in interface com.mysema.query.alias.TypeSystem
-
- isColumnAnnotations() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- isCountDistinctMultipleColumns() - Method in class com.mysema.query.sql.SQLTemplates
-
- isCountViaAnalytics() - Method in class com.mysema.query.sql.SQLTemplates
-
- isDetach() - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
- isDetach() - Method in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- isDistinct() - Method in class com.mysema.query.DefaultQueryMetadata
-
- isDistinct() - Method in class com.mysema.query.EmptyMetadata
-
- isDistinct() - Method in interface com.mysema.query.QueryMetadata
-
Get whether the projection is distinct
- isDistinct() - Method in class com.mysema.query.support.QueryMixin
-
- isEmpty() - Method in class com.mysema.query.collections.CollUpdateClause
-
- isEmpty() - Method in interface com.mysema.query.dml.StoreClause
-
Returns true, if no bindings have been set, otherwise false.
- isEmpty() - Method in class com.mysema.query.jdo.dml.JDOUpdateClause
-
- isEmpty() - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
-
- isEmpty() - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
-
- isEmpty() - Method in class com.mysema.query.SearchResults
-
- isEmpty() - Method in class com.mysema.query.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object is the empty Geometry.
- isEmpty() - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object is the empty Geometry.
- isEmpty() - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- isEmpty() - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- isEmpty() - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
- isEmpty() - Method in class com.mysema.query.types.expr.CollectionExpressionBase
-
- isEmpty() - Method in class com.mysema.query.types.expr.MapExpressionBase
-
- isEmpty() - Method in class com.mysema.query.types.expr.StringExpression
-
Return true if this String is empty
- isEmpty(Object[]) - Static method in class com.mysema.util.ArrayUtils
-
- isEntityExpression(Expression<?>) - Method in class com.mysema.query.jpa.AbstractSQLQuery
-
- isEnumInPathSupported() - Method in class com.mysema.query.jpa.HQLTemplates
-
- isEnumInPathSupported() - Method in class com.mysema.query.jpa.JPQLTemplates
-
- isExcludedClass(String) - Method in interface com.mysema.query.apt.Configuration
-
- isExcludedClass(String) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- isExcludedPackage(String) - Method in interface com.mysema.query.apt.Configuration
-
- isExcludedPackage(String) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- isExportAll() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- isExportBeans() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- isExportForeignKeys() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- isExportPrimaryKeys() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- isExportTables() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- isExportViews() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- isFalse() - Method in class com.mysema.query.types.expr.BooleanExpression
-
Get a this == false expression
- isFirst() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- isFirst() - Method in class com.mysema.util.ResultSetAdapter
-
- isForTest() - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- isForTest() - Method in class com.mysema.query.maven.MetadataExportMojo
-
- isForTest() - Method in class com.mysema.query.maven.TestMetadataExportMojo
-
- isFunctionJoinsWrapped() - Method in class com.mysema.query.sql.SQLTemplates
-
- isImportExprPackage(EntityType) - Method in class com.mysema.query.codegen.EntitySerializer
-
- isInherited() - Method in class com.mysema.query.codegen.Property
-
- isInitialized(String) - Method in class com.mysema.query.types.path.PathInits
-
- isInner() - Method in enum com.mysema.query.JoinType
-
- isInnerClassesForKeys() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- isLast() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- isLast() - Method in class com.mysema.util.ResultSetAdapter
-
- isLimitRequired() - Method in class com.mysema.query.sql.SQLTemplates
-
- isListType(Class<?>) - Method in class com.mysema.query.alias.DefaultTypeSystem
-
- isListType(Class<?>) - Method in interface com.mysema.query.alias.TypeSystem
-
- isLowerCase() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- isMapType(Class<?>) - Method in class com.mysema.query.alias.DefaultTypeSystem
-
- isMapType(Class<?>) - Method in interface com.mysema.query.alias.TypeSystem
-
- isNativeMerge() - Method in class com.mysema.query.sql.SQLTemplates
-
- isNotEmpty() - Method in class com.mysema.query.types.expr.CollectionExpressionBase
-
- isNotEmpty() - Method in class com.mysema.query.types.expr.MapExpressionBase
-
- isNotEmpty() - Method in class com.mysema.query.types.expr.StringExpression
-
Return true if this String is not empty
- isNotNull() - Method in class com.mysema.query.types.expr.SimpleExpression
-
Create a this is not null
expression
- isNotNull(Expression<?>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create a left is not null expression
- isNull() - Method in class com.mysema.query.types.expr.SimpleExpression
-
Create a this is null
expression
- isNull(Expression<?>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create a left is null expression
- isNullable() - Method in class com.mysema.query.sql.ColumnMetadata
-
- isNullAllowed() - Method in class com.mysema.query.sql.support.ColumnData
-
- isOuter() - Method in enum com.mysema.query.JoinType
-
- isParameterMetadataAvailable() - Method in class com.mysema.query.sql.SQLTemplates
-
- isPathInEntitiesSupported() - Method in class com.mysema.query.jpa.BatooTemplates
-
- isPathInEntitiesSupported() - Method in class com.mysema.query.jpa.EclipseLinkTemplates
-
- isPathInEntitiesSupported() - Method in class com.mysema.query.jpa.JPQLTemplates
-
- isPrimaryKeyColumn(RelationalPath<?>, Path<?>) - Method in class com.mysema.query.sql.dml.AbstractMapper
-
- isPrintSchema() - Method in class com.mysema.query.sql.SQLTemplates
-
- isReference(Operation<?>, int) - Method in class com.mysema.query.mongodb.MongodbSerializer
-
- isReference(Path<?>) - Method in class com.mysema.query.mongodb.MongodbSerializer
-
- isReference(Path<?>) - Method in class com.mysema.query.mongodb.morphia.MorphiaSerializer
-
- isRegistered(Type) - Method in class com.mysema.query.codegen.TypeMappings
-
- isReserved(String) - Static method in class com.mysema.util.JavaSyntaxUtils
-
- isRestricting() - Method in class com.mysema.query.QueryModifiers
-
Checks if is restricting.
- isRing() - Method in class com.mysema.query.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.mysema.query.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.mysema.query.types.PathMetadata
-
- isSchemaToPackage() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- isSelect1Supported() - Method in class com.mysema.query.jpa.EclipseLinkTemplates
-
- isSelect1Supported() - Method in class com.mysema.query.jpa.HQLTemplates
-
- isSelect1Supported() - Method in class com.mysema.query.jpa.JPQLTemplates
-
- isSetType(Class<?>) - Method in class com.mysema.query.alias.DefaultTypeSystem
-
- isSetType(Class<?>) - Method in interface com.mysema.query.alias.TypeSystem
-
- isSimple() - Method in class com.mysema.query.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.mysema.query.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.mysema.query.sql.ant.AntMetaDataExporter
-
- isStrictMode() - Method in interface com.mysema.query.apt.Configuration
-
- isStrictMode() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- isString() - Method in class com.mysema.query.types.Template.AsString
-
- isString() - Method in class com.mysema.query.types.Template.ByIndex
-
- isString() - Method in class com.mysema.query.types.Template.Element
-
- isString() - Method in class com.mysema.query.types.Template.StaticText
-
- isString() - Method in class com.mysema.query.types.Template.Transformed
-
- isSupported(Class<? extends Annotation>) - Method in interface com.mysema.query.codegen.AnnotationHelper
-
Verify if AnnotationHelper instance can handle the annotation.
- isSupported(Class<? extends Annotation>) - Method in class com.mysema.query.maven.JPATemporalAnnotationHelper
-
- isSupportsAlias() - Method in class com.mysema.query.sql.SQLTemplates
-
- isSupportsUnquotedReservedWordsAsIdentifier() - Method in class com.mysema.query.sql.SQLTemplates
-
- isTrue() - Method in class com.mysema.query.types.expr.BooleanExpression
-
Get a this == true expression
- isTypeAsString() - Method in class com.mysema.query.jpa.HQLTemplates
-
- isTypeAsString() - Method in class com.mysema.query.jpa.JPQLTemplates
-
Deprecated.
- isUnionsWrapped() - Method in class com.mysema.query.sql.SQLTemplates
-
- isUnique() - Method in class com.mysema.query.DefaultQueryMetadata
-
- isUnique() - Method in class com.mysema.query.EmptyMetadata
-
- isUnique() - Method in interface com.mysema.query.QueryMetadata
-
Get whether the projection is unique
- isUnique() - Method in class com.mysema.query.sql.support.IndexData
-
- isUnique() - Method in class com.mysema.query.support.QueryMixin
-
- isUnknownAsEmbedded() - Method in interface com.mysema.query.apt.Configuration
-
- isUnknownAsEmbedded() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- isUseFields() - Method in interface com.mysema.query.apt.Configuration
-
- isUseFields() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- isUseGetters() - Method in interface com.mysema.query.apt.Configuration
-
- isUseGetters() - Method in class com.mysema.query.apt.DefaultConfiguration
-
- isUseQuotes() - Method in class com.mysema.query.sql.SQLTemplates
-
- isValidationAnnotations() - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- isValidConstructor(ExecutableElement) - Method in interface com.mysema.query.apt.Configuration
-
- isValidConstructor(ExecutableElement) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- isValidField(VariableElement) - Method in interface com.mysema.query.apt.Configuration
-
- isValidField(VariableElement) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- isValidGetter(ExecutableElement) - Method in interface com.mysema.query.apt.Configuration
-
- isValidGetter(ExecutableElement) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- isWithForOn() - Method in class com.mysema.query.jpa.HQLTemplates
-
- isWithForOn() - Method in class com.mysema.query.jpa.JPQLTemplates
-
- isWrapperFor(Class<?>) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- isWrapperFor(Class<?>) - Method in class com.mysema.util.ResultSetAdapter
-
- isWrapSelectParameters() - Method in class com.mysema.query.sql.SQLTemplates
-
- iterate(Expression<?>...) - Method in class com.mysema.query.collections.AbstractCollQuery
-
- iterate(Expression<RT>) - Method in class com.mysema.query.collections.AbstractCollQuery
-
- iterate(Expression<?>...) - Method in class com.mysema.query.group.GroupByBuilder
-
Get the results as a closeable iterator
- iterate(Expression<V>) - Method in class com.mysema.query.group.GroupByBuilder
-
Get the results as a closeable iterator
- iterate(FactoryExpression<V>) - Method in class com.mysema.query.group.GroupByBuilder
-
Get the results as a closeable iterator
- iterate() - Method in class com.mysema.query.hibernate.search.SearchQuery
-
- iterate(Expression<?>...) - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
- iterate(Expression<RT>) - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
- iterate(Expression<?>...) - Method in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- iterate(Expression<RT>) - Method in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- iterate(Query, FactoryExpression<?>) - Method in class com.mysema.query.jpa.DefaultQueryHandler
-
- iterate(Query, FactoryExpression<?>) - Method in class com.mysema.query.jpa.EclipseLinkHandler
-
- iterate(Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Return the query results as an Iterator.
Entities returned as results are initialized on demand.
- iterate(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Return the query results as an Iterator.
- iterate(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- iterate(Query, FactoryExpression<?>) - Method in class com.mysema.query.jpa.HibernateHandler
-
- iterate(Expression<?>...) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- iterate(Expression<RT>) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- iterate(Query, FactoryExpression<?>) - Method in interface com.mysema.query.jpa.QueryHandler
-
Iterate the results with the optional projection
- iterate(Expression<RT>) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- iterate() - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
- iterate(Path<?>...) - Method in class com.mysema.query.mongodb.MongodbQuery
-
- iterate() - Method in class com.mysema.query.mongodb.MongodbQuery
-
- iterate(Expression<?>...) - Method in interface com.mysema.query.Projectable
-
iterate over the results for the given projection
- iterate(Expression<RT>) - Method in interface com.mysema.query.Projectable
-
iterate over the results for the given projection
- iterate() - Method in interface com.mysema.query.SimpleProjectable
-
Get the projection as a typed closeable Iterator
- iterate(Expression<RT>) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- iterate(Expression<?>...) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- iterate() - Method in interface com.mysema.query.sql.Union
-
Get the projection as a typed Iterator
- iterate() - Method in class com.mysema.query.sql.UnionImpl
-
- iterate(Expression<?>...) - Method in class com.mysema.query.support.ProjectableAdapter
-
- iterate(Expression<RT>) - Method in class com.mysema.query.support.ProjectableAdapter
-
- iterate() - Method in class com.mysema.query.support.SimpleProjectableAdapter
-
- iterateDistinct() - Method in class com.mysema.query.hibernate.search.SearchQuery
-
- JavaSyntaxUtils - Class in com.mysema.util
-
JavaSyntaxUtils defines reserved keywords for Java
- JavaTemplates - Class in com.mysema.query.types
-
JavaTemplates extends
Templates
to provide Java syntax compliant serialization
of Querydsl expressions
- JavaTemplates() - Constructor for class com.mysema.query.types.JavaTemplates
-
- javaType - Variable in class com.mysema.query.maven.NumericMapping
-
- JavaTypeMapping - Class in com.mysema.query.sql
-
JavaTypeMapping provides a mapping from Class to Type instances
- JavaTypeMapping() - Constructor for class com.mysema.query.sql.JavaTypeMapping
-
- JavaTypeMappings - Class in com.mysema.query.codegen
-
JavaTypeMappings defines mappings from
TypeCategory
instances to
Expression
types
- JavaTypeMappings() - Constructor for class com.mysema.query.codegen.JavaTypeMappings
-
- JDBCTypeMapping - Class in com.mysema.query.sql
-
JDBCTypeMapping defines a mapping from JDBC types to Java classes.
- JDBCTypeMapping() - Constructor for class com.mysema.query.sql.JDBCTypeMapping
-
- JDO - Static variable in class com.mysema.query.codegen.Keywords
-
- JDOAnnotationProcessor - Class in com.mysema.query.apt.jdo
-
AnnotationProcessor for JDO which takes PersistenceCapable
, EmbeddedOnly
and
NotPersistent
into account
- JDOAnnotationProcessor() - Constructor for class com.mysema.query.apt.jdo.JDOAnnotationProcessor
-
- JDOCommonQuery<Q extends JDOCommonQuery<Q>> - Interface in com.mysema.query.jdo
-
JDOCommonQuery is a parent interface for JDOQLQuery and JDOSubQuery
- JDOConfiguration - Class in com.mysema.query.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.mysema.query.apt.jdo.JDOConfiguration
-
- JDODeleteClause - Class in com.mysema.query.jdo.dml
-
DeleteClause implementation for JDO
- JDODeleteClause(PersistenceManager, EntityPath<?>) - Constructor for class com.mysema.query.jdo.dml.JDODeleteClause
-
- JDODeleteClause(PersistenceManager, EntityPath<?>, JDOQLTemplates) - Constructor for class com.mysema.query.jdo.dml.JDODeleteClause
-
- JDOExporterMojo - Class in com.mysema.query.maven
-
JDOExporterMojo calls the GenericExporter tool using the classpath of the module
- JDOExporterMojo() - Constructor for class com.mysema.query.maven.JDOExporterMojo
-
- JDOQLQuery - Interface in com.mysema.query.jdo
-
Query interface for JDOQL queries
- JDOQLSerializer - Class in com.mysema.query.jdo
-
JDOQLSerializer serializes Querydsl queries and expressions into JDOQL strings
- JDOQLSerializer(JDOQLTemplates, Expression<?>) - Constructor for class com.mysema.query.jdo.JDOQLSerializer
-
- JDOQLTemplates - Class in com.mysema.query.jdo
-
JDOQLTemplates provides patterns for JDOQL serialization
- JDOQLTemplates() - Constructor for class com.mysema.query.jdo.JDOQLTemplates
-
- JDOQuery - Class in com.mysema.query.jdo
-
JDOQuery is the default implementation of the JDOQLQuery interface
- JDOQuery() - Constructor for class com.mysema.query.jdo.JDOQuery
-
Create a detached JDOQuery instance
The query can be attached via the clone method
- JDOQuery(PersistenceManager, JDOQLTemplates, boolean) - Constructor for class com.mysema.query.jdo.JDOQuery
-
Create a new JDOQuery instance
- JDOQuery(PersistenceManager, boolean) - Constructor for class com.mysema.query.jdo.JDOQuery
-
Create a new JDOQuery instance
- JDOQuery(PersistenceManager) - Constructor for class com.mysema.query.jdo.JDOQuery
-
Create a new JDOQuery instance
- JDOQuery(PersistenceManager, JDOQLTemplates, QueryMetadata, boolean) - Constructor for class com.mysema.query.jdo.JDOQuery
-
Create a new JDOQuery instance
- JDOQueryFactory - Class in com.mysema.query.jdo
-
Factory class for query and DML clause creation
- JDOQueryFactory(Provider<PersistenceManager>) - Constructor for class com.mysema.query.jdo.JDOQueryFactory
-
- JDOQueryMixin<T> - Class in com.mysema.query.jdo
-
JDOQueryMixin extends
QueryMixin
to provide module specific extensions
- JDOQueryMixin() - Constructor for class com.mysema.query.jdo.JDOQueryMixin
-
- JDOQueryMixin(QueryMetadata) - Constructor for class com.mysema.query.jdo.JDOQueryMixin
-
- JDOQueryMixin(T, QueryMetadata) - Constructor for class com.mysema.query.jdo.JDOQueryMixin
-
- JDOSQLQuery - Class in com.mysema.query.jdo.sql
-
JDOSQLQuery is an SQLQuery implementation that uses JDO's SQL query functionality
to execute queries
- JDOSQLQuery(PersistenceManager, SQLTemplates) - Constructor for class com.mysema.query.jdo.sql.JDOSQLQuery
-
- JDOSQLQuery(PersistenceManager, Configuration) - Constructor for class com.mysema.query.jdo.sql.JDOSQLQuery
-
- JDOSQLQuery(PersistenceManager, Configuration, QueryMetadata, boolean) - Constructor for class com.mysema.query.jdo.sql.JDOSQLQuery
-
- JDOSubQuery - Class in com.mysema.query.jdo
-
JDOSubQuery is subquery implementation for JDOQL
- JDOSubQuery() - Constructor for class com.mysema.query.jdo.JDOSubQuery
-
- JDOSubQuery(QueryMetadata) - Constructor for class com.mysema.query.jdo.JDOSubQuery
-
- JDOUpdateClause - Class in com.mysema.query.jdo.dml
-
UpdateClause implementation for JDO
- JDOUpdateClause() - Constructor for class com.mysema.query.jdo.dml.JDOUpdateClause
-
- JGeometryConverter - Class in com.mysema.query.sql.spatial
-
- JGeometryType - Class in com.mysema.query.sql.spatial
-
- JGeometryType() - Constructor for class com.mysema.query.sql.spatial.JGeometryType
-
- JodaTimeTemplates - Class in com.mysema.query.collections
-
Custom templates which support the Joda Time API instead of the JDK Date API
- JodaTimeTemplates() - Constructor for class com.mysema.query.collections.JodaTimeTemplates
-
- join(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- join(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- join(EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- join(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- join(MapExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- join(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- join(EntityPath<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a join with the given target.
- join(EntityPath<P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a join with the given target and alias.
- join(CollectionExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a join with the given target.
- join(CollectionExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
- join(MapExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a join with the given target.
- join(MapExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a join with the given target and alias.
- join(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- join(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- join(EntityPath<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- join(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- join(MapExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- join(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- join(Path<T>, Path<T>) - Method in class com.mysema.query.mongodb.MongodbQuery
-
Define a join
- join(CollectionPathBase<?, T, ?>, Path<T>) - Method in class com.mysema.query.mongodb.MongodbQuery
-
Define a join
- join(EntityPath<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- join(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- join(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- join(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- join(EntityPath<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- join(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- join(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- join(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- join(EntityPath<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a join to the given target
- join(RelationalFunctionCall<E>, Path<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a full join to the given target
- join(ForeignKey<E>, RelationalPath<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a join to the given target
- join(SubQueryExpression<?>, Path<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a join to the given target
- join(Expression<P>) - Method in class com.mysema.query.support.QueryMixin
-
- join(Expression<P>, Path<P>) - Method in class com.mysema.query.support.QueryMixin
-
- join(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.support.QueryMixin
-
- join(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.support.QueryMixin
-
- join(SubQueryExpression<P>, Path<?>) - Method in class com.mysema.query.support.QueryMixin
-
- JoinBuilder<K,T> - Class in com.mysema.query.mongodb
-
JoinBuilder is a builder for join constraints
- JoinBuilder(QueryMixin<MongodbQuery<K>>, Path<?>, Path<T>) - Constructor for class com.mysema.query.mongodb.JoinBuilder
-
- JoinExpression - Class in com.mysema.query
-
JoinExpression is a join element in a
Query
instance.
- JoinExpression(JoinType, Expression<?>) - Constructor for class com.mysema.query.JoinExpression
-
Create a new JoinExpression instance
- JoinExpression(JoinType, Expression<?>, Predicate, Set<JoinFlag>) - Constructor for class com.mysema.query.JoinExpression
-
Create a new JoinExpression instance
- JoinFlag - Class in com.mysema.query
-
JoinFlag defines a join related flag using an Expression instance
- JoinFlag(String) - Constructor for class com.mysema.query.JoinFlag
-
- JoinFlag(String, JoinFlag.Position) - Constructor for class com.mysema.query.JoinFlag
-
- JoinFlag(Expression<?>) - Constructor for class com.mysema.query.JoinFlag
-
- JoinFlag(Expression<?>, JoinFlag.Position) - Constructor for class com.mysema.query.JoinFlag
-
- JoinFlag.Position - Enum in com.mysema.query
-
- JoinType - Enum in com.mysema.query
-
JoinType defines the supported join types
- JPA - Static variable in class com.mysema.query.codegen.Keywords
-
- JPAAnnotationProcessor - Class in com.mysema.query.apt.jpa
-
AnnotationProcessor for JPA which takes Entity
, MappedSuperclass
, Embeddable
and Transient
into account
- JPAAnnotationProcessor() - Constructor for class com.mysema.query.apt.jpa.JPAAnnotationProcessor
-
- JPACollectionAnyVisitor - Class in com.mysema.query.jpa
-
- JPACommonQuery<Q extends JPACommonQuery<Q>> - Interface in com.mysema.query.jpa
-
JPACommonQuery is a common interface for queries and subqueries of this module
- JPAConfiguration - Class in com.mysema.query.apt.jpa
-
- JPAConfiguration(RoundEnvironment, Map<String, String>, Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>, Class<? extends Annotation>) - Constructor for class com.mysema.query.apt.jpa.JPAConfiguration
-
- JPADeleteClause - Class in com.mysema.query.jpa.impl
-
DeleteClause implementation for JPA
- JPADeleteClause(EntityManager, EntityPath<?>) - Constructor for class com.mysema.query.jpa.impl.JPADeleteClause
-
- JPADeleteClause(EntityManager, EntityPath<?>, JPQLTemplates) - Constructor for class com.mysema.query.jpa.impl.JPADeleteClause
-
- JPADomainExporter - Class in com.mysema.query.jpa.codegen
-
JPADomainExporter exports JPA 2 metamodels to Querydsl expression types
- JPADomainExporter(File, Metamodel) - Constructor for class com.mysema.query.jpa.codegen.JPADomainExporter
-
Create a new JPADomainExporter instance
- JPADomainExporter(String, File, Metamodel) - Constructor for class com.mysema.query.jpa.codegen.JPADomainExporter
-
Create a new JPADomainExporter instance
- JPADomainExporter(String, File, Metamodel, Charset) - Constructor for class com.mysema.query.jpa.codegen.JPADomainExporter
-
Create a new JPADomainExporter instance
- JPADomainExporter(String, String, File, Metamodel) - Constructor for class com.mysema.query.jpa.codegen.JPADomainExporter
-
Create a new JPADomainExporter instance
- JPADomainExporter(String, File, SerializerConfig, Metamodel) - Constructor for class com.mysema.query.jpa.codegen.JPADomainExporter
-
Create a new JPADomainExporter instance
- JPADomainExporter(String, File, SerializerConfig, Metamodel, Charset) - Constructor for class com.mysema.query.jpa.codegen.JPADomainExporter
-
Create a new JPADomainExporter instance
- JPADomainExporter(String, String, File, SerializerConfig, Metamodel, Charset) - Constructor for class com.mysema.query.jpa.codegen.JPADomainExporter
-
Create a new JPADomainExporter instance
- JPAExporterMojo - Class in com.mysema.query.maven
-
JPAExporterMojo calls the GenericExporter tool using the classpath of the
module
- JPAExporterMojo() - Constructor for class com.mysema.query.maven.JPAExporterMojo
-
- JPAExpressions - Class in com.mysema.query.jpa
-
JPAExpressions provides factory methods for JPQL specific operations
elements.
- JPAPathBuilderValidator - Class in com.mysema.query.jpa.support
-
JPAPathBuilderValidator implements PathBuilderValidator using a JPA Metamodel instance
- JPAPathBuilderValidator(EntityManager) - Constructor for class com.mysema.query.jpa.support.JPAPathBuilderValidator
-
- JPAPathBuilderValidator(Metamodel) - Constructor for class com.mysema.query.jpa.support.JPAPathBuilderValidator
-
- JPAProvider - Class in com.mysema.query.jpa.impl
-
JPAProvider provides detection of the JPA provider based on the EntityManager instance
- JPAQuery - Class in com.mysema.query.jpa.impl
-
JPAQuery is the default implementation of the JPQLQuery interface for JPA
- JPAQuery() - Constructor for class com.mysema.query.jpa.impl.JPAQuery
-
Creates a new detached query
The query can be attached via the clone method
- JPAQuery(EntityManager) - Constructor for class com.mysema.query.jpa.impl.JPAQuery
-
Creates a new EntityManager bound query
- JPAQuery(EntityManager, QueryMetadata) - Constructor for class com.mysema.query.jpa.impl.JPAQuery
-
Creates a new EntityManager bound query
- JPAQuery(EntityManager, JPQLTemplates) - Constructor for class com.mysema.query.jpa.impl.JPAQuery
-
Creates a new query
- JPAQuery(EntityManager, JPQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.jpa.impl.JPAQuery
-
Creates a new query
- JPAQueryBase<Q extends JPAQueryBase<Q>> - Class in com.mysema.query.jpa
-
JPAQueryBase is a base Query class for JPA queries
- JPAQueryBase(QueryMetadata, JPQLTemplates) - Constructor for class com.mysema.query.jpa.JPAQueryBase
-
- JPAQueryFactory - Class in com.mysema.query.jpa.impl
-
Factory class for query and DML clause creation
- JPAQueryFactory(Provider<EntityManager>) - Constructor for class com.mysema.query.jpa.impl.JPAQueryFactory
-
- JPAQueryFactory(JPQLTemplates, Provider<EntityManager>) - Constructor for class com.mysema.query.jpa.impl.JPAQueryFactory
-
- JPAQueryMixin<T> - Class in com.mysema.query.jpa
-
JPAQueryMixin extends
QueryMixin
to support JPQL join construction
- JPAQueryMixin() - Constructor for class com.mysema.query.jpa.JPAQueryMixin
-
- JPAQueryMixin(QueryMetadata) - Constructor for class com.mysema.query.jpa.JPAQueryMixin
-
- JPAQueryMixin(T, QueryMetadata) - Constructor for class com.mysema.query.jpa.JPAQueryMixin
-
- JPASQLQuery - Class in com.mysema.query.jpa.sql
-
JPASQLQuery is an SQLQuery implementation that uses JPA Native SQL functionality
to execute queries
- JPASQLQuery(EntityManager, SQLTemplates) - Constructor for class com.mysema.query.jpa.sql.JPASQLQuery
-
- JPASQLQuery(EntityManager, Configuration) - Constructor for class com.mysema.query.jpa.sql.JPASQLQuery
-
- JPASQLQuery(EntityManager, Configuration, QueryHandler) - Constructor for class com.mysema.query.jpa.sql.JPASQLQuery
-
- JPASQLQuery(EntityManager, SQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.jpa.sql.JPASQLQuery
-
- JPASQLQuery(EntityManager, Configuration, QueryMetadata) - Constructor for class com.mysema.query.jpa.sql.JPASQLQuery
-
- JPASQLQuery(EntityManager, Configuration, QueryHandler, QueryMetadata) - Constructor for class com.mysema.query.jpa.sql.JPASQLQuery
-
- JPASubQuery - Class in com.mysema.query.jpa
-
JPASubQuery is a subquery class for JPA
- JPASubQuery() - Constructor for class com.mysema.query.jpa.JPASubQuery
-
- JPASubQuery(QueryMetadata) - Constructor for class com.mysema.query.jpa.JPASubQuery
-
- JPATemporalAnnotationHelper - Class in com.mysema.query.maven
-
- JPAUpdateClause - Class in com.mysema.query.jpa.impl
-
UpdateClause implementation for JPA
- JPAUpdateClause(EntityManager, EntityPath<?>) - Constructor for class com.mysema.query.jpa.impl.JPAUpdateClause
-
- JPAUpdateClause(EntityManager, EntityPath<?>, JPQLTemplates) - Constructor for class com.mysema.query.jpa.impl.JPAUpdateClause
-
- JPAUtil - Class in com.mysema.query.jpa.impl
-
JPAUtil provides static utility methods for JPA
- JPQLOps - Class in com.mysema.query.jpa
-
- JPQLQuery - Interface in com.mysema.query.jpa
-
Query interface for JPQL queries
- JPQLQueryFactory - Interface in com.mysema.query.jpa
-
Common interface for JPA related QueryFactory implementations
- JPQLSerializer - Class in com.mysema.query.jpa
-
JPQLSerializer serializes Querydsl expressions into JPQL syntax.
- JPQLSerializer(JPQLTemplates) - Constructor for class com.mysema.query.jpa.JPQLSerializer
-
- JPQLSerializer(JPQLTemplates, EntityManager) - Constructor for class com.mysema.query.jpa.JPQLSerializer
-
- JPQLSubQuery - Interface in com.mysema.query.jpa
-
- JPQLTemplates - Class in com.mysema.query.jpa
-
JPQLTemplates extends
Templates
to provide operator patterns for JPQL
serialization
- JPQLTemplates() - Constructor for class com.mysema.query.jpa.JPQLTemplates
-
- JPQLTemplates(char) - Constructor for class com.mysema.query.jpa.JPQLTemplates
-
- JPQLTemplates(char, QueryHandler) - Constructor for class com.mysema.query.jpa.JPQLTemplates
-
- JTSCurveExpression<T extends com.vividsolutions.jts.geom.Geometry> - Class in com.mysema.query.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.mysema.query.spatial.jts.JTSCurveExpression
-
- JTSGeometryCollectionExpression<T extends com.vividsolutions.jts.geom.GeometryCollection> - Class in com.mysema.query.spatial.jts
-
A GeometryCollection is a geometric object that is a collection of some number of geometric objects.
- JTSGeometryCollectionExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.jts.JTSGeometryCollectionExpression
-
- JTSGeometryCollectionPath<T extends com.vividsolutions.jts.geom.GeometryCollection> - Class in com.mysema.query.spatial.jts.path
-
- JTSGeometryCollectionPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSGeometryCollectionPath
-
- JTSGeometryCollectionPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSGeometryCollectionPath
-
- JTSGeometryCollectionPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSGeometryCollectionPath
-
- JTSGeometryCollectionPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSGeometryCollectionPath
-
- JTSGeometryCollectionPath(String) - Constructor for class com.mysema.query.spatial.jts.path.JTSGeometryCollectionPath
-
- JTSGeometryCollectionPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSGeometryCollectionPath
-
- JTSGeometryExpression<T extends com.vividsolutions.jts.geom.Geometry> - Class in com.mysema.query.spatial.jts
-
Geometry is the root class of the hierarchy.
- JTSGeometryExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.jts.JTSGeometryExpression
-
- JTSGeometryExpressions - Class in com.mysema.query.spatial.jts
-
GeometryExpressions contains static functions for GEO operations
- JTSGeometryOperation<T extends com.vividsolutions.jts.geom.Geometry> - Class in com.mysema.query.spatial.jts
-
- JTSGeometryOperation(Class<T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.spatial.jts.JTSGeometryOperation
-
- JTSGeometryOperation(Class<T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.spatial.jts.JTSGeometryOperation
-
- JTSGeometryPath<T extends com.vividsolutions.jts.geom.Geometry> - Class in com.mysema.query.spatial.jts.path
-
- JTSGeometryPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- JTSGeometryPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- JTSGeometryPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- JTSGeometryPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- JTSGeometryPath(String) - Constructor for class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- JTSGeometryPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSGeometryPath
-
- JTSGeometryPaths - Interface in com.mysema.query.spatial.jts.path
-
- JTSLinearRingExpression<T extends com.vividsolutions.jts.geom.LineString> - Class in com.mysema.query.spatial.jts
-
A LinearRing is a LineString that is both closed and simple.
- JTSLinearRingExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.jts.JTSLinearRingExpression
-
- JTSLinearRingPath<T extends com.vividsolutions.jts.geom.LinearRing> - Class in com.mysema.query.spatial.jts.path
-
- JTSLinearRingPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSLinearRingPath
-
- JTSLinearRingPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSLinearRingPath
-
- JTSLinearRingPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSLinearRingPath
-
- JTSLinearRingPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSLinearRingPath
-
- JTSLinearRingPath(String) - Constructor for class com.mysema.query.spatial.jts.path.JTSLinearRingPath
-
- JTSLinearRingPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSLinearRingPath
-
- JTSLineExpression<T extends com.vividsolutions.jts.geom.LineString> - Class in com.mysema.query.spatial.jts
-
A Line is a LineString with exactly 2 Points.
- JTSLineExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.jts.JTSLineExpression
-
- JTSLineStringExpression<T extends com.vividsolutions.jts.geom.LineString> - Class in com.mysema.query.spatial.jts
-
A LineString is a Curve with linear interpolation between Points.
- JTSLineStringExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.jts.JTSLineStringExpression
-
- JTSLineStringOperation<T extends com.vividsolutions.jts.geom.LineString> - Class in com.mysema.query.spatial.jts
-
- JTSLineStringOperation(Class<T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.spatial.jts.JTSLineStringOperation
-
- JTSLineStringOperation(Class<T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.spatial.jts.JTSLineStringOperation
-
- JTSLineStringPath<T extends com.vividsolutions.jts.geom.LineString> - Class in com.mysema.query.spatial.jts.path
-
- JTSLineStringPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSLineStringPath
-
- JTSLineStringPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSLineStringPath
-
- JTSLineStringPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSLineStringPath
-
- JTSLineStringPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSLineStringPath
-
- JTSLineStringPath(String) - Constructor for class com.mysema.query.spatial.jts.path.JTSLineStringPath
-
- JTSLineStringPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSLineStringPath
-
- JTSMultiCurveExpression<T extends com.vividsolutions.jts.geom.GeometryCollection> - Class in com.mysema.query.spatial.jts
-
A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.
- JTSMultiCurveExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.jts.JTSMultiCurveExpression
-
- JTSMultiLineStringExpression<T extends com.vividsolutions.jts.geom.MultiLineString> - Class in com.mysema.query.spatial.jts
-
A MultiLineString is a MultiCurve whose elements are LineStrings.
- JTSMultiLineStringExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.jts.JTSMultiLineStringExpression
-
- JTSMultiLineStringPath<T extends com.vividsolutions.jts.geom.MultiLineString> - Class in com.mysema.query.spatial.jts.path
-
- JTSMultiLineStringPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiLineStringPath
-
- JTSMultiLineStringPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiLineStringPath
-
- JTSMultiLineStringPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiLineStringPath
-
- JTSMultiLineStringPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiLineStringPath
-
- JTSMultiLineStringPath(String) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiLineStringPath
-
- JTSMultiLineStringPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiLineStringPath
-
- JTSMultiPointExpression<T extends com.vividsolutions.jts.geom.MultiPoint> - Class in com.mysema.query.spatial.jts
-
A MultiPoint is a 0-dimensional GeometryCollection.
- JTSMultiPointExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.jts.JTSMultiPointExpression
-
- JTSMultiPointPath<T extends com.vividsolutions.jts.geom.MultiPoint> - Class in com.mysema.query.spatial.jts.path
-
- JTSMultiPointPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiPointPath
-
- JTSMultiPointPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiPointPath
-
- JTSMultiPointPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiPointPath
-
- JTSMultiPointPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiPointPath
-
- JTSMultiPointPath(String) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiPointPath
-
- JTSMultiPointPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiPointPath
-
- JTSMultiPolygonExpression<T extends com.vividsolutions.jts.geom.MultiPolygon> - Class in com.mysema.query.spatial.jts
-
A MultiPolygon is a MultiSurface whose elements are Polygons.
- JTSMultiPolygonExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.jts.JTSMultiPolygonExpression
-
- JTSMultiPolygonPath<T extends com.vividsolutions.jts.geom.MultiPolygon> - Class in com.mysema.query.spatial.jts.path
-
- JTSMultiPolygonPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiPolygonPath
-
- JTSMultiPolygonPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiPolygonPath
-
- JTSMultiPolygonPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiPolygonPath
-
- JTSMultiPolygonPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiPolygonPath
-
- JTSMultiPolygonPath(String) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiPolygonPath
-
- JTSMultiPolygonPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSMultiPolygonPath
-
- JTSMultiSurfaceExpression<T extends com.vividsolutions.jts.geom.GeometryCollection> - Class in com.mysema.query.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.mysema.query.spatial.jts.JTSMultiSurfaceExpression
-
- JTSPointExpression<T extends com.vividsolutions.jts.geom.Point> - Class in com.mysema.query.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.mysema.query.spatial.jts.JTSPointExpression
-
- JTSPointOperation<T extends com.vividsolutions.jts.geom.Point> - Class in com.mysema.query.spatial.jts
-
- JTSPointOperation(Class<T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.spatial.jts.JTSPointOperation
-
- JTSPointOperation(Class<T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.spatial.jts.JTSPointOperation
-
- JTSPointPath<T extends com.vividsolutions.jts.geom.Point> - Class in com.mysema.query.spatial.jts.path
-
- JTSPointPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSPointPath
-
- JTSPointPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSPointPath
-
- JTSPointPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSPointPath
-
- JTSPointPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSPointPath
-
- JTSPointPath(String) - Constructor for class com.mysema.query.spatial.jts.path.JTSPointPath
-
- JTSPointPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSPointPath
-
- JTSPolygonExpression<T extends com.vividsolutions.jts.geom.Polygon> - Class in com.mysema.query.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.mysema.query.spatial.jts.JTSPolygonExpression
-
- JTSPolygonOperation<T extends com.vividsolutions.jts.geom.Polygon> - Class in com.mysema.query.spatial.jts
-
- JTSPolygonOperation(Class<T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.spatial.jts.JTSPolygonOperation
-
- JTSPolygonOperation(Class<T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.spatial.jts.JTSPolygonOperation
-
- JTSPolygonPath<T extends com.vividsolutions.jts.geom.Polygon> - Class in com.mysema.query.spatial.jts.path
-
- JTSPolygonPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSPolygonPath
-
- JTSPolygonPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSPolygonPath
-
- JTSPolygonPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSPolygonPath
-
- JTSPolygonPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.jts.path.JTSPolygonPath
-
- JTSPolygonPath(String) - Constructor for class com.mysema.query.spatial.jts.path.JTSPolygonPath
-
- JTSPolygonPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.jts.path.JTSPolygonPath
-
- JTSSurfaceExpression<T extends com.vividsolutions.jts.geom.Geometry> - Class in com.mysema.query.spatial.jts
-
A Surface is a 2-dimensional geometric object.
- JTSSurfaceExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.jts.JTSSurfaceExpression
-
- lag(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
expr evaluated at the row that is one row before the current row within the partition
- LAG - Static variable in class com.mysema.query.sql.SQLOps
-
- last() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- last() - Method in class com.mysema.util.ResultSetAdapter
-
- lastValue(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
returns value evaluated at the row that is the last row of the window frame
- LASTVALUE - Static variable in class com.mysema.query.sql.SQLOps
-
- le(Operation<?>, QueryMetadata) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- lead(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
expr evaluated at the row that is one row after the current row within the partition;
- LEAD - Static variable in class com.mysema.query.sql.SQLOps
-
- left(Expression<String>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get the rhs leftmost characters of lhs
- left(Expression<String>, Expression<Integer>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get the rhs leftmost characters of lhs
- LEFT - Static variable in class com.mysema.query.types.Ops.StringOps
-
- leftJoin(Path<? extends Collection<P>>, Path<P>) - Method in class com.mysema.query.collections.AbstractCollQuery
-
Define a left join from the Collection typed path to the alias
- leftJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.collections.AbstractCollQuery
-
Define a left join from the Map typed path to the alias
- leftJoin(Collection<T>) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- leftJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- leftJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- leftJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- leftJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- leftJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- leftJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- leftJoin(EntityPath<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a left join with the given target.
- leftJoin(EntityPath<P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a left join with the given target and alias.
- leftJoin(CollectionExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a left join with the given target.
- leftJoin(CollectionExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a left join with the given target and alias.
- leftJoin(MapExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a left join with the given target.
- leftJoin(MapExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a left join with the given target and alias.
- leftJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- leftJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- leftJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- leftJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- leftJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- leftJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- leftJoin(EntityPath<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- leftJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- leftJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- leftJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- leftJoin(EntityPath<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- leftJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- leftJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- leftJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- leftJoin(EntityPath<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a left join to the given target
- leftJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a full join to the given target
- leftJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a left join to the given target
- leftJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a left join to the given target
- leftJoin(Expression<P>) - Method in class com.mysema.query.support.QueryMixin
-
- leftJoin(Expression<P>, Path<P>) - Method in class com.mysema.query.support.QueryMixin
-
- leftJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.support.QueryMixin
-
- leftJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.support.QueryMixin
-
- leftJoin(SubQueryExpression<P>, Path<?>) - Method in class com.mysema.query.support.QueryMixin
-
- length() - Method in class com.mysema.query.spatial.CurveExpression
-
The length of this Curve in its associated spatial reference.
- length() - Method in class com.mysema.query.spatial.jts.JTSCurveExpression
-
The length of this Curve in its associated spatial reference.
- length() - Method in class com.mysema.query.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.mysema.query.spatial.MultiCurveExpression
-
The Length of this MultiCurve which is equal to the sum of the lengths of the element
Curves.
- LENGTH - Static variable in class com.mysema.query.spatial.SpatialOps
-
- length() - Method in class com.mysema.query.types.expr.StringExpression
-
Return the length of this String
- LENGTH2 - Static variable in class com.mysema.query.spatial.SpatialOps
-
- level - Static variable in class com.mysema.query.sql.oracle.OracleGrammar
-
- like(String, String) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- like(String, String, char) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- like(Operation<?>, QueryMetadata) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- like(String) - Method in class com.mysema.query.types.expr.NumberExpression
-
Expr: this like str
- like(Expression<String>) - Method in class com.mysema.query.types.expr.NumberExpression
-
Expr: this like str
- like(String) - Method in class com.mysema.query.types.expr.StringExpression
-
Expr: this like str
- like(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
Expr: this like str
- like(String, char) - Method in class com.mysema.query.types.expr.StringExpression
-
Expr: this like str
- like(Expression<String>, char) - Method in class com.mysema.query.types.expr.StringExpression
-
Expr: this like str
- LIKE - Static variable in class com.mysema.query.types.Ops
-
- LIKE_ESCAPE - Static variable in class com.mysema.query.types.Ops
-
- likeToRegex(Expression<String>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Convert the given like pattern to a regex pattern
- likeToRegex(Expression<String>, boolean) - Static method in class com.mysema.query.types.ExpressionUtils
-
- limit(long) - Method in class com.mysema.query.hibernate.search.SearchQuery
-
- limit(long) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- limit(long) - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
- limit(long) - Method in class com.mysema.query.mongodb.MongodbQuery
-
- limit(long) - Static method in class com.mysema.query.QueryModifiers
-
- limit(long) - Method in interface com.mysema.query.SimpleQuery
-
Set the limit / max results for the query results
- limit(long) - Method in class com.mysema.query.sql.dml.SQLDeleteClause
-
- limit(long) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
- limit(long) - Method in class com.mysema.query.support.QueryBase
-
Defines the limit / max results for the query results
- limit(long) - Method in class com.mysema.query.support.QueryMixin
-
- limit(long) - Method in class com.mysema.query.support.SimpleProjectableAdapter
-
- LinearRingExpression<T extends org.geolatte.geom.LineString> - Class in com.mysema.query.spatial
-
A LinearRing is a LineString that is both closed and simple.
- LinearRingExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.LinearRingExpression
-
- LinearRingPath<T extends org.geolatte.geom.LinearRing> - Class in com.mysema.query.spatial.path
-
- LinearRingPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.path.LinearRingPath
-
- LinearRingPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.path.LinearRingPath
-
- LinearRingPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.LinearRingPath
-
- LinearRingPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.LinearRingPath
-
- LinearRingPath(String) - Constructor for class com.mysema.query.spatial.path.LinearRingPath
-
- LinearRingPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.path.LinearRingPath
-
- LineExpression<T extends org.geolatte.geom.LineString> - Class in com.mysema.query.spatial
-
A Line is a LineString with exactly 2 Points.
- LineExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.LineExpression
-
- LineStringExpression<T extends org.geolatte.geom.LineString> - Class in com.mysema.query.spatial
-
A LineString is a Curve with linear interpolation between Points.
- LineStringExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.LineStringExpression
-
- LineStringOperation<T extends org.geolatte.geom.LineString> - Class in com.mysema.query.spatial
-
- LineStringOperation(Class<T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.spatial.LineStringOperation
-
- LineStringOperation(Class<T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.spatial.LineStringOperation
-
- LineStringPath<T extends org.geolatte.geom.LineString> - Class in com.mysema.query.spatial.path
-
- LineStringPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.path.LineStringPath
-
- LineStringPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.path.LineStringPath
-
- LineStringPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.LineStringPath
-
- LineStringPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.LineStringPath
-
- LineStringPath(String) - Constructor for class com.mysema.query.spatial.path.LineStringPath
-
- LineStringPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.path.LineStringPath
-
- list(Expression<?>...) - Method in class com.mysema.query.collections.AbstractCollQuery
-
- list(Expression<RT>) - Method in class com.mysema.query.collections.AbstractCollQuery
-
- list(QueryMetadata, Map<Expression<?>, Iterable<?>>, Expression<T>) - Method in class com.mysema.query.collections.DefaultQueryEngine
-
- list(QueryMetadata, Map<Expression<?>, Iterable<?>>, Expression<T>) - Method in interface com.mysema.query.collections.QueryEngine
-
Evaluate the given query and return the projection as a list
- list(Expression<?>...) - Method in interface com.mysema.query.Detachable
-
Create a multi row subquery expression for the given projection
- list(Object...) - Method in interface com.mysema.query.Detachable
-
Create a multi row subquery expression for the given projection
- list(Expression<RT>) - Method in interface com.mysema.query.Detachable
-
Create a multi row subquery expression for the given projection
- list(Expression<E>) - Static method in class com.mysema.query.group.GroupBy
-
Create a new aggregating list expression
- list(GroupExpression<E, F>) - Static method in class com.mysema.query.group.GroupBy
-
- list(Expression<?>...) - Method in class com.mysema.query.group.GroupByBuilder
-
Get the results as a list
- list(Expression<V>) - Method in class com.mysema.query.group.GroupByBuilder
-
Get the results as a list
- list(FactoryExpression<V>) - Method in class com.mysema.query.group.GroupByBuilder
-
Get the results as a list
- list() - Method in class com.mysema.query.hibernate.search.SearchQuery
-
- list(Expression<?>...) - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
- list(Expression<RT>) - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
- list(Expression<?>...) - Method in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- list(Expression<RT>) - Method in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- list(Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- list(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- list(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- list(Expression<?>...) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- list(Expression<RT>) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- list(Expression<RT>) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- list() - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
- list(Path<?>...) - Method in class com.mysema.query.mongodb.MongodbQuery
-
- list() - Method in class com.mysema.query.mongodb.MongodbQuery
-
- list(Expression<?>...) - Method in interface com.mysema.query.Projectable
-
list the results for the given projection
An empty list is returned for no results.
- list(Expression<RT>) - Method in interface com.mysema.query.Projectable
-
list the results for the given projection
An empty list is returned for no results.
- list() - Method in interface com.mysema.query.SimpleProjectable
-
Get the projection as a typed List
- list(Expression<RT>) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- list(Expression<?>...) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- list() - Method in interface com.mysema.query.sql.Union
-
Get the projection as a typed List
- list() - Method in class com.mysema.query.sql.UnionImpl
-
- list(Expression<?>, Expression<?>, Expression<?>...) - Method in class com.mysema.query.support.DetachableAdapter
-
- list(Expression<?>...) - Method in class com.mysema.query.support.DetachableAdapter
-
- list(Expression<RT>) - Method in class com.mysema.query.support.DetachableAdapter
-
- list(Object...) - Method in class com.mysema.query.support.DetachableAdapter
-
- list(Expression<?>...) - Method in class com.mysema.query.support.DetachableMixin
-
- list(Expression<RT>) - Method in class com.mysema.query.support.DetachableMixin
-
- list(Object) - Method in class com.mysema.query.support.DetachableMixin
-
- list(Object...) - Method in class com.mysema.query.support.DetachableMixin
-
- list(Expression<?>...) - Method in class com.mysema.query.support.DetachableQuery
-
- list(Expression<RT>) - Method in class com.mysema.query.support.DetachableQuery
-
- list(Object) - Method in class com.mysema.query.support.DetachableQuery
-
- list(Object...) - Method in class com.mysema.query.support.DetachableQuery
-
- list(SimpleExpression<?>...) - Static method in class com.mysema.query.support.Expressions
-
Combine the given expressions into a list expression
- list(Class<T>, SimpleExpression<?>...) - Static method in class com.mysema.query.support.Expressions
-
Combine the given expressions into a list expression
- list(Expression<?>[]) - Method in class com.mysema.query.support.ProjectableAdapter
-
- list(Expression<RT>) - Method in class com.mysema.query.support.ProjectableAdapter
-
- list(Expression<?>...) - Method in class com.mysema.query.support.ProjectableQuery
-
- list(Expression<RT>) - Method in class com.mysema.query.support.ProjectableQuery
-
- list() - Method in class com.mysema.query.support.SimpleProjectableAdapter
-
- list(Class<T>, Expression<?>...) - Static method in class com.mysema.query.types.ExpressionUtils
-
- list(Class<T>, List<? extends Expression<?>>) - Static method in class com.mysema.query.types.ExpressionUtils
-
- LIST - Static variable in class com.mysema.query.types.Ops
-
- listAccessor(EntityType, Property, CodeWriter) - Method in class com.mysema.query.codegen.EntitySerializer
-
- ListAccessVisitor - Class in com.mysema.query.support
-
Deprecated.
- ListAccessVisitor() - Constructor for class com.mysema.query.support.ListAccessVisitor
-
Deprecated.
- listagg(Expression<?>, String) - Static method in class com.mysema.query.sql.SQLExpressions
-
- LISTAGG - Static variable in class com.mysema.query.sql.SQLOps
-
- listeners - Variable in class com.mysema.query.sql.AbstractSQLQuery
-
- listeners - Variable in class com.mysema.query.sql.dml.AbstractSQLClause
-
- ListExpression<E,Q extends SimpleExpression<? super E>> - Interface in com.mysema.query.types.expr
-
ListExpression represents
List
typed expressions
- ListPath<E,Q extends SimpleExpression<? super E>> - Class in com.mysema.query.types.path
-
ListPath represents list paths
- ListPath(Class<? super E>, Class<Q>, String) - Constructor for class com.mysema.query.types.path.ListPath
-
- ListPath(Class<? super E>, Class<Q>, Path<?>, String) - Constructor for class com.mysema.query.types.path.ListPath
-
- ListPath(Class<? super E>, Class<Q>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.ListPath
-
- ListPath(Class<? super E>, Class<Q>, PathMetadata<?>, PathInits) - Constructor for class com.mysema.query.types.path.ListPath
-
- listResults(Expression<?>...) - Method in class com.mysema.query.collections.AbstractCollQuery
-
- listResults(Expression<RT>) - Method in class com.mysema.query.collections.AbstractCollQuery
-
- listResults() - Method in class com.mysema.query.hibernate.search.SearchQuery
-
- listResults(Expression<?>...) - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
- listResults(Expression<RT>) - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
- listResults(Expression<?>...) - Method in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- listResults(Expression<RT>) - Method in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- listResults(Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- listResults(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- listResults(Expression<RT>) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- listResults(Expression<?>...) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- listResults(Expression<RT>) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- listResults(Expression<RT>) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- listResults() - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
- listResults(Path<?>...) - Method in class com.mysema.query.mongodb.MongodbQuery
-
- listResults() - Method in class com.mysema.query.mongodb.MongodbQuery
-
- listResults(Expression<?>...) - Method in interface com.mysema.query.Projectable
-
list the results for the given projection
- listResults(Expression<RT>) - Method in interface com.mysema.query.Projectable
-
list the results for the given projection
- listResults() - Method in interface com.mysema.query.SimpleProjectable
-
- listResults(Expression<RT>) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- listResults(Expression<?>...) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- listResults(Expression<?>...) - Method in class com.mysema.query.support.ProjectableAdapter
-
- listResults(Expression<RT>) - Method in class com.mysema.query.support.ProjectableAdapter
-
- listResults() - Method in class com.mysema.query.support.SimpleProjectableAdapter
-
- ListSubQuery<T> - Class in com.mysema.query.types.query
-
List result subquery
- ListSubQuery(Class<T>, QueryMetadata) - Constructor for class com.mysema.query.types.query.ListSubQuery
-
- ln(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- LN - Static variable in class com.mysema.query.types.Ops.MathOps
-
- load(FieldSelector) - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
Set the given FieldSelector to the query
- load(Path<?>...) - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
Load only the fields of the given paths
- LocalDateTimeType - Class in com.mysema.query.sql.types
-
LocalDateTimeType maps LocalDateTime to Timestamp on the JDBC level
- LocalDateTimeType() - Constructor for class com.mysema.query.sql.types.LocalDateTimeType
-
- LocalDateTimeType(int) - Constructor for class com.mysema.query.sql.types.LocalDateTimeType
-
- LocalDateType - Class in com.mysema.query.sql.types
-
LocalDateType maps LocalDate to Date on the JDBC level
- LocalDateType() - Constructor for class com.mysema.query.sql.types.LocalDateType
-
- LocalDateType(int) - Constructor for class com.mysema.query.sql.types.LocalDateType
-
- LocaleType - Class in com.mysema.query.sql.types
-
LocaleType maps Locale to String on the JDBC level
- LocaleType() - Constructor for class com.mysema.query.sql.types.LocaleType
-
- LocaleType(int) - Constructor for class com.mysema.query.sql.types.LocaleType
-
- LocalTimeType - Class in com.mysema.query.sql.types
-
LocalTimeType maps LocalTime to Time on the JDBC level
- LocalTimeType() - Constructor for class com.mysema.query.sql.types.LocalTimeType
-
- LocalTimeType(int) - Constructor for class com.mysema.query.sql.types.LocalTimeType
-
- locate(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the position of the given String in this String, the first position is 1
- locate(String) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the position of the given String in this String, the first position is 1
- locate(Expression<String>, NumberExpression<Integer>) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the position of the given String in this String, the first position is 1
- locate(String, int) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the position of the given String in this String, the first position is 1
- LOCATE - Static variable in class com.mysema.query.types.Ops.StringOps
-
- LOCATE2 - Static variable in class com.mysema.query.types.Ops.StringOps
-
- lockInShareMode() - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- lockMode - Variable in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- lockMode - Variable in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- lockModes - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- loe(T) - Method in class com.mysema.query.types.expr.ComparableExpression
-
Get a this <= right
expression
- loe(Expression<T>) - Method in class com.mysema.query.types.expr.ComparableExpression
-
Get a this <= right
expression
- loe(A) - Method in class com.mysema.query.types.expr.NumberExpression
-
Create a this <= right
expression
- loe(Expression<A>) - Method in class com.mysema.query.types.expr.NumberExpression
-
Create a this <= right
expression
- LOE - Static variable in class com.mysema.query.types.Ops
-
- loeAll(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.ComparableExpression
-
- loeAll(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.NumberExpression
-
- loeAny(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.ComparableExpression
-
- loeAny(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.NumberExpression
-
- log(double, int) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- log(Expression<A>, int) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- LOG - Static variable in class com.mysema.query.types.Ops.MathOps
-
- logQuery(String, Map<Object, String>) - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
- logQuery(String, Map<Object, String>) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- logQuery(String, Map<Object, String>) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- logQuery(String, Map<Object, String>) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- logQuery(String, Map<Object, String>) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- logQuery(String, Collection<Object>) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- logQuery(Logger, String, Collection<Object>) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- LongType - Class in com.mysema.query.sql.types
-
LongType maps Long to Long on the JDBC level
- LongType() - Constructor for class com.mysema.query.sql.types.LongType
-
- LongType(int) - Constructor for class com.mysema.query.sql.types.LongType
-
- longValue() - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the long expression of this numeric expression
- LongVarBinaryBytesType - Class in com.mysema.query.sql.types
-
- LongVarBinaryBytesType() - Constructor for class com.mysema.query.sql.types.LongVarBinaryBytesType
-
- lower() - Method in class com.mysema.query.types.expr.StringExpression
-
Get the lower case form
- LOWER - Static variable in class com.mysema.query.types.Ops
-
- lpad(Expression<String>, int) - Static method in class com.mysema.query.types.expr.StringExpressions
-
- lpad(Expression<String>, Expression<Integer>) - Static method in class com.mysema.query.types.expr.StringExpressions
-
- lpad(Expression<String>, NumberExpression<Integer>, char) - Static method in class com.mysema.query.types.expr.StringExpressions
-
- lpad(Expression<String>, int, char) - Static method in class com.mysema.query.types.expr.StringExpressions
-
- LPAD - Static variable in class com.mysema.query.types.Ops.StringOps
-
- LPAD2 - Static variable in class com.mysema.query.types.Ops.StringOps
-
- lt(Operation<?>, QueryMetadata) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- lt(T) - Method in class com.mysema.query.types.expr.ComparableExpression
-
Get a this < right
expression
- lt(Expression<T>) - Method in class com.mysema.query.types.expr.ComparableExpression
-
Get a this < right
expression
- lt(A) - Method in class com.mysema.query.types.expr.NumberExpression
-
Create a this < right
expression
- lt(Expression<A>) - Method in class com.mysema.query.types.expr.NumberExpression
-
Create a this < right
expression
- LT - Static variable in class com.mysema.query.types.Ops
-
- ltAll(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.ComparableExpression
-
- ltAll(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.NumberExpression
-
- ltAny(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.ComparableExpression
-
- ltAny(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.NumberExpression
-
- ltrim(Expression<String>) - Static method in class com.mysema.query.types.expr.StringExpressions
-
- LTRIM - Static variable in class com.mysema.query.types.Ops.StringOps
-
- LuceneExpressions - Class in com.mysema.query.lucene
-
Utility methods to create filter expressions for Lucene queries that are not covered by the
Querydsl standard expression model
- LuceneOps - Class in com.mysema.query.lucene
-
- LuceneQuery - Class in com.mysema.query.lucene
-
LuceneQuery is a Querydsl query implementation for Lucene queries.
- LuceneQuery(IndexSearcher) - Constructor for class com.mysema.query.lucene.LuceneQuery
-
- LuceneQuery(LuceneSerializer, IndexSearcher) - Constructor for class com.mysema.query.lucene.LuceneQuery
-
- LuceneSerializer - Class in com.mysema.query.lucene
-
Serializes Querydsl queries to Lucene queries.
- LuceneSerializer(boolean, boolean) - Constructor for class com.mysema.query.lucene.LuceneSerializer
-
- LuceneSerializer(boolean, boolean, Locale) - Constructor for class com.mysema.query.lucene.LuceneSerializer
-
- m() - Method in class com.mysema.query.spatial.jts.JTSPointExpression
-
The m-coordinate value for this Point, if it has one.
- m() - Method in class com.mysema.query.spatial.PointExpression
-
The m-coordinate value for this Point, if it has one.
- M - Static variable in class com.mysema.query.spatial.SpatialOps
-
- M2 - Static variable in class com.mysema.query.spatial.SpatialOps
-
- ManagedObject - Interface in com.mysema.query.alias
-
MagagedObject is a tagging interface for CGLIB alias proxies
- map(Expression<K>, Expression<V>) - Static method in class com.mysema.query.group.GroupBy
-
Create a new aggregating map expression
- map(GroupExpression<K, T>, Expression<V>) - Static method in class com.mysema.query.group.GroupBy
-
- map(Expression<K>, GroupExpression<V, U>) - Static method in class com.mysema.query.group.GroupBy
-
- map(GroupExpression<K, T>, GroupExpression<V, U>) - Static method in class com.mysema.query.group.GroupBy
-
- map(Expression<K>, Expression<V>) - Method in interface com.mysema.query.Projectable
-
return the given projection as a Map instance using key and value for Map population
An empty map is returned for no results.
- map(Expression<K>, Expression<V>) - Method in class com.mysema.query.support.ProjectableAdapter
-
- map(Expression<K>, Expression<V>) - Method in class com.mysema.query.support.ProjectableQuery
-
- map(Tuple) - Method in class com.mysema.query.types.MappingProjection
-
Creates a result object from the given row.
- map(Expression<?>...) - Static method in class com.mysema.query.types.Projections
-
Create a Map typed projection for the given expressions
- MAP_IS_EMPTY - Static variable in class com.mysema.query.types.Ops
-
- MAP_SIZE - Static variable in class com.mysema.query.types.Ops
-
- mapAccessor(EntityType, Property, CodeWriter) - Method in class com.mysema.query.codegen.EntitySerializer
-
- MapExpression<K,V> - Interface in com.mysema.query.types
-
MapExpression represents
Map
typed expressions
- MapExpressionBase<K,V,Q extends SimpleExpression<? super V>> - Class in com.mysema.query.types.expr
-
MapExpressionBase is an abstract base class for
MapExpression
implementations
- MapExpressionBase(Expression<Map<K, V>>) - Constructor for class com.mysema.query.types.expr.MapExpressionBase
-
- MapPath<K,V,E extends SimpleExpression<? super V>> - Class in com.mysema.query.types.path
-
MapPath represents map paths
- MapPath(Class<? super K>, Class<? super V>, Class<E>, String) - Constructor for class com.mysema.query.types.path.MapPath
-
- MapPath(Class<? super K>, Class<? super V>, Class<E>, Path<?>, String) - Constructor for class com.mysema.query.types.path.MapPath
-
- MapPath(Class<? super K>, Class<? super V>, Class<E>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.MapPath
-
- Mapper<T> - Interface in com.mysema.query.sql.dml
-
Create a Map of updates for a given domain object
- MappingProjection<T> - Class in com.mysema.query.types
-
Projection template that allows implementing arbitrary mapping of rows to result objects.
- MappingProjection(Class<? super T>, Expression<?>...) - Constructor for class com.mysema.query.types.MappingProjection
-
Create a new MappingProjection instance
- MappingProjection(Class<? super T>, Expression<?>[]...) - Constructor for class com.mysema.query.types.MappingProjection
-
Create a new MappingProjection instance
- matches(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
Return true if this String matches the given regular expression
- matches(String) - Method in class com.mysema.query.types.expr.StringExpression
-
Return true if this String matches the given regular expression
- MATCHES - Static variable in class com.mysema.query.types.Ops
-
- MATCHES_IC - Static variable in class com.mysema.query.types.Ops
-
- matchesSafely(T, Description) - Method in class com.mysema.query.collections.PathMatcher
-
- MathExpressions - Class in com.mysema.query.types.expr
-
Extended Math expressions, supported by the SQL module
- MathUtils - Class in com.mysema.util
-
MathUtils provides Math related functionality
- max(Expression<E>) - Static method in class com.mysema.query.group.GroupBy
-
Create a new aggregating max expression
- max(CollectionExpression<?, A>) - Static method in class com.mysema.query.jpa.JPAExpressions
-
Get the max(col) expression
- max(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Start a window function expression
- max() - Method in class com.mysema.query.sql.support.SizeImpl
-
- max() - Method in class com.mysema.query.types.expr.DateExpression
-
Get the maximum value of this expression (aggregation)
- max() - Method in class com.mysema.query.types.expr.DateTimeExpression
-
Get the maximum value of this expression (aggregation)
- max(Expression<A>, Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
Return the greater of the given values
- max(Expression<A>, Expression<A>) - Static method in class com.mysema.query.types.expr.NumberExpression
-
Return the greater of the given values
- max() - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the maximum value of this expression (aggregation)
- max() - Method in class com.mysema.query.types.expr.StringExpression
-
Get the maximum value of this expression (aggregation)
- MAX - Static variable in class com.mysema.query.types.Ops.MathOps
-
- MAX_AGG - Static variable in class com.mysema.query.types.Ops.AggOps
-
- MAX_IN_COL - Static variable in class com.mysema.query.types.Ops.QuantOps
-
- maxFetchDepth - Variable in class com.mysema.query.jdo.AbstractJDOQuery
-
- MDC_PARAMETERS - Static variable in class com.mysema.query.support.QueryBase
-
- MDC_QUERY - Static variable in class com.mysema.query.support.QueryBase
-
- MEMBER_OF - Static variable in class com.mysema.query.jpa.JPQLOps
-
- merge(RelationalPath<?>) - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- merge(RelationalPath<?>) - Method in interface com.mysema.query.sql.SQLCommonQueryFactory
-
Create a new MERGE clause
- message() - Method in class com.mysema.query.sql.support.NotNullImpl
-
- message() - Method in class com.mysema.query.sql.support.SizeImpl
-
- MetaDataExporter - Class in com.mysema.query.sql.codegen
-
MetadataExporter exports JDBC metadata to Querydsl query types
- MetaDataExporter() - Constructor for class com.mysema.query.sql.codegen.MetaDataExporter
-
- MetadataExportMojo - Class in com.mysema.query.maven
-
MetadataExportMojo is a goal for MetaDataExporter usage and is bound to the generate-sources phased
- MetadataExportMojo() - Constructor for class com.mysema.query.maven.MetadataExportMojo
-
- MetaDataSerializer - Class in com.mysema.query.sql.codegen
-
MetaDataSerializer defines the Query type serialization logic for MetaDataExporter.
- MetaDataSerializer(TypeMappings, NamingStrategy, boolean, Set<String>, Comparator<Property>, Class<?>) - Constructor for class com.mysema.query.sql.codegen.MetaDataSerializer
-
Create a new MetaDataSerializer instance
- MetaDataSerializer(TypeMappings, NamingStrategy, boolean, Set<String>, Comparator<Property>) - Constructor for class com.mysema.query.sql.codegen.MetaDataSerializer
-
Deprecated.
- MethodType - Enum in com.mysema.query.alias
-
MethodType defines the supported method types used in the Alias functionality
- milliSecond() - Method in class com.mysema.query.types.expr.DateTimeExpression
-
Get a milliseconds expression (range 0-999)
- milliSecond() - Method in class com.mysema.query.types.expr.TimeExpression
-
Get a milliseconds expression (range 0-999)
- MILLISECOND - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- min(Expression<E>) - Static method in class com.mysema.query.group.GroupBy
-
Create a new aggregating min expression
- min(CollectionExpression<?, A>) - Static method in class com.mysema.query.jpa.JPAExpressions
-
Get the min(col) expression
- min(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Start a window function expression
- min() - Method in class com.mysema.query.sql.support.SizeImpl
-
- min() - Method in class com.mysema.query.types.expr.DateExpression
-
Get the minimum value of this expression (aggregation)
- min() - Method in class com.mysema.query.types.expr.DateTimeExpression
-
Get the minimum value of this expression (aggregation)
- min(Expression<A>, Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
Return the smaller of the given values
- min(Expression<A>, Expression<A>) - Static method in class com.mysema.query.types.expr.NumberExpression
-
Return the smaller of the given values
- min() - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the minimum value of this expression (aggregation)
- min() - Method in class com.mysema.query.types.expr.StringExpression
-
Get the minimum value of this expression (aggregation)
- MIN - Static variable in class com.mysema.query.types.Ops.MathOps
-
- MIN_AGG - Static variable in class com.mysema.query.types.Ops.AggOps
-
- MIN_IN_COL - Static variable in class com.mysema.query.types.Ops.QuantOps
-
- minute() - Method in class com.mysema.query.types.expr.DateTimeExpression
-
Get a minutes expression (range 0-59)
- minute() - Method in class com.mysema.query.types.expr.TimeExpression
-
Get a minutes expression (range 0-59)
- MINUTE - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- mixin - Variable in class com.mysema.query.types.expr.DslExpression
-
- MixinGroupExpression<E,F,R> - Class in com.mysema.query.group
-
- MixinGroupExpression(GroupExpression<E, F>, GroupExpression<F, R>) - Constructor for class com.mysema.query.group.MixinGroupExpression
-
- mod(Expression<T>) - Method in class com.mysema.query.types.expr.NumberExpression
-
- mod(T) - Method in class com.mysema.query.types.expr.NumberExpression
-
- MOD - Static variable in class com.mysema.query.types.Ops
-
- MongodbExpressions - Class in com.mysema.query.mongodb
-
Mongodb specific operations
- MongodbOps - Class in com.mysema.query.mongodb
-
- MongodbQuery<K> - Class in com.mysema.query.mongodb
-
MongodbQuery provides a general Querydsl query implementation with a pluggable DBObject to Bean transformation
- MongodbQuery(DBCollection, Function<DBObject, K>, MongodbSerializer) - Constructor for class com.mysema.query.mongodb.MongodbQuery
-
Create a new MongodbQuery instance
- MongodbSerializer - Class in com.mysema.query.mongodb
-
Serializes the given Querydsl query to a DBObject query for MongoDB
- MongodbSerializer() - Constructor for class com.mysema.query.mongodb.MongodbSerializer
-
- month() - Method in class com.mysema.query.types.expr.DateExpression
-
Get a month expression (range 1-12 / JAN-DEC)
- month() - Method in class com.mysema.query.types.expr.DateTimeExpression
-
Get a month expression (range 1-12 / JAN-DEC)
- MONTH - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- MorphiaAnnotationProcessor - Class in com.mysema.query.apt.morphia
-
Annotation processor to create Querydsl query types for Morphia annotated classes
- MorphiaAnnotationProcessor() - Constructor for class com.mysema.query.apt.morphia.MorphiaAnnotationProcessor
-
- MorphiaQuery<K> - Class in com.mysema.query.mongodb.morphia
-
MorphiaQuery extends
MongodbQuery
with Morphia specific transformations
- MorphiaQuery(Morphia, Datastore, EntityPath<K>) - Constructor for class com.mysema.query.mongodb.morphia.MorphiaQuery
-
- MorphiaQuery(Morphia, Datastore, EntityCache, EntityPath<K>) - Constructor for class com.mysema.query.mongodb.morphia.MorphiaQuery
-
- MorphiaSerializer - Class in com.mysema.query.mongodb.morphia
-
MorphiaSerializer extends
MongodbSerializer
with Morphia specific annotation handling
- MorphiaSerializer(Morphia) - Constructor for class com.mysema.query.mongodb.morphia.MorphiaSerializer
-
- moveToCurrentRow() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- moveToCurrentRow() - Method in class com.mysema.util.ResultSetAdapter
-
- moveToInsertRow() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- moveToInsertRow() - Method in class com.mysema.util.ResultSetAdapter
-
- MULT - Static variable in class com.mysema.query.types.Ops
-
- MultiComparator<T> - Class in com.mysema.query.collections
-
MultiComparator compares arrays
- MultiComparator(Evaluator<Object[]>, boolean[]) - Constructor for class com.mysema.query.collections.MultiComparator
-
- MultiCurveExpression<T extends org.geolatte.geom.GeometryCollection> - Class in com.mysema.query.spatial
-
A MultiCurve is a 1-dimensional GeometryCollection whose elements are Curves.
- MultiCurveExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.MultiCurveExpression
-
- MultiIterator<T> - Class in com.mysema.util
-
MultiIterator provides a cartesian view on the given iterators
- MultiIterator(List<? extends Iterable<T>>) - Constructor for class com.mysema.util.MultiIterator
-
- MultiLineStringExpression<T extends org.geolatte.geom.MultiLineString> - Class in com.mysema.query.spatial
-
A MultiLineString is a MultiCurve whose elements are LineStrings.
- MultiLineStringExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.MultiLineStringExpression
-
- MultiLineStringPath<T extends org.geolatte.geom.MultiLineString> - Class in com.mysema.query.spatial.path
-
- MultiLineStringPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.path.MultiLineStringPath
-
- MultiLineStringPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.path.MultiLineStringPath
-
- MultiLineStringPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.MultiLineStringPath
-
- MultiLineStringPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.MultiLineStringPath
-
- MultiLineStringPath(String) - Constructor for class com.mysema.query.spatial.path.MultiLineStringPath
-
- MultiLineStringPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.path.MultiLineStringPath
-
- multiply(Expression<N>) - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the result of the operation this * right
- multiply(N) - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the result of the operation this * right
- MultiPointExpression<T extends org.geolatte.geom.MultiPoint> - Class in com.mysema.query.spatial
-
A MultiPoint is a 0-dimensional GeometryCollection.
- MultiPointExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.MultiPointExpression
-
- MultiPointPath<T extends org.geolatte.geom.MultiPoint> - Class in com.mysema.query.spatial.path
-
- MultiPointPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.path.MultiPointPath
-
- MultiPointPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.path.MultiPointPath
-
- MultiPointPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.MultiPointPath
-
- MultiPointPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.MultiPointPath
-
- MultiPointPath(String) - Constructor for class com.mysema.query.spatial.path.MultiPointPath
-
- MultiPointPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.path.MultiPointPath
-
- MultiPolygonExpression<T extends org.geolatte.geom.MultiPolygon> - Class in com.mysema.query.spatial
-
A MultiPolygon is a MultiSurface whose elements are Polygons.
- MultiPolygonExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.MultiPolygonExpression
-
- MultiPolygonPath<T extends org.geolatte.geom.MultiPolygon> - Class in com.mysema.query.spatial.path
-
- MultiPolygonPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.path.MultiPolygonPath
-
- MultiPolygonPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.path.MultiPolygonPath
-
- MultiPolygonPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.MultiPolygonPath
-
- MultiPolygonPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.MultiPolygonPath
-
- MultiPolygonPath(String) - Constructor for class com.mysema.query.spatial.path.MultiPolygonPath
-
- MultiPolygonPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.path.MultiPolygonPath
-
- MultiSurfaceExpression<T extends org.geolatte.geom.GeometryCollection> - Class in com.mysema.query.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.mysema.query.spatial.MultiSurfaceExpression
-
- MutableExpressionBase<T> - Class in com.mysema.query.types
-
MutableExpressionBase is the base class for mutable Expression implementations
- MutableExpressionBase(Class<? extends T>) - Constructor for class com.mysema.query.types.MutableExpressionBase
-
- MYSQL_RESERVED_WORDS - Static variable in class com.mysema.query.sql.MySQLTemplates
-
- MySQLQuery - Class in com.mysema.query.sql.mysql
-
MySQLQuery provides MySQL related extensions to SQLQuery
- MySQLQuery(Connection) - Constructor for class com.mysema.query.sql.mysql.MySQLQuery
-
- MySQLQuery(Connection, SQLTemplates) - Constructor for class com.mysema.query.sql.mysql.MySQLQuery
-
- MySQLQuery(Connection, Configuration) - Constructor for class com.mysema.query.sql.mysql.MySQLQuery
-
- MySQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.mysql.MySQLQuery
-
- MySQLQueryFactory - Class in com.mysema.query.sql.mysql
-
MySQL specific implementation of SQLQueryFactory
- MySQLQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.mysql.MySQLQueryFactory
-
- MySQLQueryFactory(Provider<Connection>) - Constructor for class com.mysema.query.sql.mysql.MySQLQueryFactory
-
- MySQLQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.mysema.query.sql.mysql.MySQLQueryFactory
-
- MySQLReplaceClause - Class in com.mysema.query.sql.mysql
-
- MySQLReplaceClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.mysema.query.sql.mysql.MySQLReplaceClause
-
- MySQLReplaceClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.mysema.query.sql.mysql.MySQLReplaceClause
-
- MySQLSpatialTemplates - Class in com.mysema.query.sql.spatial
-
MySQLSpatialTemplates is a spatial enabled SQL dialect for MySQL
- MySQLSpatialTemplates() - Constructor for class com.mysema.query.sql.spatial.MySQLSpatialTemplates
-
- MySQLSpatialTemplates(boolean) - Constructor for class com.mysema.query.sql.spatial.MySQLSpatialTemplates
-
- MySQLSpatialTemplates(char, boolean) - Constructor for class com.mysema.query.sql.spatial.MySQLSpatialTemplates
-
- MySQLTemplates - Class in com.mysema.query.sql
-
MySQLTemplates is an SQL dialect for MySQL
- MySQLTemplates() - Constructor for class com.mysema.query.sql.MySQLTemplates
-
- MySQLTemplates(boolean) - Constructor for class com.mysema.query.sql.MySQLTemplates
-
- MySQLTemplates(char, boolean) - Constructor for class com.mysema.query.sql.MySQLTemplates
-
- MySQLWkbType - Class in com.mysema.query.sql.spatial
-
- MySQLWkbType() - Constructor for class com.mysema.query.sql.spatial.MySQLWkbType
-
- named(String) - Static method in class com.mysema.query.sql.ColumnMetadata
-
Creates default column meta data with the given column name, but without
any type or constraint information.
- Naming - Class in com.mysema.query.sql.codegen
-
- NamingStrategy - Interface in com.mysema.query.sql.codegen
-
NamingStrategy defines a conversion strategy from table to class and column
to property names
- NativeSQLSerializer - Class in com.mysema.query.jpa
-
NativeSQLSerializer extends the SQLSerializer class to extract referenced entity paths and change
some serialization formats
- NativeSQLSerializer(Configuration) - Constructor for class com.mysema.query.jpa.NativeSQLSerializer
-
- NativeSQLSerializer(Configuration, boolean) - Constructor for class com.mysema.query.jpa.NativeSQLSerializer
-
- NDR - Static variable in class com.mysema.query.sql.spatial.GeometryWkbType
-
- ne(Operation<?>, QueryMetadata, boolean) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- ne(T) - Method in class com.mysema.query.sql.RelationalPathBase
-
Compares the two relational paths using primary key columns
- ne(Expression<? super T>) - Method in class com.mysema.query.sql.RelationalPathBase
-
Compares the two relational paths using primary key columns
- ne(Expression<A>) - Method in class com.mysema.query.sql.WindowFunction
-
- ne(A) - Method in class com.mysema.query.sql.WindowFunction
-
- ne(T) - Method in class com.mysema.query.types.expr.SimpleExpression
-
Get a this <> right
expression
- ne(Expression<? super T>) - Method in class com.mysema.query.types.expr.SimpleExpression
-
Get a this <> right
expression
- ne(Expression<D>, Expression<? super D>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create a left not equals right expression
- NE - Static variable in class com.mysema.query.types.Ops
-
- neAll(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.SimpleExpression
-
- neAny(CollectionExpression<?, ? super T>) - Method in class com.mysema.query.types.expr.SimpleExpression
-
- near(Expression<Double[]>, double, double) - Static method in class com.mysema.query.mongodb.MongodbExpressions
-
Finds the closest points relative to the given location and orders the results with decreasing promimity
- NEAR - Static variable in class com.mysema.query.mongodb.MongodbOps
-
- near(double, double) - Method in class com.mysema.query.mongodb.Point
-
Finds the closest points relative to the given location and orders the results with decreasing promimity
- neConst(Expression<D>, D) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create a left not equals constant expression
- negate() - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the negation of this expression
- negate() - Method in class com.mysema.query.types.expr.NumberOperation
-
- NEGATE - Static variable in class com.mysema.query.types.Ops
-
- newInstance(Class<T>, Type, Object, Object, PathMetadata<?>) - Method in class com.mysema.query.alias.PropertyAccessInvocationHandler
-
- newInstance(Object...) - Method in class com.mysema.query.sql.QBeans
-
- newInstance(Object...) - Method in class com.mysema.query.support.EnumConversion
-
- newInstance(Object...) - Method in class com.mysema.query.support.NumberConversion
-
- newInstance(Object...) - Method in class com.mysema.query.support.NumberConversions
-
- newInstance(Object...) - Method in class com.mysema.query.types.ArrayConstructorExpression
-
- newInstance(Object...) - Method in class com.mysema.query.types.ConstructorExpression
-
- newInstance(Object...) - Method in interface com.mysema.query.types.FactoryExpression
-
Create a projection with the given arguments
- newInstance(Object...) - Method in class com.mysema.query.types.FactoryExpressionUtils.FactoryExpressionAdapter
-
- newInstance(Object...) - Method in class com.mysema.query.types.MappingProjection
-
- newInstance(Class<Q>, PathMetadata<?>) - Method in class com.mysema.query.types.path.CollectionPathBase
-
- newInstance(Object...) - Method in class com.mysema.query.types.QBean
-
- newInstance(Object...) - Method in class com.mysema.query.types.QList
-
- newInstance(Object...) - Method in class com.mysema.query.types.QMap
-
- newInstance(Object...) - Method in class com.mysema.query.types.QTuple
-
- newLineToSingleSpace - Variable in class com.mysema.query.sql.SQLTemplates.Builder
-
- newLineToSingleSpace() - Method in class com.mysema.query.sql.SQLTemplates.Builder
-
- newLineToSingleSpace() - Method in class com.mysema.query.sql.SQLTemplates
-
- next() - Method in class com.mysema.query.jpa.ScrollableResultsIterator
-
- next() - Method in class com.mysema.query.jpa.TransformingIterator
-
- next() - Method in class com.mysema.query.lucene.ResultIterator
-
- next() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- next() - Method in class com.mysema.query.sql.SQLResultIterator
-
- next() - Method in class com.mysema.util.MultiIterator
-
- next() - Method in class com.mysema.util.ResultSetAdapter
-
- nextval(String) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a nextval(sequence) expression
- nextval(Class<T>, String) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get a nextval(sequence) expression of the given type
- NEXTVAL - Static variable in class com.mysema.query.sql.SQLOps
-
- NO_WAIT - Static variable in class com.mysema.query.sql.SQLOps
-
- NO_WAIT_FLAG - Static variable in class com.mysema.query.sql.SQLOps
-
- noCache() - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- NonUniqueResultException - Exception in com.mysema.query
-
NonUniqueResultException is thrown for query results where one result row is expected, but multiple
are retrieved.
- NonUniqueResultException() - Constructor for exception com.mysema.query.NonUniqueResultException
-
- NonUniqueResultException(String) - Constructor for exception com.mysema.query.NonUniqueResultException
-
- Normalization - Class in com.mysema.query.support
-
- normalize(Predicate, boolean) - Method in class com.mysema.query.collections.CollQueryMixin
-
- normalize(Predicate, boolean) - Method in class com.mysema.query.jdo.JDOQueryMixin
-
- normalize(Type, Type) - Method in class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
- normalize(Predicate, boolean) - Method in class com.mysema.query.jpa.JPAQueryMixin
-
- normalize(String, String) - Static method in class com.mysema.query.sql.codegen.Naming
-
- normalize(String) - Static method in class com.mysema.query.support.Normalization
-
- normalize(Predicate, boolean) - Method in class com.mysema.query.support.QueryMixin
-
- normalizeColumnName(String) - Method in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- normalizeColumnName(String) - Method in interface com.mysema.query.sql.codegen.NamingStrategy
-
Convert the given column name and provide the opportunity to add quoted identifiers
- normalizePropertyName(String) - Method in class com.mysema.query.sql.codegen.DefaultNamingStrategy
-
- normalizeSchemaName(String) - Method in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- normalizeSchemaName(String) - Method in interface com.mysema.query.sql.codegen.NamingStrategy
-
Convert the given schema name and provide the opportunity to add quoted identifiers
- normalizeTableName(String) - Method in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- normalizeTableName(String) - Method in interface com.mysema.query.sql.codegen.NamingStrategy
-
Convert the given table name and provide the opportunity to add quoted identifiers
- NoSessionHolder - Class in com.mysema.query.jpa.hibernate
-
NoSessionHolder is a session holder for detached HibernateQuery usage
- not() - Method in class com.mysema.query.BooleanBuilder
-
- not() - Method in class com.mysema.query.types.expr.BooleanExpression
-
Get a negation of this boolean expression
- not() - Method in class com.mysema.query.types.expr.BooleanOperation
-
- NOT - Static variable in class com.mysema.query.types.Ops
-
- not() - Method in interface com.mysema.query.types.Predicate
-
Get the negation of the expression
- not() - Method in class com.mysema.query.types.PredicateOperation
-
- not() - Method in class com.mysema.query.types.PredicateTemplate
-
- NOT_IN - Static variable in class com.mysema.query.types.Ops
-
- NOT_MEMBER_OF - Static variable in class com.mysema.query.jpa.JPQLOps
-
- notBetween(T, T) - Method in class com.mysema.query.types.expr.ComparableExpression
-
Get a this not between from and to
expression
- notBetween(Expression<T>, Expression<T>) - Method in class com.mysema.query.types.expr.ComparableExpression
-
Get a this not between from and to
expression
- notBetween(A, A) - Method in class com.mysema.query.types.expr.NumberExpression
-
- notBetween(Expression<A>, Expression<A>) - Method in class com.mysema.query.types.expr.NumberExpression
-
- notEqualsIgnoreCase(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
Compares this StringExpression
to another StringExpression
, ignoring case
considerations.
- notEqualsIgnoreCase(String) - Method in class com.mysema.query.types.expr.StringExpression
-
Compares this StringExpression
to another StringExpression
, ignoring case
considerations.
- notEqualsOps - Static variable in class com.mysema.query.types.Ops
-
- notExists() - Method in interface com.mysema.query.Detachable
-
Create an not exists(this) expression
- notExists() - Method in class com.mysema.query.hibernate.search.SearchQuery
-
- notExists() - Method in class com.mysema.query.jdo.JDOSubQuery
-
- notExists() - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
- notExists() - Method in class com.mysema.query.mongodb.MongodbQuery
-
- notExists() - Method in interface com.mysema.query.Projectable
-
- notExists() - Method in interface com.mysema.query.SimpleProjectable
-
- notExists() - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- notExists() - Method in class com.mysema.query.support.DetachableAdapter
-
- notExists() - Method in class com.mysema.query.support.DetachableMixin
-
- notExists() - Method in class com.mysema.query.support.DetachableQuery
-
- notExists() - Method in class com.mysema.query.support.ProjectableAdapter
-
- notExists() - Method in class com.mysema.query.support.ProjectableQuery
-
- notExists() - Method in class com.mysema.query.support.SimpleProjectableAdapter
-
- notExists() - Method in class com.mysema.query.types.query.BooleanSubQuery
-
- notExists() - Method in class com.mysema.query.types.query.ComparableSubQuery
-
- notExists() - Method in class com.mysema.query.types.query.DateSubQuery
-
- notExists() - Method in class com.mysema.query.types.query.DateTimeSubQuery
-
- notExists() - Method in interface com.mysema.query.types.query.ExtendedSubQueryExpression
-
Get a not exists(this) expression for the subquery
- notExists() - Method in class com.mysema.query.types.query.ListSubQuery
-
- notExists() - Method in class com.mysema.query.types.query.NumberSubQuery
-
- notExists() - Method in class com.mysema.query.types.query.SimpleSubQuery
-
- notExists() - Method in class com.mysema.query.types.query.StringSubQuery
-
- notExists() - Method in class com.mysema.query.types.query.TimeSubQuery
-
- notifyDelete(RelationalPath<?>, QueryMetadata) - Method in interface com.mysema.query.sql.SQLListener
-
Notify about a deletion
- notifyDelete(RelationalPath<?>, QueryMetadata) - Method in class com.mysema.query.sql.SQLListeners
-
- notifyDeletes(RelationalPath<?>, List<QueryMetadata>) - Method in interface com.mysema.query.sql.SQLListener
-
Notify about a batch deletion
- notifyDeletes(RelationalPath<?>, List<QueryMetadata>) - Method in class com.mysema.query.sql.SQLListeners
-
- notifyInsert(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in interface com.mysema.query.sql.SQLListener
-
Notify about an insertion
- notifyInsert(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.mysema.query.sql.SQLListeners
-
- notifyInserts(RelationalPath<?>, QueryMetadata, List<SQLInsertBatch>) - Method in interface com.mysema.query.sql.SQLListener
-
Notify about a batch insertion
- notifyInserts(RelationalPath<?>, QueryMetadata, List<SQLInsertBatch>) - Method in class com.mysema.query.sql.SQLListeners
-
- notifyMerge(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in interface com.mysema.query.sql.SQLListener
-
Notify about a merge
- notifyMerge(RelationalPath<?>, QueryMetadata, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.mysema.query.sql.SQLListeners
-
- notifyMerges(RelationalPath<?>, QueryMetadata, List<SQLMergeBatch>) - Method in interface com.mysema.query.sql.SQLListener
-
Notify about a batch merge
- notifyMerges(RelationalPath<?>, QueryMetadata, List<SQLMergeBatch>) - Method in class com.mysema.query.sql.SQLListeners
-
- notifyQuery(QueryMetadata) - Method in interface com.mysema.query.sql.SQLListener
-
Notify about a query
- notifyQuery(QueryMetadata) - Method in class com.mysema.query.sql.SQLListeners
-
- notifyUpdate(RelationalPath<?>, QueryMetadata, List<Pair<Path<?>, Expression<?>>>) - Method in interface com.mysema.query.sql.SQLListener
-
Notify about an update operation
- notifyUpdate(RelationalPath<?>, QueryMetadata, List<Pair<Path<?>, Expression<?>>>) - Method in class com.mysema.query.sql.SQLListeners
-
- notifyUpdates(RelationalPath<?>, List<SQLUpdateBatch>) - Method in interface com.mysema.query.sql.SQLListener
-
Notify about a batch update
- notifyUpdates(RelationalPath<?>, List<SQLUpdateBatch>) - Method in class com.mysema.query.sql.SQLListeners
-
- notIn(Operation<?>, QueryMetadata, boolean) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- notIn(Number...) - Method in class com.mysema.query.types.expr.NumberExpression
-
- notIn(Collection<? extends T>) - Method in class com.mysema.query.types.expr.SimpleExpression
-
Get a this not in right
expression
- notIn(T...) - Method in class com.mysema.query.types.expr.SimpleExpression
-
Get a this not in right
expression
- notIn(CollectionExpression<?, ? extends T>) - Method in class com.mysema.query.types.expr.SimpleExpression
-
Get a this not in right
expression
- notIn(Expression<D>, CollectionExpression<?, ? extends D>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create an left not in right expression
- notIn(Expression<D>, Collection<? extends D>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create an left not in right expression
- notInAny(Expression<D>, Iterable<? extends Collection<? extends D>>) - Static method in class com.mysema.query.types.ExpressionUtils
-
Create a left not in right and...
expression for each list
- notLike(String) - Method in class com.mysema.query.types.expr.StringExpression
-
Expr: this not like str
- notLike(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
Expr: this not like str
- notLike(String, char) - Method in class com.mysema.query.types.expr.StringExpression
-
Expr: this not like str
- notLike(Expression<String>, char) - Method in class com.mysema.query.types.expr.StringExpression
-
Expr: this not like str
- notNull() - Method in class com.mysema.query.sql.ColumnMetadata
-
- NotNullImpl - Class in com.mysema.query.sql.support
-
- NotNullImpl() - Constructor for class com.mysema.query.sql.support.NotNullImpl
-
- noValidate() - Method in class com.mysema.query.DefaultQueryMetadata
-
Disable validation
- noWait() - Method in class com.mysema.query.sql.postgres.PostgresQuery
-
- nthValue(Expression<T>, Number) - Static method in class com.mysema.query.sql.SQLExpressions
-
- nthValue(Expression<T>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- NTHVALUE - Static variable in class com.mysema.query.sql.SQLOps
-
- ntile(T) - Static method in class com.mysema.query.sql.SQLExpressions
-
divides an ordered data set into a number of buckets indicated by expr and assigns the
appropriate bucket number to each row
- NTILE - Static variable in class com.mysema.query.sql.SQLOps
-
- Null - Class in com.mysema.query.sql.types
-
- NullExpression<T> - Class in com.mysema.query.types
-
NullExpression defines a general null expression
- NullExpression(Class<? extends T>) - Constructor for class com.mysema.query.types.NullExpression
-
- nullif(T, T) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- nullif(Expression<T>) - Method in class com.mysema.query.types.expr.SimpleExpression
-
Get a nullif(this, other)
expression
- nullif(T) - Method in class com.mysema.query.types.expr.SimpleExpression
-
Get a nullif(this, other)
expression
- NULLIF - Static variable in class com.mysema.query.types.Ops
-
- NullSafeComparableComparator<T extends Comparable<T>> - Class in com.mysema.query.util
-
NullSafeComparableComparator is a null safe comparator for Comparable objects
- NullSafeComparableComparator() - Constructor for class com.mysema.query.util.NullSafeComparableComparator
-
- nullsFirst() - Method in class com.mysema.query.types.OrderSpecifier
-
- nullsLast() - Method in class com.mysema.query.types.OrderSpecifier
-
- NUM_GEOMETRIES - Static variable in class com.mysema.query.spatial.SpatialOps
-
- NUM_INTERIOR_RING - Static variable in class com.mysema.query.spatial.SpatialOps
-
- NUM_POINTS - Static variable in class com.mysema.query.spatial.SpatialOps
-
- NUM_SURFACES - Static variable in class com.mysema.query.spatial.SpatialOps
-
- NumberConversion<T> - Class in com.mysema.query.support
-
NumberConversion ensures that the results of a numeric projection confirm to the type of the
projection expression
- NumberConversion(Expression<T>) - Constructor for class com.mysema.query.support.NumberConversion
-
- NumberConversions<T> - Class in com.mysema.query.support
-
NumberConversions ensures that the results of a projection involving numeric expressions
confirm to the types of the numeric expressions
- NumberConversions(FactoryExpression<T>) - Constructor for class com.mysema.query.support.NumberConversions
-
- NumberExpression<T extends Number & Comparable<?>> - Class in com.mysema.query.types.expr
-
NumberExpression represents a numeric expression
- NumberExpression(Expression<T>) - Constructor for class com.mysema.query.types.expr.NumberExpression
-
- numberOperation(Class<T>, Operator<? super T>, Expression<?>...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Operation expression
- NumberOperation<T extends Number & Comparable<?>> - Class in com.mysema.query.types.expr
-
NumberOperation represents numeric operations
- NumberOperation(Class<? extends T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.types.expr.NumberOperation
-
- NumberOperation(Class<? extends T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.expr.NumberOperation
-
- numberPath(Class<T>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- numberPath(Class<T>, Path<?>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- NumberPath<T extends Number & Comparable<?>> - Class in com.mysema.query.types.path
-
NumberPath represents numeric paths
- NumberPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.types.path.NumberPath
-
- NumberPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.NumberPath
-
- NumberPath(Class<? extends T>, String) - Constructor for class com.mysema.query.types.path.NumberPath
-
- NumberSubQuery<T extends Number & Comparable<?>> - Class in com.mysema.query.types.query
-
Number typed single result subquery
- NumberSubQuery(Class<T>, QueryMetadata) - Constructor for class com.mysema.query.types.query.NumberSubQuery
-
- numberTemplate(Class<T>, String, Object...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Template expression
- NumberTemplate<T extends Number & Comparable<?>> - Class in com.mysema.query.types.template
-
NumberTemplate defines custom numeric expressions
- NumberTemplate(Class<T>, Template, ImmutableList<?>) - Constructor for class com.mysema.query.types.template.NumberTemplate
-
- NUMCAST - Static variable in class com.mysema.query.types.Ops
-
- NumericBooleanType - Class in com.mysema.query.sql.types
-
NumericBooleanType maps Boolean to 1/0 (Integer) on the JDBC level
- NumericBooleanType() - Constructor for class com.mysema.query.sql.types.NumericBooleanType
-
- NumericBooleanType(int) - Constructor for class com.mysema.query.sql.types.NumericBooleanType
-
- NumericMapping - Class in com.mysema.query.maven
-
- NumericMapping() - Constructor for class com.mysema.query.maven.NumericMapping
-
- numericRange(Class<N>, String, N, N, boolean, boolean) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- numGeometries() - Method in class com.mysema.query.spatial.GeometryCollectionExpression
-
Returns the number of geometries in this GeometryCollection.
- numGeometries() - Method in class com.mysema.query.spatial.jts.JTSGeometryCollectionExpression
-
Returns the number of geometries in this GeometryCollection.
- numInteriorRing() - Method in class com.mysema.query.spatial.jts.JTSPolygonExpression
-
Returns the number of interior rings in this Polygon.
- numInteriorRing() - Method in class com.mysema.query.spatial.PolygonExpression
-
Returns the number of interior rings in this Polygon.
- numPatches() - Method in class com.mysema.query.spatial.PolyhedralSurfaceExpression
-
Returns the number of including polygons
- numPoints() - Method in class com.mysema.query.spatial.jts.JTSLineStringExpression
-
The number of Points in this LineString.
- numPoints() - Method in class com.mysema.query.spatial.LineStringExpression
-
The number of Points in this LineString.
- PACKAGE_NAME - Static variable in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- PACKAGE_SUFFIX - Static variable in class com.mysema.query.codegen.CodegenModule
-
- Param<T> - Class in com.mysema.query.types.expr
-
Param defines a parameter in a query with an optional name
- Param(Class<? extends T>, String) - Constructor for class com.mysema.query.types.expr.Param
-
- Param(Class<? extends T>) - Constructor for class com.mysema.query.types.expr.Param
-
- ParameterizedTypeImpl - Class in com.mysema.query.codegen
-
- ParameterizedTypeImpl(Type, Type[]) - Constructor for class com.mysema.query.codegen.ParameterizedTypeImpl
-
- ParametrizedExpression<T> - Interface in com.mysema.query.types
-
ParametrizedExpression is a common interface for expressions with generic type parameters
- ParamExpression<T> - Interface in com.mysema.query.types
-
ParamExpression defines named and unnamed parameters in queries
- ParamExpressionImpl<T> - Class in com.mysema.query.types
-
ParamExpressionImpl defines a parameter in a query with an optional name
- ParamExpressionImpl(Class<? extends T>, String) - Constructor for class com.mysema.query.types.ParamExpressionImpl
-
- ParamExpressionImpl(Class<? extends T>) - Constructor for class com.mysema.query.types.ParamExpressionImpl
-
- ParamNotSetException - Exception in com.mysema.query.types
-
- ParamNotSetException(ParamExpression<?>) - Constructor for exception com.mysema.query.types.ParamNotSetException
-
- ParamsVisitor - Class in com.mysema.query.types
-
Copies ParameterExpression bindings from subexpressions to QueryMetadata in the context
- paramTypes - Variable in class com.mysema.query.util.ConstructorUtils.ArgumentTransformer
-
- partitionBy(Expression<?>) - Method in class com.mysema.query.sql.WindowFunction
-
- partitionBy(Expression<?>...) - Method in class com.mysema.query.sql.WindowFunction
-
- patchN(int) - Method in class com.mysema.query.spatial.PolyhedralSurfaceExpression
-
Returns a polygon in this surface, the order is arbitrary.
- path(Class<T>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- path(Class<T>, Path<?>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- Path<T> - Interface in com.mysema.query.types
-
Path represents a path expression.
- PathBuilder<T> - Class in com.mysema.query.types.path
-
PathBuilder is an extension to EntityPathBase for dynamic path construction
- PathBuilder(Class<? extends T>, PathMetadata<?>, PathBuilderValidator) - Constructor for class com.mysema.query.types.path.PathBuilder
-
Creates a new PathBuilder instance
- PathBuilder(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.PathBuilder
-
Creates a new PathBuilder instance
- PathBuilder(Class<? extends T>, String, PathBuilderValidator) - Constructor for class com.mysema.query.types.path.PathBuilder
-
Creates a new PathBuilder instance
- PathBuilder(Class<? extends T>, String) - Constructor for class com.mysema.query.types.path.PathBuilder
-
Creates a new PathBuilder instance
- PathBuilderFactory - Class in com.mysema.query.types.path
-
PathBuilderFactory is a factory class for PathBuilder creation
- PathBuilderFactory() - Constructor for class com.mysema.query.types.path.PathBuilderFactory
-
- PathBuilderValidator - Interface in com.mysema.query.types.path
-
PathBuilderValidator validates PathBuilder properties at creation time
- PathComparator<T,V extends Comparable<V>> - Class in com.mysema.query.collections
-
Compares two beans based on the values at a specific path.
- PathComparator(Path<V>) - Constructor for class com.mysema.query.collections.PathComparator
-
- PathComparator(Path<V>, Function<T, V>) - Constructor for class com.mysema.query.collections.PathComparator
-
- pathComparator(Path<V>) - Static method in class com.mysema.query.collections.PathComparator
-
- PathExtractor - Class in com.mysema.query.types
-
Extracts the first path that occurs in an expression via breadth first search
- PathFactory - Interface in com.mysema.query.alias
-
PathFactory defines a factory interface for Path creation
- PathImpl<T> - Class in com.mysema.query.types
-
PathImpl defines a default implementation of the
Path
interface
- PathImpl(Class<? extends T>, String) - Constructor for class com.mysema.query.types.PathImpl
-
- PathImpl(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.types.PathImpl
-
- PathImpl(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.types.PathImpl
-
- PathInits - Class in com.mysema.query.types.path
-
PathInits defines path initializations that can be attached to
properties via QueryInit annotations
- PathInits(String...) - Constructor for class com.mysema.query.types.path.PathInits
-
- PathMatcher<T,V> - Class in com.mysema.query.collections
-
Matches based on the current value of a path.
- PathMatcher(Path<V>, Matcher<? super V>) - Constructor for class com.mysema.query.collections.PathMatcher
-
- PathMatcher(Path<V>, Matcher<? super V>, Function<T, V>) - Constructor for class com.mysema.query.collections.PathMatcher
-
- PathMetadata<T> - Class in com.mysema.query.types
-
PathMetadata provides metadata for
Path
expressions.
- PathMetadata(Path<?>, Object, PathType) - Constructor for class com.mysema.query.types.PathMetadata
-
- PathMetadataFactory - Class in com.mysema.query.types
-
PathMetadataFactory is a factory class for
Path
construction
- paths - Variable in class com.mysema.query.support.Context
-
- PathsExtractor - Class in com.mysema.query.support
-
Extracts the paths that occurs in an expression via breadth first search
- PathType - Enum in com.mysema.query.types
-
PathType represents the relation of a
Path
to its parent
- payload() - Method in class com.mysema.query.sql.support.NotNullImpl
-
- payload() - Method in class com.mysema.query.sql.support.SizeImpl
-
- percentileCont(T) - Static method in class com.mysema.query.sql.SQLExpressions
-
- percentileCont(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- PERCENTILECONT - Static variable in class com.mysema.query.sql.SQLOps
-
- percentileDisc(T) - Static method in class com.mysema.query.sql.SQLExpressions
-
- percentileDisc(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- PERCENTILEDISC - Static variable in class com.mysema.query.sql.SQLOps
-
- percentRank() - Static method in class com.mysema.query.sql.SQLExpressions
-
- percentRank(Object...) - Static method in class com.mysema.query.sql.SQLExpressions
-
- percentRank(Expression<?>...) - Static method in class com.mysema.query.sql.SQLExpressions
-
- PERCENTRANK - Static variable in class com.mysema.query.sql.SQLOps
-
- PERCENTRANK2 - Static variable in class com.mysema.query.sql.SQLOps
-
- persistenceManager - Variable in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- PGgeometryConverter - Class in com.mysema.query.sql.spatial
-
- PGgeometryType - Class in com.mysema.query.sql.spatial
-
- PGgeometryType() - Constructor for class com.mysema.query.sql.spatial.PGgeometryType
-
- PhraseElement - Class in com.mysema.query.lucene
-
PhraseElement represents the embedded String as a phrase
- PhraseElement(String) - Constructor for class com.mysema.query.lucene.PhraseElement
-
- PlaceHolder - Class in <Unnamed>
-
- PlaceHolder() - Constructor for class PlaceHolder
-
- Point - Class in com.mysema.query.mongodb
-
Point is an adapter type for Double[] arrays to use geo spatial querying features of Mongodb
- Point(String) - Constructor for class com.mysema.query.mongodb.Point
-
- Point(Path<?>, String) - Constructor for class com.mysema.query.mongodb.Point
-
- Point(PathMetadata<?>) - Constructor for class com.mysema.query.mongodb.Point
-
- POINT_ON_SURFACE - Static variable in class com.mysema.query.spatial.SpatialOps
-
- PointExpression<T extends org.geolatte.geom.Point> - Class in com.mysema.query.spatial
-
A Point is a 0-dimensional geometric object and represents a single location in coordinate space.
- PointExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.PointExpression
-
- pointN(int) - Method in class com.mysema.query.spatial.jts.JTSLineStringExpression
-
Returns the specified Point N in this LineString.
- pointN(int) - Method in class com.mysema.query.spatial.LineStringExpression
-
Returns the specified Point N in this LineString.
- POINTN - Static variable in class com.mysema.query.spatial.SpatialOps
-
- pointOnSurface() - Method in class com.mysema.query.spatial.jts.JTSMultiSurfaceExpression
-
A Point guaranteed to be on this MultiSurface.
- pointOnSurface() - Method in class com.mysema.query.spatial.jts.JTSSurfaceExpression
-
A Point guaranteed to be on this Surface.
- pointOnSurface() - Method in class com.mysema.query.spatial.MultiSurfaceExpression
-
A Point guaranteed to be on this MultiSurface.
- pointOnSurface() - Method in class com.mysema.query.spatial.SurfaceExpression
-
A Point guaranteed to be on this Surface.
- PointOperation<T extends org.geolatte.geom.Point> - Class in com.mysema.query.spatial
-
- PointOperation(Class<T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.spatial.PointOperation
-
- PointOperation(Class<T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.spatial.PointOperation
-
- PointPath<T extends org.geolatte.geom.Point> - Class in com.mysema.query.spatial.path
-
- PointPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.path.PointPath
-
- PointPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.path.PointPath
-
- PointPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.PointPath
-
- PointPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.PointPath
-
- PointPath(String) - Constructor for class com.mysema.query.spatial.path.PointPath
-
- PointPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.path.PointPath
-
- PolygonExpression<T extends org.geolatte.geom.Polygon> - Class in com.mysema.query.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.mysema.query.spatial.PolygonExpression
-
- PolygonOperation<T extends org.geolatte.geom.Polygon> - Class in com.mysema.query.spatial
-
- PolygonOperation(Class<T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.spatial.PolygonOperation
-
- PolygonOperation(Class<T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.spatial.PolygonOperation
-
- PolygonPath<T extends org.geolatte.geom.Polygon> - Class in com.mysema.query.spatial.path
-
- PolygonPath(Path<?>, String) - Constructor for class com.mysema.query.spatial.path.PolygonPath
-
- PolygonPath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.path.PolygonPath
-
- PolygonPath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.PolygonPath
-
- PolygonPath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.PolygonPath
-
- PolygonPath(String) - Constructor for class com.mysema.query.spatial.path.PolygonPath
-
- PolygonPath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.path.PolygonPath
-
- PolyhedralSurfaceExpression<T extends org.geolatte.geom.PolyHedralSurface> - Class in com.mysema.query.spatial
-
A PolyhedralSurface is a contiguous collection of polygons, which share common boundary segments.
- PolyhedralSurfaceExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.PolyhedralSurfaceExpression
-
- PolyhedralSurfacePath<T extends org.geolatte.geom.PolyHedralSurface> - Class in com.mysema.query.spatial.path
-
- PolyhedralSurfacePath(Path<?>, String) - Constructor for class com.mysema.query.spatial.path.PolyhedralSurfacePath
-
- PolyhedralSurfacePath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.spatial.path.PolyhedralSurfacePath
-
- PolyhedralSurfacePath(PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.PolyhedralSurfacePath
-
- PolyhedralSurfacePath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.spatial.path.PolyhedralSurfacePath
-
- PolyhedralSurfacePath(String) - Constructor for class com.mysema.query.spatial.path.PolyhedralSurfacePath
-
- PolyhedralSurfacePath(Class<? extends T>, String) - Constructor for class com.mysema.query.spatial.path.PolyhedralSurfacePath
-
- populate(Object) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
Populate the INSERT clause with the properties of the given bean.
- populate(T, Mapper<T>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
Populate the INSERT clause with the properties of the given bean using
the given Mapper.
- populate(Object) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
Populate the UPDATE clause with the properties of the given bean.
- populate(T, Mapper<T>) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
Populate the UPDATE clause with the properties of the given bean using the given Mapper.
- PostGISTemplates - Class in com.mysema.query.sql.spatial
-
PostGISTemplates is a spatial enabled SQL dialect for PostGIS
- PostGISTemplates() - Constructor for class com.mysema.query.sql.spatial.PostGISTemplates
-
- PostGISTemplates(boolean) - Constructor for class com.mysema.query.sql.spatial.PostGISTemplates
-
- PostGISTemplates(char, boolean) - Constructor for class com.mysema.query.sql.spatial.PostGISTemplates
-
- POSTGRES_RESERVED_WORDS - Static variable in class com.mysema.query.sql.PostgresTemplates
-
- PostgresQuery - Class in com.mysema.query.sql.postgres
-
PostgresQuery provides Postgres related extensions to SQLQuery
- PostgresQuery(Connection) - Constructor for class com.mysema.query.sql.postgres.PostgresQuery
-
- PostgresQuery(Connection, SQLTemplates) - Constructor for class com.mysema.query.sql.postgres.PostgresQuery
-
- PostgresQuery(Connection, Configuration) - Constructor for class com.mysema.query.sql.postgres.PostgresQuery
-
- PostgresQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.postgres.PostgresQuery
-
- PostgresQueryFactory - Class in com.mysema.query.sql.postgres
-
PostgreSQL specific implementation of SQLQueryFactory
- PostgresQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.postgres.PostgresQueryFactory
-
- PostgresQueryFactory(Provider<Connection>) - Constructor for class com.mysema.query.sql.postgres.PostgresQueryFactory
-
- PostgresQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.mysema.query.sql.postgres.PostgresQueryFactory
-
- PostgresTemplates - Class in com.mysema.query.sql
-
PostgresTemplates is an SQL dialect for PostgreSQL
- PostgresTemplates() - Constructor for class com.mysema.query.sql.PostgresTemplates
-
- PostgresTemplates(boolean) - Constructor for class com.mysema.query.sql.PostgresTemplates
-
- PostgresTemplates(char, boolean) - Constructor for class com.mysema.query.sql.PostgresTemplates
-
- power(Expression<A>, int) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- POWER - Static variable in class com.mysema.query.types.Ops.MathOps
-
- preceding(Expression<Integer>) - Method in class com.mysema.query.sql.WindowRows.Between
-
- preceding(int) - Method in class com.mysema.query.sql.WindowRows.Between
-
- preceding(Expression<Integer>) - Method in class com.mysema.query.sql.WindowRows.BetweenAnd
-
- preceding(int) - Method in class com.mysema.query.sql.WindowRows.BetweenAnd
-
- preceding(Expression<Integer>) - Method in class com.mysema.query.sql.WindowRows
-
- preceding(int) - Method in class com.mysema.query.sql.WindowRows
-
- predicate(Operator<Boolean>, Expression<?>...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Predicate operation
- Predicate - Interface in com.mysema.query.types
-
Predicate is the common interface for Boolean typed expressions
- PredicateOperation - Class in com.mysema.query.types
-
PredicateOperation provides a Boolean typed Operation implementation
- PredicateOperation(Operator<Boolean>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.PredicateOperation
-
- PredicateTemplate - Class in com.mysema.query.types
-
PredicateTemplate provides a Boolean typed TemplateExpression implementation
- PredicateTemplate(String, Object...) - Constructor for class com.mysema.query.types.PredicateTemplate
-
- PredicateTemplate(Template, Object...) - Constructor for class com.mysema.query.types.PredicateTemplate
-
- PredicateTemplate(Template, ImmutableList<?>) - Constructor for class com.mysema.query.types.PredicateTemplate
-
- preExecute(SQLListenerContext) - Method in interface com.mysema.query.sql.SQLDetailedListener
-
- preExecute(SQLListenerContext) - Method in class com.mysema.query.sql.SQLListeners
-
- PREFIX - Static variable in class com.mysema.query.codegen.CodegenModule
-
- prepared(SQLListenerContext) - Method in interface com.mysema.query.sql.SQLDetailedListener
-
- prepared(SQLListenerContext) - Method in class com.mysema.query.sql.SQLListeners
-
- prepend(String) - Method in class com.mysema.query.support.SerializerBase
-
- prepend(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
Prepend the given String and return the result
- prepend(String) - Method in class com.mysema.query.types.expr.StringExpression
-
Prepend the given String and return the result
- prePrepare(SQLListenerContext) - Method in interface com.mysema.query.sql.SQLDetailedListener
-
- prePrepare(SQLListenerContext) - Method in class com.mysema.query.sql.SQLListeners
-
- preRender(SQLListenerContext) - Method in interface com.mysema.query.sql.SQLDetailedListener
-
Called at the start of SQL rendering.
- preRender(SQLListenerContext) - Method in class com.mysema.query.sql.SQLListeners
-
- previous() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- previous() - Method in class com.mysema.util.ResultSetAdapter
-
- PrimaryKey<E> - Class in com.mysema.query.sql
-
PrimaryKey defines a primary key on table
- PrimaryKey(RelationalPath<?>, Path<?>...) - Constructor for class com.mysema.query.sql.PrimaryKey
-
- PrimaryKey(RelationalPath<?>, ImmutableList<? extends Path<?>>) - Constructor for class com.mysema.query.sql.PrimaryKey
-
- PrimaryKeyData - Class in com.mysema.query.sql.support
-
- PrimaryKeyData(String) - Constructor for class com.mysema.query.sql.support.PrimaryKeyData
-
- PrimaryKeyData(String, String[]) - Constructor for class com.mysema.query.sql.support.PrimaryKeyData
-
- primaryKeysClassName - Variable in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- primaryKeysVariable - Variable in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- printSchema - Variable in class com.mysema.query.sql.SQLTemplates.Builder
-
- printSchema() - Method in class com.mysema.query.sql.SQLTemplates.Builder
-
- process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.mysema.query.apt.AbstractQuerydslProcessor
-
- produceNext(ResultSet) - Method in class com.mysema.query.sql.SQLResultIterator
-
- Projectable - Interface in com.mysema.query
-
Projectable defines default projection methods for
Query
implementations.
- ProjectableAdapter<P extends Projectable> - Class in com.mysema.query.support
-
ProjectableAdapter is an adapter implementation for the Projectable interface
- ProjectableAdapter(P) - Constructor for class com.mysema.query.support.ProjectableAdapter
-
- ProjectableQuery<Q extends ProjectableQuery<Q>> - Class in com.mysema.query.support
-
ProjectableQuery extends the
QueryBase
class to provide default
implementations of the methods of the
Projectable
interface
- ProjectableQuery(QueryMixin<Q>) - Constructor for class com.mysema.query.support.ProjectableQuery
-
- ProjectableSQLQuery<Q extends ProjectableSQLQuery<Q> & Query<Q>> - Class in com.mysema.query.sql
-
ProjectableSQLQuery is the base type for SQL query implementations
- ProjectableSQLQuery(QueryMixin<Q>, Configuration) - Constructor for class com.mysema.query.sql.ProjectableSQLQuery
-
- projection - Variable in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- projection - Variable in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- projection - Variable in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- ProjectionRole<T> - Interface in com.mysema.query.types
-
Defines a custom projection for an Expression type.
- Projections - Class in com.mysema.query.types
-
Factory class for FactoryExpression instances
- ProjectionSerializer - Class in com.mysema.query.codegen
-
ProjectionSerializer is a
Serializer
implementation for projection types
- ProjectionSerializer(TypeMappings) - Constructor for class com.mysema.query.codegen.ProjectionSerializer
-
Create a new ProjectionSerializer instance
- PROPERTIES - Static variable in interface com.mysema.query.types.path.PathBuilderValidator
-
- Property - Class in com.mysema.query.codegen
-
Property represents a property in a query domain type.
- Property(EntityType, String, Type) - Constructor for class com.mysema.query.codegen.Property
-
- Property(EntityType, String, Type, List<String>) - Constructor for class com.mysema.query.codegen.Property
-
- Property(EntityType, String, Type, List<String>, boolean) - Constructor for class com.mysema.query.codegen.Property
-
- Property(EntityType, String, String, Type, List<String>, boolean) - Constructor for class com.mysema.query.codegen.Property
-
- PropertyAccessInvocationHandler - Class in com.mysema.query.alias
-
PropertyAccessInvocationHandler is the main InvocationHandler class for the
CGLIB alias proxies
- PropertyAccessInvocationHandler(Expression<?>, AliasFactory, PathFactory, TypeSystem) - Constructor for class com.mysema.query.alias.PropertyAccessInvocationHandler
-
- propertyNameForGetter(Method) - Method in class com.mysema.query.alias.PropertyAccessInvocationHandler
-
- propertyNotFound(Expression<?>, String) - Method in class com.mysema.query.types.QBean
-
- PropertyType - Enum in com.mysema.query.annotations
-
PropertyType defines the Path type to be used for a Domain property
- put(Map<K, V>, K, V) - Static method in class com.mysema.query.util.CollectionUtils
-
- put(String, Object) - Method in class com.mysema.util.BeanMap
-
Sets the bean property with the given name to the given value.
- putAllWriteable(BeanMap) - Method in class com.mysema.util.BeanMap
-
Puts all of the writable properties from the given BeanMap into this
BeanMap.
- QBean<T> - Class in com.mysema.query.types
-
QBean is a JavaBean populating projection type
- QBean(Path<T>, Expression<?>...) - Constructor for class com.mysema.query.types.QBean
-
Create a new QBean instance
- QBean(Path<T>, Map<String, ? extends Expression<?>>) - Constructor for class com.mysema.query.types.QBean
-
Create a new QBean instance
- QBean(Path<T>, boolean, Expression<?>...) - Constructor for class com.mysema.query.types.QBean
-
Create a new QBean instance
- QBean(Path<T>, boolean, Map<String, ? extends Expression<?>>) - Constructor for class com.mysema.query.types.QBean
-
Create a new QBean instance
- QBean(Class<T>, Map<String, ? extends Expression<?>>) - Constructor for class com.mysema.query.types.QBean
-
Create a new QBean instance
- QBean(Class<T>, Expression<?>...) - Constructor for class com.mysema.query.types.QBean
-
Create a new QBean instance
- QBean(Class<T>, boolean, Expression<?>...) - Constructor for class com.mysema.query.types.QBean
-
Create a new QBean instance
- QBean(Class<T>, boolean, Map<String, ? extends Expression<?>>) - Constructor for class com.mysema.query.types.QBean
-
Create a new QBean instance
- QBeans - Class in com.mysema.query.sql
-
Expression used to project a list of beans
- QBeans(RelationalPath<?>...) - Constructor for class com.mysema.query.sql.QBeans
-
- QList - Class in com.mysema.query.types
-
QList represents a projection of type List
- QList(Expression<?>...) - Constructor for class com.mysema.query.types.QList
-
Create a new QList instance
- QList(ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.QList
-
Create a new QList instance
- QList(Expression<?>[]...) - Constructor for class com.mysema.query.types.QList
-
Create a new QMap instance
- QMap - Class in com.mysema.query.types
-
QMap represents a projection of type Map
- QMap(Expression<?>...) - Constructor for class com.mysema.query.types.QMap
-
Create a new QMap instance
- QMap(ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.QMap
-
Create a new QMap instance
- QMap(Expression<?>[]...) - Constructor for class com.mysema.query.types.QMap
-
Create a new QMap instance
- QPair<K,V> - Class in com.mysema.query.group
-
A pair of (Map) key and value
- QPair(Expression<K>, Expression<V>) - Constructor for class com.mysema.query.group.QPair
-
- QSpatialRefSys - Class in com.mysema.query.sql.spatial
-
QSpatialRefSys is a Querydsl query type for SpatialRefSys
- QSpatialRefSys(String) - Constructor for class com.mysema.query.sql.spatial.QSpatialRefSys
-
- QSpatialRefSys(String, String, String) - Constructor for class com.mysema.query.sql.spatial.QSpatialRefSys
-
- QSpatialRefSys(Path<? extends SpatialRefSys>) - Constructor for class com.mysema.query.sql.spatial.QSpatialRefSys
-
- QSpatialRefSys(PathMetadata<?>) - Constructor for class com.mysema.query.sql.spatial.QSpatialRefSys
-
- QTuple - Class in com.mysema.query.types
-
QTuple represents a projection of type Tuple
- QTuple(Expression<?>...) - Constructor for class com.mysema.query.types.QTuple
-
Create a new QTuple instance
- QTuple(ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.QTuple
-
Create a new QTuple instance
- QTuple(Expression<?>[]...) - Constructor for class com.mysema.query.types.QTuple
-
Create a new QTuple instance
- QUALIFY - Static variable in class com.mysema.query.sql.SQLOps
-
- qualify(Predicate) - Method in class com.mysema.query.sql.teradata.TeradataQuery
-
Adds a qualify expression
- queries - Variable in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- query() - Method in class com.mysema.query.jdo.JDOQueryFactory
-
- query() - Method in class com.mysema.query.jpa.hibernate.HibernateQueryFactory
-
- query() - Method in class com.mysema.query.jpa.impl.JPAQueryFactory
-
- Query<Q extends Query<Q>> - Interface in com.mysema.query
-
Query defines the main query interface of the fluent query language.
- query() - Method in interface com.mysema.query.QueryFactory
-
Create a new Query
- query() - Method in class com.mysema.query.sql.mssql.SQLServerQueryFactory
-
- query() - Method in class com.mysema.query.sql.mysql.MySQLQueryFactory
-
- query() - Method in class com.mysema.query.sql.oracle.OracleQueryFactory
-
- query() - Method in class com.mysema.query.sql.postgres.PostgresQueryFactory
-
- query() - Method in interface com.mysema.query.sql.SQLCommonQueryFactory
-
- query() - Method in class com.mysema.query.sql.SQLQueryFactory
-
- query() - Method in class com.mysema.query.sql.SQLQueryFactoryImpl
-
Deprecated.
- query() - Method in class com.mysema.query.sql.teradata.TeradataQueryFactory
-
- QueryBase<Q extends QueryBase<Q>> - Class in com.mysema.query.support
-
QueryBase provides a stub for Query implementations
- QueryBase(QueryMixin<Q>) - Constructor for class com.mysema.query.support.QueryBase
-
- QueryDelegate - Annotation Type in com.mysema.query.annotations
-
Declaration of a static delegate method
- QUERYDSL_CREATE_DEFAULT_VARIABLE - Static variable in class com.mysema.query.apt.APTOptions
-
- QUERYDSL_ENTITY_ACCESSORS - Static variable in class com.mysema.query.apt.APTOptions
-
- QUERYDSL_EXCLUDED_CLASSES - Static variable in class com.mysema.query.apt.APTOptions
-
- QUERYDSL_EXCLUDED_PACKAGES - Static variable in class com.mysema.query.apt.APTOptions
-
- QUERYDSL_INCLUDED_CLASSES - Static variable in class com.mysema.query.apt.APTOptions
-
- QUERYDSL_INCLUDED_PACKAGES - Static variable in class com.mysema.query.apt.APTOptions
-
- QUERYDSL_LIST_ACCESSORS - Static variable in class com.mysema.query.apt.APTOptions
-
- QUERYDSL_MAP_ACCESSORS - Static variable in class com.mysema.query.apt.APTOptions
-
- QUERYDSL_PACKAGE_SUFFIX - Static variable in class com.mysema.query.apt.APTOptions
-
- QUERYDSL_PREFIX - Static variable in class com.mysema.query.apt.APTOptions
-
- QUERYDSL_SUFFIX - Static variable in class com.mysema.query.apt.APTOptions
-
- QUERYDSL_UNKNOWN_AS_EMBEDDABLE - Static variable in class com.mysema.query.apt.APTOptions
-
- QuerydslAnnotationProcessor - Class in com.mysema.query.apt
-
- QuerydslAnnotationProcessor() - Constructor for class com.mysema.query.apt.QuerydslAnnotationProcessor
-
- QueryElement - Class in com.mysema.query.lucene
-
QueryElement wraps a Lucene Query
- QueryElement(Query) - Constructor for class com.mysema.query.lucene.QueryElement
-
- QueryEmbeddable - Annotation Type in com.mysema.query.annotations
-
Annotation for APT based Domain query type generation.
- QueryEmbedded - Annotation Type in com.mysema.query.annotations
-
Annotation for APT based Domain query type generation.
- QueryEngine - Interface in com.mysema.query.collections
-
QueryEngine defines an interface for the evaluation of ColQuery queries
- QueryEntities - Annotation Type in com.mysema.query.annotations
-
Annotation for APT based Domain query type generation.
- QueryEntity - Annotation Type in com.mysema.query.annotations
-
Annotation for APT based Domain query type generation.
- QueryException - Exception in com.mysema.query
-
- QueryException(String) - Constructor for exception com.mysema.query.QueryException
-
- QueryException(String, Throwable) - Constructor for exception com.mysema.query.QueryException
-
- QueryException(Throwable) - Constructor for exception com.mysema.query.QueryException
-
- QueryExclude - Annotation Type in com.mysema.query.annotations
-
Marks the annotated classes and packages to be excluded from source generation
- QueryFactory<Q extends Query<?>,SQ extends Detachable> - Interface in com.mysema.query
-
Common interface for QueryFactory implementations
- QueryFlag - Class in com.mysema.query
-
Defines a positioned flag in a Query for customization of query serialization
- QueryFlag(QueryFlag.Position, String) - Constructor for class com.mysema.query.QueryFlag
-
- QueryFlag(QueryFlag.Position, Expression<?>) - Constructor for class com.mysema.query.QueryFlag
-
- QueryFlag.Position - Enum in com.mysema.query
-
- queryHandler - Variable in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- QueryHandler - Interface in com.mysema.query.jpa
-
QueryHandler provides injection of provider specific functionality into the query logic
- queryHandler - Variable in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- QueryInit - Annotation Type in com.mysema.query.annotations
-
Defines the paths to be initialized for the annotated property
- QueryMetadata - Interface in com.mysema.query
-
QueryMetadata defines query metadata such as query sources, filtering
conditions and the projection
- queryMixin - Variable in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- queryMixin - Variable in class com.mysema.query.jpa.JPAQueryBase
-
- queryMixin - Variable in class com.mysema.query.support.QueryBase
-
- QueryMixin<T> - Class in com.mysema.query.support
-
Mixin style Query implementation
- QueryMixin() - Constructor for class com.mysema.query.support.QueryMixin
-
- QueryMixin(QueryMetadata) - Constructor for class com.mysema.query.support.QueryMixin
-
- QueryMixin(QueryMetadata, boolean) - Constructor for class com.mysema.query.support.QueryMixin
-
- QueryMixin(T) - Constructor for class com.mysema.query.support.QueryMixin
-
- QueryMixin(T, QueryMetadata) - Constructor for class com.mysema.query.support.QueryMixin
-
- QueryMixin(T, QueryMetadata, boolean) - Constructor for class com.mysema.query.support.QueryMixin
-
- QueryModifiers - Class in com.mysema.query
-
QueryModifiers combines limit and offset info into a single type.
- QueryModifiers(Long, Long) - Constructor for class com.mysema.query.QueryModifiers
-
- QueryModifiers(QueryModifiers) - Constructor for class com.mysema.query.QueryModifiers
-
- QueryProjection - Annotation Type in com.mysema.query.annotations
-
Annotation for APT based query type generation.
- QuerySupertype - Annotation Type in com.mysema.query.annotations
-
Annotation for APT based Domain query type generation.
- QueryTransient - Annotation Type in com.mysema.query.annotations
-
Annotate fields and getters that should be skipped in APT based code generation
with this annotation
- QueryType - Annotation Type in com.mysema.query.annotations
-
QueryType defines the Querydsl property type for a Domain property
- QueryTypeFactory - Interface in com.mysema.query.codegen
-
QueryTypeFactory defines an interface for mapping domain types to Querydsl expression types
- QueryTypeFactoryImpl - Class in com.mysema.query.codegen
-
QueryTypeFactoryImpl is the default implementation of the
QueryTypeFactory
interface
- QueryTypeFactoryImpl(String, String, String) - Constructor for class com.mysema.query.codegen.QueryTypeFactoryImpl
-
- QueryTypeImpl - Class in com.mysema.query.apt
-
- QueryTypeImpl(PropertyType) - Constructor for class com.mysema.query.apt.QueryTypeImpl
-
- quote - Variable in class com.mysema.query.sql.SQLTemplates.Builder
-
- quote() - Method in class com.mysema.query.sql.SQLTemplates.Builder
-
- quoteIdentifier(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- quoteIdentifier(String, boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- RAD - Static variable in class com.mysema.query.types.Ops.MathOps
-
- radians(double) - Static method in class com.mysema.query.collections.CollQueryFunctions
-
- radians(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- random() - Static method in class com.mysema.query.types.expr.MathExpressions
-
Returns the random expression
- random(int) - Static method in class com.mysema.query.types.expr.MathExpressions
-
Return a random number expression with the given seed
- random() - Static method in class com.mysema.query.types.expr.NumberExpression
-
Returns the random expression
- RANDOM - Static variable in class com.mysema.query.types.Ops.MathOps
-
- RANDOM2 - Static variable in class com.mysema.query.types.Ops.MathOps
-
- range(Path<?>, String, Expression<?>, Expression<?>, boolean, boolean, QueryMetadata) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- range() - Method in class com.mysema.query.sql.WindowFunction
-
- rank() - Static method in class com.mysema.query.sql.SQLExpressions
-
rank of the current row with gaps; same as row_number of its first peer
- rank(Object...) - Static method in class com.mysema.query.sql.SQLExpressions
-
- rank(Expression<?>...) - Static method in class com.mysema.query.sql.SQLExpressions
-
- RANK - Static variable in class com.mysema.query.sql.SQLOps
-
- RANK2 - Static variable in class com.mysema.query.sql.SQLOps
-
- ratioToReport(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
computes the ratio of a value to the sum of a set of values.
- RATIOTOREPORT - Static variable in class com.mysema.query.sql.SQLOps
-
- read(byte[]) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryReader
-
- read(InStream) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryReader
-
- readOnly - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- readOnly - Variable in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- RECURSIVE - Static variable in class com.mysema.query.sql.SQLTemplates
-
- ReflectionUtils - Class in com.mysema.util
-
ReflectionUtils provides Reflection related functionality
- refreshRow() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- refreshRow() - Method in class com.mysema.util.ResultSetAdapter
-
- regexToLike(Expression<String>) - Static method in class com.mysema.query.types.ExpressionUtils
-
- register(TypeCategory, Class<? extends Expression>, Class<? extends Path>, Class<? extends TemplateExpression>) - Method in class com.mysema.query.codegen.TypeMappings
-
- register(Type, Type) - Method in class com.mysema.query.codegen.TypeMappings
-
- register(Type<?>) - Method in class com.mysema.query.sql.Configuration
-
Register the given
Type
converter
- register(String, String, Class<?>) - Method in class com.mysema.query.sql.Configuration
-
Register the given javaType for the given table and column
- register(String, String, Type<?>) - Method in class com.mysema.query.sql.Configuration
-
Register the given
Type
converter for the given table and column
- register(Type<?>) - Method in class com.mysema.query.sql.JavaTypeMapping
-
- register(int, Class<?>) - Method in class com.mysema.query.sql.JDBCTypeMapping
-
- registerColumnOverride(String, String, String, String) - Method in class com.mysema.query.sql.Configuration
-
Register a column override
- registerColumnOverride(String, String, String) - Method in class com.mysema.query.sql.Configuration
-
Register a column override
- registerNumeric(int, int, Class<?>) - Method in class com.mysema.query.sql.Configuration
-
Override the binding for the given NUMERIC type
- registerNumeric(int, int, int, int, Class<?>) - Method in class com.mysema.query.sql.Configuration
-
Override multiple numeric bindings, both begin and end are inclusive
- registerNumeric(int, int, Class<?>) - Method in class com.mysema.query.sql.JDBCTypeMapping
-
- registerSchemaOverride(String, String) - Method in class com.mysema.query.sql.Configuration
-
Register a schema override
- registerTableOverride(String, String) - Method in class com.mysema.query.sql.Configuration
-
Register a table override
- registerTableOverride(String, String, String) - Method in class com.mysema.query.sql.Configuration
-
Register a schema specific table override
- registerTableOverride(String, String, String, String) - Method in class com.mysema.query.sql.Configuration
-
Register a schema specific table override
- registerTableOverride(SchemaAndTable, SchemaAndTable) - Method in class com.mysema.query.sql.Configuration
-
Register a schema specific table override
- registerType(String, Class<?>) - Method in class com.mysema.query.sql.Configuration
-
Register a typeName to Class mapping
- REGR_AVGX - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_AVGY - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_COUNT - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_INTERCEPT - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_R2 - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_SLOPE - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_SXX - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_SXY - Static variable in class com.mysema.query.sql.SQLOps
-
- REGR_SYY - Static variable in class com.mysema.query.sql.SQLOps
-
- regrAvgx(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrAvgy(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrCount(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrIntercept(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrR2(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrSlope(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrSxx(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrSxy(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- regrSyy(Expression<? extends Number>, Expression<? extends Number>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- reinitialise() - Method in class com.mysema.util.BeanMap
-
Reinitializes this bean.
- relate(Geometry, String) - Method in class com.mysema.query.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.mysema.query.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.mysema.query.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.mysema.query.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 - Static variable in class com.mysema.query.spatial.SpatialOps
-
- RelationalFunctionCall<T> - Class in com.mysema.query.sql
-
Represents a table valued function call
- RelationalFunctionCall(Class<? extends T>, String, Object...) - Constructor for class com.mysema.query.sql.RelationalFunctionCall
-
- RelationalPath<T> - Interface in com.mysema.query.sql
-
RelationalPath extends
EntityPath
to provide access to relational
metadata
- RelationalPathBase<T> - Class in com.mysema.query.sql
-
- RelationalPathBase(Class<? extends T>, String, String, String) - Constructor for class com.mysema.query.sql.RelationalPathBase
-
- RelationalPathBase(Class<? extends T>, PathMetadata<?>, String, String) - Constructor for class com.mysema.query.sql.RelationalPathBase
-
- RelationalPathExtractor - Class in com.mysema.query.sql
-
RelationalPathExtractor extracts RelationlPath instances from expressions and queries
- RelationalPathSpatial<T> - Class in com.mysema.query.sql.spatial
-
- RelationalPathSpatial(Class<? extends T>, String, String, String) - Constructor for class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- RelationalPathSpatial(Class<? extends T>, PathMetadata<?>, String, String) - Constructor for class com.mysema.query.sql.spatial.RelationalPathSpatial
-
- RelationalPathUtils - Class in com.mysema.query.sql
-
RelationalPathUtils provides static utility methods for
RelationalPath
instances
- relative(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- relative(int) - Method in class com.mysema.util.ResultSetAdapter
-
- remove() - Method in class com.mysema.query.jpa.ScrollableResultsIterator
-
- remove() - Method in class com.mysema.query.jpa.TransformingIterator
-
- remove() - Method in class com.mysema.query.lucene.ResultIterator
-
- remove() - Method in class com.mysema.query.sql.SQLResultIterator
-
- remove() - Method in class com.mysema.util.MultiIterator
-
- removeFlag(QueryFlag) - Method in class com.mysema.query.DefaultQueryMetadata
-
- removeFlag(QueryFlag) - Method in class com.mysema.query.EmptyMetadata
-
- removeFlag(QueryFlag) - Method in interface com.mysema.query.QueryMetadata
-
- removeFlag(QueryFlag) - Method in class com.mysema.query.support.QueryMixin
-
- removeSorted(Set<T>, T) - Static method in class com.mysema.query.util.CollectionUtils
-
- rendered(SQLListenerContext) - Method in interface com.mysema.query.sql.SQLDetailedListener
-
Called at the end of SQL rendering.
- rendered(SQLListenerContext) - Method in class com.mysema.query.sql.SQLListeners
-
- replace(RelationalPath<?>) - Method in class com.mysema.query.sql.mysql.MySQLQueryFactory
-
- replace - Variable in class com.mysema.query.support.Context
-
- replacements - Variable in class com.mysema.query.support.Context
-
- ReplaceVisitor - Class in com.mysema.query.support
-
ReplaceVisitor is a deep visitor that can be customized to replace segments of
expression trees
- ReplaceVisitor() - Constructor for class com.mysema.query.support.ReplaceVisitor
-
- requiresQuotes(String, boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- reservedSuffix - Variable in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- reset() - Method in class com.mysema.query.alias.AliasFactory
-
Reset the thread bound expression to null
- reset() - Method in class com.mysema.query.DefaultQueryMetadata
-
- reset() - Method in class com.mysema.query.EmptyMetadata
-
- reset() - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- reset() - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- reset() - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- reset() - Method in class com.mysema.query.jpa.JPAQueryBase
-
- reset() - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- reset() - Method in interface com.mysema.query.QueryMetadata
-
Reset the projection
- reset() - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- resetAlias() - Static method in class com.mysema.query.alias.Alias
-
- resolve(Type, Type, EntityType) - Static method in class com.mysema.query.codegen.TypeResolver
-
Resolve type declared in declaringType for context
- restrict(QueryModifiers) - Method in class com.mysema.query.hibernate.search.SearchQuery
-
- restrict(QueryModifiers) - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
- restrict(QueryModifiers) - Method in class com.mysema.query.mongodb.MongodbQuery
-
- restrict(QueryModifiers) - Method in interface com.mysema.query.SimpleQuery
-
Set both limit and offset of the query results
- restrict(QueryModifiers) - Method in class com.mysema.query.support.QueryBase
-
Defines both limit and offset of the query results
- restrict(QueryModifiers) - Method in class com.mysema.query.support.QueryMixin
-
- restrict(QueryModifiers) - Method in class com.mysema.query.support.SimpleProjectableAdapter
-
- ResultIterator<T> - Class in com.mysema.query.lucene
-
ResultIterator is a CloseableIterator
implementation for Lucene query results
- ResultIterator(ScoreDoc[], int, IndexSearcher, FieldSelector, Function<Document, T>) - Constructor for class com.mysema.query.lucene.ResultIterator
-
- ResultSetAdapter - Class in com.mysema.util
-
- ResultSetAdapter(ResultSet) - Constructor for class com.mysema.util.ResultSetAdapter
-
- ResultTransformer<T> - Interface in com.mysema.query
-
Executes query on a
Projectable
and transforms results into T.
- right(Expression<String>, int) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get the rhs rightmost characters of lhs
- right(Expression<String>, Expression<Integer>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Get the rhs leftmost characters of lhs
- RIGHT - Static variable in class com.mysema.query.types.Ops.StringOps
-
- rightJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- rightJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- rightJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- rightJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- rightJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- rightJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- rightJoin(EntityPath<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a right join with the given target.
- rightJoin(EntityPath<P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a right join with the given target and alias.
- rightJoin(CollectionExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a right join with the given target.
- rightJoin(CollectionExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a right join with the given target and alias.
- rightJoin(MapExpression<?, P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a right join with the given target.
- rightJoin(MapExpression<?, P>, Path<P>) - Method in interface com.mysema.query.jpa.JPACommonQuery
-
Create a right join with the given target and alias.
- rightJoin(CollectionExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- rightJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- rightJoin(EntityPath<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- rightJoin(EntityPath<P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- rightJoin(MapExpression<?, P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- rightJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- rightJoin(EntityPath<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- rightJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- rightJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- rightJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- rightJoin(EntityPath<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- rightJoin(RelationalFunctionCall<E>, Path<E>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- rightJoin(SubQueryExpression<?>, Path<?>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- rightJoin(ForeignKey<E>, RelationalPath<E>) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- rightJoin(EntityPath<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a right join to the given target
- rightJoin(RelationalFunctionCall<E>, Path<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a full join to the given target
- rightJoin(ForeignKey<E>, RelationalPath<E>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a right join to the given target
- rightJoin(SubQueryExpression<?>, Path<?>) - Method in interface com.mysema.query.sql.SQLCommonQuery
-
Adds a right join to the given target
- rightJoin(Expression<P>) - Method in class com.mysema.query.support.QueryMixin
-
- rightJoin(Expression<P>, Path<P>) - Method in class com.mysema.query.support.QueryMixin
-
- rightJoin(CollectionExpression<?, P>, Path<P>) - Method in class com.mysema.query.support.QueryMixin
-
- rightJoin(MapExpression<?, P>, Path<P>) - Method in class com.mysema.query.support.QueryMixin
-
- rightJoin(SubQueryExpression<P>, Path<?>) - Method in class com.mysema.query.support.QueryMixin
-
- rn - Static variable in class com.mysema.query.sql.mssql.SQLServerGrammar
-
Deprecated.
- RooAnnotationProcessor - Class in com.mysema.query.apt.roo
-
AnnotationProcessor for Spring Roo which takes RooJpaEntity
, RooJpaActiveRecord
,
MappedSuperclass
, Embeddable
and Transient
into account
- RooAnnotationProcessor() - Constructor for class com.mysema.query.apt.roo.RooAnnotationProcessor
-
- round(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
Round to nearest integer
- round(Expression<A>, int) - Static method in class com.mysema.query.types.expr.MathExpressions
-
Round to s decimal places
- round() - Method in class com.mysema.query.types.expr.NumberExpression
-
Returns the closest int
to this.
- ROUND - Static variable in class com.mysema.query.types.Ops.MathOps
-
- ROUND2 - Static variable in class com.mysema.query.types.Ops.MathOps
-
- rowDeleted() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- rowDeleted() - Method in class com.mysema.util.ResultSetAdapter
-
- rowid - Static variable in class com.mysema.query.sql.oracle.OracleGrammar
-
- rowInserted() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- rowInserted() - Method in class com.mysema.util.ResultSetAdapter
-
- rownum - Static variable in class com.mysema.query.sql.oracle.OracleGrammar
-
- rowNumber - Static variable in class com.mysema.query.sql.mssql.SQLServerGrammar
-
Deprecated.
- rowNumber() - Static method in class com.mysema.query.sql.SQLExpressions
-
number of the current row within its partition, counting from 1
- ROWNUMBER - Static variable in class com.mysema.query.sql.SQLOps
-
- rows() - Method in class com.mysema.query.sql.WindowFunction
-
- rowUpdated() - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- rowUpdated() - Method in class com.mysema.util.ResultSetAdapter
-
- rpad(Expression<String>, int) - Static method in class com.mysema.query.types.expr.StringExpressions
-
- rpad(Expression<String>, Expression<Integer>) - Static method in class com.mysema.query.types.expr.StringExpressions
-
- rpad(Expression<String>, NumberExpression<Integer>, char) - Static method in class com.mysema.query.types.expr.StringExpressions
-
- rpad(Expression<String>, int, char) - Static method in class com.mysema.query.types.expr.StringExpressions
-
- RPAD - Static variable in class com.mysema.query.types.Ops.StringOps
-
- RPAD2 - Static variable in class com.mysema.query.types.Ops.StringOps
-
- rtrim(Expression<String>) - Static method in class com.mysema.query.types.expr.StringExpressions
-
- RTRIM - Static variable in class com.mysema.query.types.Ops.StringOps
-
- safeClassForName(ClassLoader, String) - Static method in class com.mysema.util.ClassPathUtils
-
- scanPackage(ClassLoader, Package) - Static method in class com.mysema.util.ClassPathUtils
-
- scanPackage(ClassLoader, String) - Static method in class com.mysema.util.ClassPathUtils
-
- SCHEMA_TO_PACKAGE - Static variable in class com.mysema.query.sql.codegen.SQLCodegenModule
-
- SchemaAndTable - Class in com.mysema.query.sql
-
- SchemaAndTable(String, String) - Constructor for class com.mysema.query.sql.SchemaAndTable
-
- scroll(ScrollMode, Expression<?>) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Return the query results as ScrollableResults.
- scroll(ScrollMode, Expression<?>...) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Return the query results as ScrollableResults.
- ScrollableResultsIterator<T> - Class in com.mysema.query.jpa
-
ScrollableResultsIterator is an CloseableIterator
adapter for ScrollableResults
- ScrollableResultsIterator(ScrollableResults) - Constructor for class com.mysema.query.jpa.ScrollableResultsIterator
-
- ScrollableResultsIterator(ScrollableResults, boolean) - Constructor for class com.mysema.query.jpa.ScrollableResultsIterator
-
- SearchQuery<T> - Class in com.mysema.query.hibernate.search
-
SearchQuery is a Query implementation for Hibernate Search
- SearchQuery(FullTextSession, EntityPath<T>) - Constructor for class com.mysema.query.hibernate.search.SearchQuery
-
Create a new SearchQuery instance
- SearchQuery(Session, EntityPath<T>) - Constructor for class com.mysema.query.hibernate.search.SearchQuery
-
- SearchResults<T> - Class in com.mysema.query
-
SearchResults bundles data for paged search results
- SearchResults(List<T>, Long, Long, long) - Constructor for class com.mysema.query.SearchResults
-
Create a new SearchResults instance
- SearchResults(List<T>, QueryModifiers, long) - Constructor for class com.mysema.query.SearchResults
-
Create a new SearchResults instance
- SearchSerializer - Class in com.mysema.query.hibernate.search
-
SearchSerializer extends the LuceneSerializer to use Field
annotation data from paths
- SearchSerializer(boolean, boolean) - Constructor for class com.mysema.query.hibernate.search.SearchSerializer
-
Create a new SearchSerializer instance
- second() - Method in class com.mysema.query.types.expr.DateTimeExpression
-
Get a seconds expression (range 0-59)
- second() - Method in class com.mysema.query.types.expr.TimeExpression
-
Get a seconds expression (range 0-59)
- SECOND - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- select(SubQueryExpression<?>) - Method in interface com.mysema.query.dml.InsertClause
-
Define the populate via subquery
- select(SubQueryExpression<?>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- select(SubQueryExpression<?>) - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- serialize(EntityType, SerializerConfig, CodeWriter) - Method in class com.mysema.query.codegen.BeanSerializer
-
- serialize(EntityType, SerializerConfig, CodeWriter) - Method in class com.mysema.query.codegen.EntitySerializer
-
- serialize(EntityType, Property, Type, CodeWriter, String, String...) - Method in class com.mysema.query.codegen.EntitySerializer
-
- serialize(EntityType, SerializerConfig, CodeWriter) - Method in class com.mysema.query.codegen.GroovyBeanSerializer
-
- serialize(EntityType, SerializerConfig, CodeWriter) - Method in class com.mysema.query.codegen.ProjectionSerializer
-
- serialize(EntityType, SerializerConfig, CodeWriter) - Method in interface com.mysema.query.codegen.Serializer
-
- serialize(QueryMetadata, boolean, boolean) - Method in class com.mysema.query.jdo.JDOQLSerializer
-
- serialize(boolean) - Method in class com.mysema.query.jpa.JPAQueryBase
-
- serialize(QueryMetadata, boolean, String) - Method in class com.mysema.query.jpa.JPQLSerializer
-
- serialize(QueryMetadata, boolean) - Method in class com.mysema.query.jpa.NativeSQLSerializer
-
- serialize(String, int) - Method in class com.mysema.query.sql.DB2Templates
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.mysema.query.sql.DB2Templates
-
- serialize(String, int) - Method in class com.mysema.query.sql.DerbyTemplates
-
- serialize(boolean) - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- serialize(String, int) - Method in class com.mysema.query.sql.OracleTemplates
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.mysema.query.sql.OracleTemplates
-
- serialize(String, int) - Method in class com.mysema.query.sql.PostgresTemplates
-
- serialize(boolean) - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- serialize(String, int) - Method in class com.mysema.query.sql.SQLiteTemplates
-
- serialize(QueryMetadata, boolean) - Method in class com.mysema.query.sql.SQLSerializer
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.mysema.query.sql.SQLServer2005Templates
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.mysema.query.sql.SQLServer2012Templates
-
- serialize(String, int) - Method in class com.mysema.query.sql.SQLServerTemplates
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.mysema.query.sql.SQLServerTemplates
-
- serialize(String, int) - Method in class com.mysema.query.sql.SQLTemplates
-
- serialize(QueryMetadata, boolean, SQLSerializer) - Method in class com.mysema.query.sql.SQLTemplates
-
template method for SELECT serialization
- serialize(QueryFlag.Position, Set<QueryFlag>) - Method in class com.mysema.query.support.SerializerBase
-
- serialize(JoinFlag.Position, Set<JoinFlag>) - Method in class com.mysema.query.support.SerializerBase
-
- serializeDelete(QueryMetadata, RelationalPath<?>, SQLSerializer) - Method in class com.mysema.query.sql.OracleTemplates
-
- serializeDelete(QueryMetadata, RelationalPath<?>) - Method in class com.mysema.query.sql.SQLSerializer
-
- serializeDelete(QueryMetadata, RelationalPath<?>, SQLSerializer) - Method in class com.mysema.query.sql.SQLServer2005Templates
-
- serializeDelete(QueryMetadata, RelationalPath<?>, SQLSerializer) - Method in class com.mysema.query.sql.SQLTemplates
-
template method for DELETE serialization
- serializeForDelete(QueryMetadata) - Method in class com.mysema.query.jpa.JPQLSerializer
-
- serializeForeignKeys(EntityType, CodeWriter, Collection<? extends KeyData>, boolean) - Method in class com.mysema.query.sql.codegen.MetaDataSerializer
-
- serializeForUpdate(QueryMetadata) - Method in class com.mysema.query.jpa.JPQLSerializer
-
- serializeInsert(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.mysema.query.sql.SQLSerializer
-
- serializeInsert(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>, SQLSerializer) - Method in class com.mysema.query.sql.SQLTemplates
-
template method for INSERT serialization
- serializeMerge(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Method in class com.mysema.query.sql.SQLSerializer
-
- serializeMerge(QueryMetadata, RelationalPath<?>, List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>, SQLSerializer) - Method in class com.mysema.query.sql.SQLTemplates
-
template method for MERGE serialization
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.CUBRIDTemplates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.DB2Templates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.DerbyTemplates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.FirebirdTemplates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.OracleTemplates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.SQLServer2012Templates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.SQLServerTemplates
-
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.SQLTemplates
-
template method for LIMIT and OFFSET serialization
- serializeModifiers(QueryMetadata, SQLSerializer) - Method in class com.mysema.query.sql.TeradataTemplates
-
- serializePrimaryKeys(EntityType, CodeWriter, Collection<PrimaryKeyData>) - Method in class com.mysema.query.sql.codegen.MetaDataSerializer
-
- serializeProperties(EntityType, SerializerConfig, CodeWriter) - Method in class com.mysema.query.codegen.EntitySerializer
-
- serializeProperties(EntityType, SerializerConfig, CodeWriter) - Method in class com.mysema.query.sql.codegen.MetaDataSerializer
-
- Serializer - Interface in com.mysema.query.codegen
-
Serializer defines a common interface for
EntityType
serializers
- SerializerBase<S extends SerializerBase<S>> - Class in com.mysema.query.support
-
SerializerBase is a stub for Serializer implementations which serialize query metadata to Strings
- SerializerBase(Templates) - Constructor for class com.mysema.query.support.SerializerBase
-
- SerializerConfig - Interface in com.mysema.query.codegen
-
SerializerConfig defines serialization options to be used in the
Serializer
- serializeUnion(Expression<?>, QueryMetadata, boolean) - Method in class com.mysema.query.sql.SQLSerializer
-
- serializeUpdate(QueryMetadata, RelationalPath<?>, List<Pair<Path<?>, Expression<?>>>, SQLSerializer) - Method in class com.mysema.query.sql.OracleTemplates
-
- serializeUpdate(QueryMetadata, RelationalPath<?>, List<Pair<Path<?>, Expression<?>>>) - Method in class com.mysema.query.sql.SQLSerializer
-
- serializeUpdate(QueryMetadata, RelationalPath<?>, List<Pair<Path<?>, Expression<?>>>, SQLSerializer) - Method in class com.mysema.query.sql.SQLServer2005Templates
-
- serializeUpdate(QueryMetadata, RelationalPath<?>, List<Pair<Path<?>, Expression<?>>>, SQLSerializer) - Method in class com.mysema.query.sql.SQLTemplates
-
template method for UPDATE serialization
- SessionHolder - Interface in com.mysema.query.jpa.hibernate
-
Abstraction for different Hibernate Session signatures
- set(Path<U>, U) - Method in class com.mysema.query.collections.CollUpdateClause
-
- set(Path<U>, Expression<? extends U>) - Method in class com.mysema.query.collections.CollUpdateClause
-
- set(List<? extends Path<?>>, List<?>) - Method in class com.mysema.query.collections.CollUpdateClause
-
- set(Path<T>, T) - Method in interface com.mysema.query.dml.StoreClause
-
Add a value binding
- set(Path<T>, Expression<? extends T>) - Method in interface com.mysema.query.dml.StoreClause
-
Add an expression binding
- set(List<? extends Path<?>>, List<?>) - Method in interface com.mysema.query.dml.UpdateClause
-
Set the paths to be updated
- set(Expression<E>) - Static method in class com.mysema.query.group.GroupBy
-
Create a new aggregating set expression
- set(GroupExpression<E, F>) - Static method in class com.mysema.query.group.GroupBy
-
- set(ParamExpression<P>, P) - Method in class com.mysema.query.hibernate.search.SearchQuery
-
- set(List<? extends Path<?>>, List<?>) - Method in class com.mysema.query.jdo.dml.JDOUpdateClause
-
- set(Path<T>, T) - Method in class com.mysema.query.jdo.dml.JDOUpdateClause
-
- set(Path<T>, Expression<? extends T>) - Method in class com.mysema.query.jdo.dml.JDOUpdateClause
-
- set(Path<T>, T) - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
-
- set(Path<T>, Expression<? extends T>) - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
-
- set(List<? extends Path<?>>, List<?>) - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
-
- set(Path<T>, T) - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
-
- set(Path<T>, Expression<? extends T>) - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
-
- set(List<? extends Path<?>>, List<?>) - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
-
- set(ParamExpression<P>, P) - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
- set(ParamExpression<T>, T) - Method in class com.mysema.query.mongodb.MongodbQuery
-
- set(ParamExpression<T>, T) - Method in interface com.mysema.query.SimpleQuery
-
Set the given parameter to the given value
- set(PreparedStatement, Path<?>, int, T) - Method in class com.mysema.query.sql.Configuration
-
- set(Path<T>, T) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- set(Path<T>, Expression<? extends T>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- set(Path<T>, T) - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- set(Path<T>, Expression<? extends T>) - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- set(Path<T>, T) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
- set(Path<T>, Expression<? extends T>) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
- set(List<? extends Path<?>>, List<?>) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
- set(String, String) - Method in class com.mysema.query.sql.teradata.SetQueryBandClause
-
- set(Map<String, String>) - Method in class com.mysema.query.sql.teradata.SetQueryBandClause
-
- set(ParamExpression<P>, P) - Method in class com.mysema.query.support.QueryBase
-
Set the given parameter to the given value
- set(ParamExpression<P>, P) - Method in class com.mysema.query.support.QueryMixin
-
- set(ParamExpression<P>, P) - Method in class com.mysema.query.support.SimpleProjectableAdapter
-
- SET_SRID - Static variable in class com.mysema.query.spatial.SpatialOps
-
- setAddFullConstructor(boolean) - Method in class com.mysema.query.codegen.BeanSerializer
-
- setAddToString(boolean) - Method in class com.mysema.query.codegen.BeanSerializer
-
- setAlternativeEntityAnnotation(Class<? extends Annotation>) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- setAnonParamPrefix(String) - Method in class com.mysema.query.support.SerializerBase
-
- setArraysSupported(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setAsc(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setAuthName(String) - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- setAuthSrid(Integer) - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- setAutoIncrement(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setAutoIncrement(boolean) - Method in class com.mysema.query.sql.support.ColumnData
-
- setBatchCountViaGetUpdateCount(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setBean(Object) - Method in class com.mysema.util.BeanMap
-
Sets the bean to be operated on by this map.
- setBeanInterfaces(String[]) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setBeanPackageName(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setBeanPackageName(String) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Override the bean package name (default: packageName)
- setBeanPrefix(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setBeanPrefix(String) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setBeanPrefix(String) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Override the bean prefix for the classes (default: "")
- setBeanSerializer(Serializer) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Set the Bean serializer to create bean types as well
- setBeanSerializerClass(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setBeanSerializerClass(Class<? extends Serializer>) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Set the Bean serializer class to create bean types as well
- setBeanSuffix(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setBeanSuffix(String) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setBeanSuffix(String) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Override the bean suffix for the classes (default: "")
- setBeanTargetPackage(String) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setBuildContext(BuildContext) - Method in class com.mysema.query.maven.AbstractExporterMojo
-
- setBuildContext(BuildContext) - Method in class com.mysema.query.maven.CompileMojo
-
- setCacheable(boolean) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Enable caching of this query result set.
- setCacheable(boolean) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
Enable caching of this query result set.
- setCacheRegion(String) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Set the name of the cache region.
- setCacheRegion(String) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
Set the name of the cache region.
- setColumnAlias(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setColumnAnnotations(boolean) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setColumnAnnotations(boolean) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setColumnAnnotations(boolean) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setColumnComparatorClass(Class<? extends Comparator<Property>>) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setComment(String) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Add a comment to the generated SQL.
- setCompilerOptions(Map<String, String>) - Method in class com.mysema.query.maven.CompileMojo
-
- setConfiguration(Configuration) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Override the configuration
- setConnection(Connection) - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- setConstantPrefix(String) - Method in class com.mysema.query.support.SerializerBase
-
- setConstants(Query, Map<Object, String>, Map<ParamExpression<?>, Object>) - Static method in class com.mysema.query.jpa.hibernate.HibernateUtil
-
- setConstants(Query, Map<Object, String>, Map<ParamExpression<?>, Object>) - Static method in class com.mysema.query.jpa.impl.JPAUtil
-
- setCount(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setCountDistinctMultipleColumns(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setCountStar(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setCountViaAnalytics(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setCreateIndex(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setCreateScalaSources(boolean) - Method in class com.mysema.query.codegen.GenericExporter
-
Set whether Scala sources are generated
- setCreateScalaSources(boolean) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setCreateScalaSources(boolean) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Set true to create Scala sources instead of Java sources
- setCreateTable(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setCreateUniqueIndex(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setCurrent(Expression<?>) - Method in class com.mysema.query.alias.AliasFactory
-
Set the thread bound expression to the given value
- setCustomTypes(String[]) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setData(String, Object) - Method in interface com.mysema.query.sql.SQLListenerContext
-
The context setData is a general purpose place that listeners can place objects.
- setData(String, Object) - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- setDbPassword(String) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setDbUrl(String) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setDbUserName(String) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setDefaultValues(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setDelete(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setDesc(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setDetachable(Detachable) - Method in class com.mysema.query.support.DetachableAdapter
-
- setDistinct(boolean) - Method in class com.mysema.query.DefaultQueryMetadata
-
- setDistinct(boolean) - Method in class com.mysema.query.EmptyMetadata
-
- setDistinct(boolean) - Method in interface com.mysema.query.QueryMetadata
-
- setDistinct(boolean) - Method in class com.mysema.query.support.QueryMixin
-
- setDistinctCountEnd(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setDistinctCountStart(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setDmlWithSchema(boolean) - Method in class com.mysema.query.sql.SQLSerializer
-
- setDummyTable(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setEmbeddableAnnotation(Class<? extends Annotation>) - Method in class com.mysema.query.codegen.GenericExporter
-
Set the embeddable annotation
- setEmbeddedAnnotation(Class<? extends Annotation>) - Method in class com.mysema.query.codegen.GenericExporter
-
Set the embedded annotation
- setEntity(RelationalPath<?>) - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- setEntityAnnotation(Class<? extends Annotation>) - Method in class com.mysema.query.codegen.GenericExporter
-
Set the entity annotation
- setEntityType(EntityType) - Method in class com.mysema.query.codegen.Supertype
-
- setException(Exception) - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- setExceptionTranslator(SQLExceptionTranslator) - Method in class com.mysema.query.sql.Configuration
-
- setExportAll(boolean) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setExportAll(boolean) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setExportBeans(boolean) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setExportBeans(boolean) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setExportForeignKeys(boolean) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setExportForeignKeys(boolean) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setExportPrimaryKeys(boolean) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setExportPrimaryKeys(boolean) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setExportTables(boolean) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setExportTables(boolean) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setExportViews(boolean) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setExportViews(boolean) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setFetchDirection(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- setFetchDirection(int) - Method in class com.mysema.util.ResultSetAdapter
-
- setFetchSize(int) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Set a fetch size for the underlying JDBC query.
- setFetchSize(int) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
Set a fetch size for the underlying JDBC query.
- setFetchSize(int) - Method in class com.mysema.query.sql.dml.EmptyResultSet
-
- setFetchSize(int) - Method in class com.mysema.util.ResultSetAdapter
-
- setFlushMode(FlushMode) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Override the current session flush mode, just for this query.
- setFlushMode(FlushModeType) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- setFlushMode(FlushModeType) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- setForeignKeysClassName(String) - Method in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- setForeignKeysVariable(String) - Method in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- setFrom(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setFullJoin(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setFunctionJoinsWrapped(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setGroupBy(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setHandleFields(boolean) - Method in class com.mysema.query.codegen.GenericExporter
-
Set whether fields are handled (default true)
- setHandleFields(boolean) - Method in class com.mysema.query.maven.AbstractExporterMojo
-
- setHandleMethods(boolean) - Method in class com.mysema.query.codegen.GenericExporter
-
Set whether fields are handled (default true)
- setHandleMethods(boolean) - Method in class com.mysema.query.maven.AbstractExporterMojo
-
- setHaving(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setHint(String, Object) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- setHint(String, Object) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- setImports(String[]) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setImports(String[]) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setImports(String[]) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Set the java imports
- setInnerClassesForKeys(boolean) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setInnerClassesForKeys(boolean) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setInnerClassesForKeys(boolean) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setInnerJoin(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setInsertInto(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setJdbcDriver(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setJdbcDriverClass(String) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setJdbcPassword(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setJdbcUrl(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setJdbcUser(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setJoin(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setKey(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setKeywords(Collection<String>) - Method in class com.mysema.query.codegen.GenericExporter
-
Set the keywords to be used
- setLeftJoin(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setLimit(Long) - Method in class com.mysema.query.DefaultQueryMetadata
-
- setLimit(Long) - Method in class com.mysema.query.EmptyMetadata
-
- setLimit(Long) - Method in interface com.mysema.query.QueryMetadata
-
- setLimitRequired(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setListMaxSize(int) - Method in class com.mysema.query.sql.SQLTemplates
-
- setLockMode(Path<?>, LockMode) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Set the lock mode for the given path.
- setLockMode(Path<?>, LockMode) - Method in class com.mysema.query.jpa.hibernate.HibernateDeleteClause
-
Set the lock mode for the given path.
- setLockMode(Path<?>, LockMode) - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
-
Set the lock mode for the given path.
- setLockMode(LockModeType) - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
- setLockMode(LockModeType) - Method in class com.mysema.query.jpa.impl.JPADeleteClause
-
- setLockMode(LockModeType) - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
-
- setLockMode(LockModeType) - Method in class com.mysema.query.jpa.sql.AbstractJPASQLQuery
-
- setLowerCase(boolean) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setLowerCase(boolean) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setLowerCase(boolean) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setMaxFetchDepth(int) - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
Set the maximum fetch depth when fetching.
- setMaxFetchDepth(int) - Method in interface com.mysema.query.jdo.JDOQLQuery
-
Set the maximum fetch depth when fetching.
- setMergeInto(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setModifiers(QueryModifiers) - Method in class com.mysema.query.DefaultQueryMetadata
-
- setModifiers(QueryModifiers) - Method in class com.mysema.query.EmptyMetadata
-
- setModifiers(QueryModifiers) - Method in interface com.mysema.query.QueryMetadata
-
- setName(String) - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter.Property
-
- setNamePrefix(String) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- setNamePrefix(String) - Method in class com.mysema.query.codegen.GenericExporter
-
Set the name prefix
- setNamePrefix(String) - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter
-
- setNamePrefix(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setNamePrefix(String) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setNamePrefix(String) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Override the name prefix for the classes (default: Q)
- setNameSuffix(String) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- setNameSuffix(String) - Method in class com.mysema.query.codegen.GenericExporter
-
Set the name suffix
- setNameSuffix(String) - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter
-
- setNameSuffix(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setNameSuffix(String) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setNameSuffix(String) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Override the name suffix for the classes (default: "")
- setNamingStrategy(NamingStrategy) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Override the NamingStrategy (default: new DefaultNamingStrategy())
- setNamingStrategyClass(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setNativeMerge(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setNormalize(boolean) - Method in class com.mysema.query.support.SerializerBase
-
- setNotNull(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setNull(Path<U>) - Method in class com.mysema.query.collections.CollUpdateClause
-
- setNull(Path<T>) - Method in interface com.mysema.query.dml.StoreClause
-
Bind the given path to null
- setNull(Path<T>) - Method in class com.mysema.query.jdo.dml.JDOUpdateClause
-
- setNull(Path<T>) - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
-
- setNull(Path<T>) - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
-
- setNull(Path<T>) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- setNull(Path<T>) - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- setNull(Path<T>) - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
- setNullAllowed(boolean) - Method in class com.mysema.query.sql.support.ColumnData
-
- setNullsFirst(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setNullsLast(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setNumericMappings(NumericMapping[]) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setOffset(Long) - Method in class com.mysema.query.DefaultQueryMetadata
-
- setOffset(Long) - Method in class com.mysema.query.EmptyMetadata
-
- setOffset(Long) - Method in interface com.mysema.query.QueryMetadata
-
- setOffsetTemplate(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setOn(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setOrderBy(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setPackageName(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setPackageName(String) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Set the package name
- setPackages(String[]) - Method in class com.mysema.query.maven.AbstractExporterMojo
-
- setPackageSuffix(String) - Method in class com.mysema.query.codegen.GenericExporter
-
Set the package suffix
- setParam(ParamExpression<T>, T) - Method in class com.mysema.query.DefaultQueryMetadata
-
- setParam(ParamExpression<T>, T) - Method in class com.mysema.query.EmptyMetadata
-
- setParam(ParamExpression<T>, T) - Method in interface com.mysema.query.QueryMetadata
-
- setParameterMetadataAvailable(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setParameters(PreparedStatement, List<?>, List<Path<?>>, Map<ParamExpression<?>, ?>) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- setParameters(PreparedStatement, List<?>, List<Path<?>>, Map<ParamExpression<?>, ?>) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
Set the parameters to the given PreparedStatement
- setParamPrefix(String) - Method in class com.mysema.query.support.SerializerBase
-
- SetPath<E,Q extends SimpleExpression<? super E>> - Class in com.mysema.query.types.path
-
SetPath represents set paths
- SetPath(Class<? super E>, Class<Q>, String) - Constructor for class com.mysema.query.types.path.SetPath
-
- SetPath(Class<? super E>, Class<Q>, Path<?>, String) - Constructor for class com.mysema.query.types.path.SetPath
-
- SetPath(Class<? super E>, Class<Q>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.SetPath
-
- SetPath(Class<? super E>, Class<Q>, PathMetadata<?>, PathInits) - Constructor for class com.mysema.query.types.path.SetPath
-
- setPersistenceUnitName(String) - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter
-
- setPrimaryKeysClassName(String) - Method in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- setPrimaryKeysVariable(String) - Method in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- setPrintSchema(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setPrintSupertype(boolean) - Method in class com.mysema.query.codegen.BeanSerializer
-
- setPrintSupertype(boolean) - Method in class com.mysema.query.codegen.GroovyBeanSerializer
-
- setProject(MavenProject) - Method in class com.mysema.query.maven.AbstractExporterMojo
-
- setProject(MavenProject) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setProject(MavenProject) - Method in class com.mysema.query.maven.CompileMojo
-
- SetQueryBandClause - Class in com.mysema.query.sql.teradata
-
SetQueryBandClause provides support for Teradata specific set query_band executions.
- SetQueryBandClause(Connection, SQLTemplates) - Constructor for class com.mysema.query.sql.teradata.SetQueryBandClause
-
- SetQueryBandClause(Connection, Configuration) - Constructor for class com.mysema.query.sql.teradata.SetQueryBandClause
-
- setReadOnly(boolean) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Entities retrieved by this query will be loaded in
a read-only mode where Hibernate will never dirty-check
them or make changes persistent.
- setReadOnly(boolean) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
Entities retrieved by this query will be loaded in
a read-only mode where Hibernate will never dirty-check
them or make changes persistent.
- setReadPreference(ReadPreference) - Method in class com.mysema.query.mongodb.MongodbQuery
-
- setReservedSuffix(String) - Method in class com.mysema.query.sql.codegen.AbstractNamingStrategy
-
- setRightJoin(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setScala(boolean) - Method in class com.mysema.query.maven.AbstractExporterMojo
-
- setSchemaPattern(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setSchemaPattern(String) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setSchemaPattern(String) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Set the schema pattern filter to be used
- setSchemaToPackage(boolean) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setSchemaToPackage(boolean) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setSchemaToPackage(boolean) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setSelect(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setSelectDistinct(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setSelf(T) - Method in class com.mysema.query.support.QueryMixin
-
- setSerializerClass(Class<? extends Serializer>) - Method in class com.mysema.query.codegen.GenericExporter
-
Set the serializer class to be used
- setSerializerClass(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setSerializerClass(Class<? extends Serializer>) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setSet(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setSize(Integer) - Method in class com.mysema.query.sql.support.ColumnData
-
- setSkipAnnotation(Class<? extends Annotation>) - Method in class com.mysema.query.codegen.GenericExporter
-
Set the skip annotation
- setSkipParent(boolean) - Method in class com.mysema.query.sql.SQLSerializer
-
- setSource(String) - Method in class com.mysema.query.maven.CompileMojo
-
- setSourceEncoding(String) - Method in class com.mysema.query.maven.AbstractExporterMojo
-
- setSourceEncoding(String) - Method in class com.mysema.query.maven.CompileMojo
-
- setSourceEncoding(String) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setSourceEncoding(String) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setSourceFolder(File) - Method in class com.mysema.query.maven.CompileMojo
-
- setSpatial(boolean) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setSpatial(boolean) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setSRID(Expression<T>, int) - Static method in class com.mysema.query.spatial.GeometryExpressions
-
Sets the SRID on a geometry to a particular integer value.
- setSRID(Expression<T>, int) - Static method in class com.mysema.query.spatial.jts.JTSGeometryExpressions
-
Sets the SRID on a geometry to a particular integer value.
- setSrid(Integer) - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- setSrtext(String) - Method in class com.mysema.query.sql.spatial.SpatialRefSys
-
- setStrict(boolean) - Method in class com.mysema.query.support.SerializerBase
-
- setStrictMode(boolean) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- setStrictMode(boolean) - Method in class com.mysema.query.codegen.GenericExporter
-
Set whether annotationless superclasses are handled or not (default: true)
- setSupertypeAnnotation(Class<? extends Annotation>) - Method in class com.mysema.query.codegen.GenericExporter
-
Set the supertype annotation
- setSupportsUnquotedReservedWordsAsIdentifier(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setTableAlias(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setTableNamePattern(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setTableNamePattern(String) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setTableNamePattern(String) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Set the table name pattern filter to be used
- setTableTypesToExport(String) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setTarget(String) - Method in class com.mysema.query.maven.CompileMojo
-
- setTargetFolder(File) - Method in class com.mysema.query.codegen.GenericExporter
-
Set the target folder for generated sources
- setTargetFolder(String) - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter
-
- setTargetFolder(File) - Method in class com.mysema.query.maven.AbstractExporterMojo
-
- setTargetFolder(String) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setTargetFolder(File) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
Set the target folder
- setTargetPackage(String) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setTargetSourceFolder(String) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setTemplates(SQLTemplates) - Method in class com.mysema.query.sql.Configuration
-
- setTestClasspath(boolean) - Method in class com.mysema.query.maven.AbstractExporterMojo
-
- setTestClasspath(boolean) - Method in class com.mysema.query.maven.CompileMojo
-
- setTimeout(int) - Method in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
Set a timeout for the underlying JDBC query.
- setTimeout(int) - Method in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
Set a timeout for the underlying JDBC query.
- setType(String, String, Type<?>) - Method in class com.mysema.query.sql.JavaTypeMapping
-
- setTypeMappings(TypeMapping[]) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setTypeMappings(TypeMappings) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setTypeMappingsClass(Class<? extends TypeMappings>) - Method in class com.mysema.query.codegen.GenericExporter
-
Set the typemappings class to be used
- setUnionsWrapped(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- setUnique(boolean) - Method in class com.mysema.query.DefaultQueryMetadata
-
- setUnique(boolean) - Method in class com.mysema.query.EmptyMetadata
-
- setUnique(boolean) - Method in interface com.mysema.query.QueryMetadata
-
- setUnique(boolean) - Method in class com.mysema.query.sql.support.IndexData
-
- setUnique(boolean) - Method in class com.mysema.query.support.QueryMixin
-
- setUnknownAsEmbedded(boolean) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- setUnknownAsEntity(boolean) - Method in class com.mysema.query.codegen.TypeFactory
-
- setUnknownAsEntity(boolean) - Method in class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
- setUpdate(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setUseFields(boolean) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- setUseGetters(boolean) - Method in class com.mysema.query.apt.DefaultConfiguration
-
- setUseLiterals(boolean) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
- setUseLiterals(boolean) - Method in class com.mysema.query.sql.Configuration
-
- setUseLiterals(boolean) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
- setUseLiterals(boolean) - Method in class com.mysema.query.sql.SQLSerializer
-
- setValidate(boolean) - Method in class com.mysema.query.DefaultQueryMetadata
-
- setValidate(boolean) - Method in class com.mysema.query.EmptyMetadata
-
- setValidate(boolean) - Method in interface com.mysema.query.QueryMetadata
-
- setValidatingVisitor(ValidatingVisitor) - Method in class com.mysema.query.DefaultQueryMetadata
-
- setValidationAnnotations(boolean) - Method in class com.mysema.query.maven.AbstractMetaDataExportMojo
-
- setValidationAnnotations(boolean) - Method in class com.mysema.query.sql.ant.AntMetaDataExporter
-
- setValidationAnnotations(boolean) - Method in class com.mysema.query.sql.codegen.MetaDataExporter
-
- setValue(String) - Method in class com.mysema.query.jpa.ant.AntJPADomainExporter.Property
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.GeoDBWkbType
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.GeometryWkbType
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.GeometryWktClobType
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.GeometryWktType
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.JGeometryType
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.MySQLWkbType
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.PGgeometryType
-
- setValue(PreparedStatement, int, Geometry) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryType
-
- setValue(PreparedStatement, int, T) - Method in class com.mysema.query.sql.types.ArrayType
-
- setValue(PreparedStatement, int, BigDecimal) - Method in class com.mysema.query.sql.types.BigDecimalAsDoubleType
-
- setValue(PreparedStatement, int, BigDecimal) - Method in class com.mysema.query.sql.types.BigDecimalType
-
- setValue(PreparedStatement, int, BigInteger) - Method in class com.mysema.query.sql.types.BigIntegerAsLongType
-
- setValue(PreparedStatement, int, BigInteger) - Method in class com.mysema.query.sql.types.BigIntegerType
-
- setValue(PreparedStatement, int, Blob) - Method in class com.mysema.query.sql.types.BlobType
-
- setValue(PreparedStatement, int, Boolean) - Method in class com.mysema.query.sql.types.BooleanType
-
- setValue(PreparedStatement, int, byte[]) - Method in class com.mysema.query.sql.types.BytesType
-
- setValue(PreparedStatement, int, Byte) - Method in class com.mysema.query.sql.types.ByteType
-
- setValue(PreparedStatement, int, Calendar) - Method in class com.mysema.query.sql.types.CalendarType
-
- setValue(PreparedStatement, int, Character) - Method in class com.mysema.query.sql.types.CharacterType
-
- setValue(PreparedStatement, int, Clob) - Method in class com.mysema.query.sql.types.ClobType
-
- setValue(PreparedStatement, int, Currency) - Method in class com.mysema.query.sql.types.CurrencyType
-
- setValue(PreparedStatement, int, DateTime) - Method in class com.mysema.query.sql.types.DateTimeType
-
- setValue(PreparedStatement, int, Date) - Method in class com.mysema.query.sql.types.DateType
-
- setValue(PreparedStatement, int, Double) - Method in class com.mysema.query.sql.types.DoubleType
-
- setValue(PreparedStatement, int, T) - Method in class com.mysema.query.sql.types.EnumAsObjectType
-
- setValue(PreparedStatement, int, T) - Method in class com.mysema.query.sql.types.EnumByNameType
-
- setValue(PreparedStatement, int, T) - Method in class com.mysema.query.sql.types.EnumByOrdinalType
-
- setValue(PreparedStatement, int, Float) - Method in class com.mysema.query.sql.types.FloatType
-
- setValue(PreparedStatement, int, InputStream) - Method in class com.mysema.query.sql.types.InputStreamType
-
- setValue(PreparedStatement, int, Integer) - Method in class com.mysema.query.sql.types.IntegerType
-
- setValue(PreparedStatement, int, LocalDateTime) - Method in class com.mysema.query.sql.types.LocalDateTimeType
-
- setValue(PreparedStatement, int, LocalDate) - Method in class com.mysema.query.sql.types.LocalDateType
-
- setValue(PreparedStatement, int, Locale) - Method in class com.mysema.query.sql.types.LocaleType
-
- setValue(PreparedStatement, int, LocalTime) - Method in class com.mysema.query.sql.types.LocalTimeType
-
- setValue(PreparedStatement, int, Long) - Method in class com.mysema.query.sql.types.LongType
-
- setValue(PreparedStatement, int, Boolean) - Method in class com.mysema.query.sql.types.NumericBooleanType
-
- setValue(PreparedStatement, int, Object) - Method in class com.mysema.query.sql.types.ObjectType
-
- setValue(PreparedStatement, int, Short) - Method in class com.mysema.query.sql.types.ShortType
-
- setValue(PreparedStatement, int, SQLXML) - Method in class com.mysema.query.sql.types.SQLXMLType
-
- setValue(PreparedStatement, int, String) - Method in class com.mysema.query.sql.types.StringAsObjectType
-
- setValue(PreparedStatement, int, String) - Method in class com.mysema.query.sql.types.StringType
-
- setValue(PreparedStatement, int, Timestamp) - Method in class com.mysema.query.sql.types.TimestampType
-
- setValue(PreparedStatement, int, Time) - Method in class com.mysema.query.sql.types.TimeType
-
- setValue(PreparedStatement, int, Boolean) - Method in class com.mysema.query.sql.types.TrueFalseType
-
- setValue(PreparedStatement, int, T) - Method in interface com.mysema.query.sql.types.Type
-
Set the object to the statement
- setValue(PreparedStatement, int, URL) - Method in class com.mysema.query.sql.types.URLType
-
- setValue(PreparedStatement, int, Date) - Method in class com.mysema.query.sql.types.UtilDateType
-
- setValue(PreparedStatement, int, UUID) - Method in class com.mysema.query.sql.types.UtilUUIDType
-
- setValue(PreparedStatement, int, String) - Method in class com.mysema.query.sql.types.XMLAsStringType
-
- setValue(PreparedStatement, int, Boolean) - Method in class com.mysema.query.sql.types.YesNoType
-
- setValue(Object) - Method in class com.mysema.util.BeanMap.MyMapEntry
-
Sets the value.
- setValues(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setWhere(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setWith(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setWithRecursive(String) - Method in class com.mysema.query.sql.SQLTemplates
-
- setWrapSelectParameters(boolean) - Method in class com.mysema.query.sql.SQLTemplates
-
- ShortType - Class in com.mysema.query.sql.types
-
ShortType maps Short to Short on the JDBC level
- ShortType() - Constructor for class com.mysema.query.sql.types.ShortType
-
- ShortType(int) - Constructor for class com.mysema.query.sql.types.ShortType
-
- shortValue() - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the short expression of this numeric expression
- sign(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- SIGN - Static variable in class com.mysema.query.types.Ops.MathOps
-
- SimpleExpression<T> - Class in com.mysema.query.types.expr
-
SimpleExpression is the base class for Expression implementations.
- SimpleExpression(Expression<T>) - Constructor for class com.mysema.query.types.expr.SimpleExpression
-
- SimpleOperation<T> - Class in com.mysema.query.types.expr
-
SimpleOperation represents a simple operation expression
- SimpleOperation(Class<T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.types.expr.SimpleOperation
-
- SimpleOperation(Class<T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.expr.SimpleOperation
-
- SimplePath<T> - Class in com.mysema.query.types.path
-
SimplePath represents simple paths
- SimplePath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.types.path.SimplePath
-
- SimplePath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.SimplePath
-
- SimplePath(Class<? extends T>, String) - Constructor for class com.mysema.query.types.path.SimplePath
-
- SimpleProjectable<T> - Interface in com.mysema.query
-
SimpleProjectable defines a simpler projection interface than
Projectable
.
- SimpleProjectableAdapter<T> - Class in com.mysema.query.support
-
- SimpleProjectableAdapter(Q, Expression<T>) - Constructor for class com.mysema.query.support.SimpleProjectableAdapter
-
- SimpleProjectableAdapter(SimpleQuery<?>, Projectable, Expression<T>) - Constructor for class com.mysema.query.support.SimpleProjectableAdapter
-
- SimpleQuery<Q extends SimpleQuery<Q>> - Interface in com.mysema.query
-
SimpleQuery defines a simple querying interface than
Query
- SimpleSerializerConfig - Class in com.mysema.query.codegen
-
SimpleSerializerConfig is the default implementation of the
SerializerConfig
interface
- SimpleSerializerConfig(boolean, boolean, boolean, boolean, String) - Constructor for class com.mysema.query.codegen.SimpleSerializerConfig
-
- SimpleSubQuery<T> - Class in com.mysema.query.types.query
-
Object typed single result subquery
- SimpleSubQuery(Class<T>, QueryMetadata) - Constructor for class com.mysema.query.types.query.SimpleSubQuery
-
- SimpleTemplate<T> - Class in com.mysema.query.types.template
-
SimpleTemplate defines custom simple expressions
- SimpleTemplate(Class<? extends T>, Template, ImmutableList<?>) - Constructor for class com.mysema.query.types.template.SimpleTemplate
-
- SimpleTypeVisitorAdapter<R,P> - Class in com.mysema.query.apt
-
Converts Java 8 IntersectionType instances into their first bound when visiting
- SimpleTypeVisitorAdapter() - Constructor for class com.mysema.query.apt.SimpleTypeVisitorAdapter
-
- sin(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- SIN - Static variable in class com.mysema.query.types.Ops.MathOps
-
- singleResult() - Method in class com.mysema.query.hibernate.search.SearchQuery
-
- singleResult() - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
- singleResult(Path<?>...) - Method in class com.mysema.query.mongodb.MongodbQuery
-
- singleResult() - Method in class com.mysema.query.mongodb.MongodbQuery
-
- singleResult(Expression<?>...) - Method in interface com.mysema.query.Projectable
-
return a single result for the given projection or null if no result is found
- singleResult(Expression<RT>) - Method in interface com.mysema.query.Projectable
-
return a single result for the given projection or null if no result is found
- singleResult() - Method in interface com.mysema.query.SimpleProjectable
-
Get the projection as a single result or null if no result is found
- singleResult(Expression<?>...) - Method in class com.mysema.query.support.ProjectableAdapter
-
- singleResult(Expression<RT>) - Method in class com.mysema.query.support.ProjectableAdapter
-
- singleResult(Expression<?>...) - Method in class com.mysema.query.support.ProjectableQuery
-
- singleResult(Expression<RT>) - Method in class com.mysema.query.support.ProjectableQuery
-
- singleResult() - Method in class com.mysema.query.support.SimpleProjectableAdapter
-
- SINGLETON - Static variable in class com.mysema.query.types.Ops
-
- sinh(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- SINH - Static variable in class com.mysema.query.types.Ops.MathOps
-
- size - Variable in class com.mysema.query.maven.NumericMapping
-
Deprecated.
- size() - Method in interface com.mysema.query.Tuple
-
Get the size of the Tuple
- size() - Method in interface com.mysema.query.types.expr.ArrayExpression
-
Get the size of the array
- size() - Method in class com.mysema.query.types.expr.CollectionExpressionBase
-
- size() - Method in class com.mysema.query.types.expr.MapExpressionBase
-
- size() - Method in class com.mysema.query.types.path.ArrayPath
-
Create an expression for the array size
- size() - Method in class com.mysema.util.BeanMap
-
Returns the number of properties defined by the bean.
- SizeImpl - Class in com.mysema.query.sql.support
-
- SizeImpl(int, int) - Constructor for class com.mysema.query.sql.support.SizeImpl
-
- skipAnn - Variable in class com.mysema.query.apt.DefaultConfiguration
-
- skipNulls() - Method in class com.mysema.query.types.FactoryExpressionBase
-
Returns a wrapper expression which returns null if all arguments to newInstance are null
- smallResult() - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- sort(Sort) - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
- SpatialOps - Class in com.mysema.query.spatial
-
- SpatialOps() - Constructor for class com.mysema.query.spatial.SpatialOps
-
- spatialRefSys - Static variable in class com.mysema.query.sql.spatial.QSpatialRefSys
-
- SpatialRefSys - Class in com.mysema.query.sql.spatial
-
SpatialRefSys is a Querydsl bean type
- SpatialRefSys() - Constructor for class com.mysema.query.sql.spatial.SpatialRefSys
-
- spatialRefSysPkey - Variable in class com.mysema.query.sql.spatial.QSpatialRefSys
-
- SpatialSupport - Class in com.mysema.query.apt
-
- SpatialSupport - Class in com.mysema.query.sql.codegen
-
- SpatialTemplatesSupport - Class in com.mysema.query.sql.spatial
-
Static factory methods for spatial enabled SQLTemplates subclasses
- SpatialTemplatesSupport() - Constructor for class com.mysema.query.sql.spatial.SpatialTemplatesSupport
-
- SpringConnectionProvider - Class in com.mysema.query.sql.spring
-
SpringConnectionProvider is a Provider implementation which provides a transactionally bound connection
- SpringConnectionProvider(DataSource) - Constructor for class com.mysema.query.sql.spring.SpringConnectionProvider
-
- SpringExceptionTranslator - Class in com.mysema.query.sql.spring
-
SpringExceptionTranslator is an SQLExceptionTranslator implementation which uses Spring's
exception translation functionality internally
- SpringExceptionTranslator() - Constructor for class com.mysema.query.sql.spring.SpringExceptionTranslator
-
- SpringExceptionTranslator(SQLExceptionTranslator) - Constructor for class com.mysema.query.sql.spring.SpringExceptionTranslator
-
- SQL_RESERVED_WORDS - Static variable in class com.mysema.query.sql.SQLTemplates
-
- SQLBindings - Class in com.mysema.query.sql
-
SQLBindings provides the SQL query string and bindings
- SQLBindings(String, ImmutableList<Object>) - Constructor for class com.mysema.query.sql.SQLBindings
-
- SQLCodegenModule - Class in com.mysema.query.sql.codegen
-
SQLCodegenModule is a dependency injection module with codegen configuration
- SQLCodegenModule() - Constructor for class com.mysema.query.sql.codegen.SQLCodegenModule
-
- SQLCommonQuery<Q extends SQLCommonQuery<Q>> - Interface in com.mysema.query.sql
-
SQLCommonQuery is a common interface for SQLQuery and SQLSubQuery
- SQLCommonQueryFactory<Q extends SQLCommonQuery<?>,SQ extends AbstractSQLSubQuery<?>,D extends SQLDeleteClause,U extends SQLUpdateClause,I extends SQLInsertClause,M extends SQLMergeClause> - Interface in com.mysema.query.sql
-
Factory interface for query and clause creation.
- SQLDeleteClause - Class in com.mysema.query.sql.dml
-
SQLDeleteClause defines a DELETE clause
- SQLDeleteClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLDeleteClause
-
- SQLDeleteClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLDeleteClause
-
- SQLDetailedListener - Interface in com.mysema.query.sql
-
An extended listener interface that details much more about the preparation and execution of queries
- SQLExceptionTranslator - Interface in com.mysema.query.sql
-
SQLExceptionTranslator translate SQLExceptions to runtime exceptions
- SQLExceptionWrapper - Class in com.mysema.query.sql.support
-
A SQLExceptionWrapper
is used to accommodate for
Java™ 7's suppressed exceptions.
- SQLExceptionWrapper() - Constructor for class com.mysema.query.sql.support.SQLExceptionWrapper
-
- SQLExpressions - Class in com.mysema.query.sql
-
Common SQL expressions
- SQLInsertBatch - Class in com.mysema.query.sql.dml
-
SQLInsertBatch defines the state of an SQL INSERT batch item
- SQLInsertBatch(List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Constructor for class com.mysema.query.sql.dml.SQLInsertBatch
-
- SQLInsertClause - Class in com.mysema.query.sql.dml
-
SQLInsertClause defines an INSERT INTO clause
- SQLInsertClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLInsertClause
-
- SQLInsertClause(Connection, SQLTemplates, RelationalPath<?>, AbstractSQLSubQuery<?>) - Constructor for class com.mysema.query.sql.dml.SQLInsertClause
-
- SQLInsertClause(Connection, Configuration, RelationalPath<?>, AbstractSQLSubQuery<?>) - Constructor for class com.mysema.query.sql.dml.SQLInsertClause
-
- SQLInsertClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLInsertClause
-
- SQLiteTemplates - Class in com.mysema.query.sql
-
SQLiteTemplates is a SQL dialect for SQLite
- SQLiteTemplates() - Constructor for class com.mysema.query.sql.SQLiteTemplates
-
- SQLiteTemplates(boolean) - Constructor for class com.mysema.query.sql.SQLiteTemplates
-
- SQLiteTemplates(char, boolean) - Constructor for class com.mysema.query.sql.SQLiteTemplates
-
- SQLListener - Interface in com.mysema.query.sql
-
Listener interface for SQL queries and clauses
- SQLListenerContext - Interface in com.mysema.query.sql
-
A context object that is progressively filled out during query execution and is passed to each
SQLDetailedListener
callback method
- SQLListenerContextImpl - Class in com.mysema.query.sql
-
A mutable implementation of SQL listener context.
- SQLListenerContextImpl(QueryMetadata, Connection, RelationalPath<?>) - Constructor for class com.mysema.query.sql.SQLListenerContextImpl
-
- SQLListenerContextImpl(QueryMetadata, Connection) - Constructor for class com.mysema.query.sql.SQLListenerContextImpl
-
- SQLListenerContextImpl(QueryMetadata) - Constructor for class com.mysema.query.sql.SQLListenerContextImpl
-
- SQLListeners - Class in com.mysema.query.sql
-
SQLListeners is an SQLListener implementation which dispatches the
notifications to a list of SQLListener instances
- SQLListeners(SQLListener) - Constructor for class com.mysema.query.sql.SQLListeners
-
- SQLListeners() - Constructor for class com.mysema.query.sql.SQLListeners
-
- SQLMergeBatch - Class in com.mysema.query.sql.dml
-
SQLMergeBatch defines the state of an SQL MERGE batch item
- SQLMergeBatch(List<Path<?>>, List<Path<?>>, List<Expression<?>>, SubQueryExpression<?>) - Constructor for class com.mysema.query.sql.dml.SQLMergeBatch
-
- SQLMergeClause - Class in com.mysema.query.sql.dml
-
/**
SQLMergeClause defines an MERGE INTO clause
- SQLMergeClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLMergeClause
-
- SQLMergeClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLMergeClause
-
- SQLOps - Class in com.mysema.query.sql
-
SQLOps provides SQL specific operators
- SQLQuery - Class in com.mysema.query.sql
-
SQLQuery is a JDBC based implementation of the
SQLCommonQuery
interface
- SQLQuery(SQLTemplates) - Constructor for class com.mysema.query.sql.SQLQuery
-
Create a detached SQLQuery instance The query can be attached via the
clone method
- SQLQuery(Connection, SQLTemplates) - Constructor for class com.mysema.query.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Connection, SQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Configuration) - Constructor for class com.mysema.query.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Connection, Configuration) - Constructor for class com.mysema.query.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.SQLQuery
-
Create a new SQLQuery instance
- SQLQueryFactory - Class in com.mysema.query.sql
-
Factory class for query and DML clause creation
- SQLQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.mysema.query.sql.SQLQueryFactory
-
- SQLQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.SQLQueryFactory
-
- SQLQueryFactory(Configuration, DataSource) - Constructor for class com.mysema.query.sql.SQLQueryFactory
-
- SQLQueryFactoryImpl - Class in com.mysema.query.sql
-
Deprecated.
- SQLQueryFactoryImpl(SQLTemplates, Provider<Connection>) - Constructor for class com.mysema.query.sql.SQLQueryFactoryImpl
-
Deprecated.
- SQLQueryFactoryImpl(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.SQLQueryFactoryImpl
-
Deprecated.
- SQLQueryFactoryImpl(Configuration, DataSource) - Constructor for class com.mysema.query.sql.SQLQueryFactoryImpl
-
Deprecated.
- SQLQueryTypeFactory - Class in com.mysema.query.sql.codegen
-
SQLQueryTypeFactory is a QueryTypeFactory implementation with configuration data from this module
- SQLQueryTypeFactory(String, String, String, String, String, String) - Constructor for class com.mysema.query.sql.codegen.SQLQueryTypeFactory
-
- SQLResultIterator<T> - Class in com.mysema.query.sql
-
SQLResultIterator is an Iterator adapter for JDBC result sets with customizable projections
- SQLResultIterator(Configuration, Statement, ResultSet) - Constructor for class com.mysema.query.sql.SQLResultIterator
-
- SQLSerializer - Class in com.mysema.query.sql
-
SqlSerializer serializes Querydsl queries into SQL
- SQLSerializer(Configuration) - Constructor for class com.mysema.query.sql.SQLSerializer
-
- SQLSerializer(Configuration, boolean) - Constructor for class com.mysema.query.sql.SQLSerializer
-
- SQLSerializer.Stage - Enum in com.mysema.query.sql
-
- SQLServer2005Templates - Class in com.mysema.query.sql
-
SQLServer2005Templates is an SQL dialect for Microsoft SQL Server 2005
- SQLServer2005Templates() - Constructor for class com.mysema.query.sql.SQLServer2005Templates
-
- SQLServer2005Templates(boolean) - Constructor for class com.mysema.query.sql.SQLServer2005Templates
-
- SQLServer2005Templates(char, boolean) - Constructor for class com.mysema.query.sql.SQLServer2005Templates
-
- SQLServer2008SpatialTemplates - Class in com.mysema.query.sql.spatial
-
SQLServer2008SpatialTemplates is a spatial enabled SQL dialect for SQL Server 2008
- SQLServer2008SpatialTemplates() - Constructor for class com.mysema.query.sql.spatial.SQLServer2008SpatialTemplates
-
- SQLServer2008SpatialTemplates(boolean) - Constructor for class com.mysema.query.sql.spatial.SQLServer2008SpatialTemplates
-
- SQLServer2008SpatialTemplates(char, boolean) - Constructor for class com.mysema.query.sql.spatial.SQLServer2008SpatialTemplates
-
- SQLServer2008Templates - Class in com.mysema.query.sql
-
SQLServer2008Templates is an SQL dialect for Microsoft SQL Server 2008
- SQLServer2008Templates() - Constructor for class com.mysema.query.sql.SQLServer2008Templates
-
- SQLServer2008Templates(boolean) - Constructor for class com.mysema.query.sql.SQLServer2008Templates
-
- SQLServer2008Templates(char, boolean) - Constructor for class com.mysema.query.sql.SQLServer2008Templates
-
- SQLServer2012Templates - Class in com.mysema.query.sql
-
SQLServer2012Templates is an SQL dialect for Microsoft SQL Server 2012 and later
- SQLServer2012Templates() - Constructor for class com.mysema.query.sql.SQLServer2012Templates
-
- SQLServer2012Templates(boolean) - Constructor for class com.mysema.query.sql.SQLServer2012Templates
-
- SQLServer2012Templates(char, boolean) - Constructor for class com.mysema.query.sql.SQLServer2012Templates
-
- SQLServerGeometryReader - Class in com.mysema.query.sql.spatial
-
- SQLServerGeometryReader() - Constructor for class com.mysema.query.sql.spatial.SQLServerGeometryReader
-
- SQLServerGeometryType - Class in com.mysema.query.sql.spatial
-
- SQLServerGeometryType() - Constructor for class com.mysema.query.sql.spatial.SQLServerGeometryType
-
- SQLServerGeometryWriter - Class in com.mysema.query.sql.spatial
-
- SQLServerGeometryWriter() - Constructor for class com.mysema.query.sql.spatial.SQLServerGeometryWriter
-
- SQLServerGrammar - Class in com.mysema.query.sql.mssql
-
Convenience functions and constants for SQL Server usage
- SQLServerQuery - Class in com.mysema.query.sql.mssql
-
SQLServerQuery provides SQL Server related extensions to SQLQuery
- SQLServerQuery(Connection) - Constructor for class com.mysema.query.sql.mssql.SQLServerQuery
-
- SQLServerQuery(Connection, SQLTemplates) - Constructor for class com.mysema.query.sql.mssql.SQLServerQuery
-
- SQLServerQuery(Connection, SQLTemplates, QueryMetadata) - Constructor for class com.mysema.query.sql.mssql.SQLServerQuery
-
- SQLServerQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.mssql.SQLServerQuery
-
- SQLServerQuery(Connection, Configuration) - Constructor for class com.mysema.query.sql.mssql.SQLServerQuery
-
- SQLServerQueryFactory - Class in com.mysema.query.sql.mssql
-
SQL Server specific implementation of SQLQueryFactory
- SQLServerQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.mssql.SQLServerQueryFactory
-
- SQLServerQueryFactory(Provider<Connection>) - Constructor for class com.mysema.query.sql.mssql.SQLServerQueryFactory
-
- SQLServerQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.mysema.query.sql.mssql.SQLServerQueryFactory
-
- SQLServerSubQuery - Class in com.mysema.query.sql.mssql
-
- SQLServerSubQuery() - Constructor for class com.mysema.query.sql.mssql.SQLServerSubQuery
-
- SQLServerSubQuery(QueryMetadata) - Constructor for class com.mysema.query.sql.mssql.SQLServerSubQuery
-
- SQLServerSubQuery(Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.mssql.SQLServerSubQuery
-
- SQLServerTableHints - Enum in com.mysema.query.sql.mssql
-
- SQLServerTemplates - Class in com.mysema.query.sql
-
SQLServerTemplates is an SQL dialect for Microsoft SQL Server
- SQLServerTemplates() - Constructor for class com.mysema.query.sql.SQLServerTemplates
-
- SQLServerTemplates(boolean) - Constructor for class com.mysema.query.sql.SQLServerTemplates
-
- SQLServerTemplates(char, boolean) - Constructor for class com.mysema.query.sql.SQLServerTemplates
-
- SQLSubQuery - Class in com.mysema.query.sql
-
SQLSubQuery is a subquery implementation for SQL queries
- SQLSubQuery() - Constructor for class com.mysema.query.sql.SQLSubQuery
-
- SQLSubQuery(QueryMetadata) - Constructor for class com.mysema.query.sql.SQLSubQuery
-
- SQLSubQuery(Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.SQLSubQuery
-
- SQLTemplates - Class in com.mysema.query.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.mysema.query.sql.SQLTemplates
-
Deprecated.
- SQLTemplates(Set<String>, String, char, boolean) - Constructor for class com.mysema.query.sql.SQLTemplates
-
- SQLTemplates.Builder - Class in com.mysema.query.sql
-
- SQLTemplates.Builder() - Constructor for class com.mysema.query.sql.SQLTemplates.Builder
-
- SQLTemplatesRegistry - Class in com.mysema.query.sql
-
- SQLTemplatesRegistry() - Constructor for class com.mysema.query.sql.SQLTemplatesRegistry
-
- SQLUpdateBatch - Class in com.mysema.query.sql.dml
-
SQLUpdateBatch defines the state of an SQL UPDATE batch item
- SQLUpdateBatch(QueryMetadata, List<Pair<Path<?>, Expression<?>>>) - Constructor for class com.mysema.query.sql.dml.SQLUpdateBatch
-
- SQLUpdateClause - Class in com.mysema.query.sql.dml
-
SQLUpdateClause defines a UPDATE clause
- SQLUpdateClause(Connection, SQLTemplates, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLUpdateClause
-
- SQLUpdateClause(Connection, Configuration, RelationalPath<?>) - Constructor for class com.mysema.query.sql.dml.SQLUpdateClause
-
- SQLXMLType - Class in com.mysema.query.sql.types
-
SQLXMLType maps SQLXML to SQLXML on the JDBC level
- SQLXMLType() - Constructor for class com.mysema.query.sql.types.SQLXMLType
-
- SQLXMLType(int) - Constructor for class com.mysema.query.sql.types.SQLXMLType
-
- sqrt() - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the square root of this numeric expressions
- SQRT - Static variable in class com.mysema.query.types.Ops.MathOps
-
- srid() - Method in class com.mysema.query.spatial.GeometryExpression
-
Returns the Spatial Reference System ID for this geometric object.
- srid() - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns the Spatial Reference System ID for this geometric object.
- SRID - Static variable in class com.mysema.query.spatial.SpatialOps
-
- srid - Variable in class com.mysema.query.sql.spatial.QSpatialRefSys
-
- SRID2 - Static variable in class com.mysema.query.spatial.SpatialOps
-
- srtext - Variable in class com.mysema.query.sql.spatial.QSpatialRefSys
-
- stage - Variable in class com.mysema.query.sql.SQLSerializer
-
- start(SQLListenerContext) - Method in interface com.mysema.query.sql.SQLDetailedListener
-
Called at the start of a query.
- start(SQLListenerContext) - Method in class com.mysema.query.sql.SQLListeners
-
- START_POINT - Static variable in class com.mysema.query.spatial.SpatialOps
-
- startContext(Connection, QueryMetadata) - Method in class com.mysema.query.sql.AbstractSQLQuery
-
Called to create and start a new SQL Listener context
- startContext(Connection, QueryMetadata, RelationalPath<?>) - Method in class com.mysema.query.sql.dml.AbstractSQLClause
-
Called to create and start a new SQL Listener context
- startPoint() - Method in class com.mysema.query.spatial.CurveExpression
-
The start Point of this Curve.
- startPoint() - Method in class com.mysema.query.spatial.jts.JTSCurveExpression
-
The start Point of this Curve.
- STARTS_WITH - Static variable in class com.mysema.query.types.Ops
-
- STARTS_WITH_IC - Static variable in class com.mysema.query.types.Ops
-
- startsWith(QueryMetadata, Operation<?>, boolean) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- startsWith(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
Return true if this starts with str
- startsWith(String) - Method in class com.mysema.query.types.expr.StringExpression
-
Return true if this starts with str
- startsWithIgnoreCase(Expression<String>) - Method in class com.mysema.query.types.expr.StringExpression
-
- startsWithIgnoreCase(String) - Method in class com.mysema.query.types.expr.StringExpression
-
- startWith(Predicate) - Method in class com.mysema.query.sql.oracle.OracleQuery
-
- StatelessSessionHolder - Class in com.mysema.query.jpa.hibernate
-
SessionHolder implementation using StatelessSession
- StatelessSessionHolder(StatelessSession) - Constructor for class com.mysema.query.jpa.hibernate.StatelessSessionHolder
-
- stddev(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
returns the sample standard deviation of expr, a set of numbers.
- STDDEV - Static variable in class com.mysema.query.sql.SQLOps
-
- STDDEV_DISTINCT - Static variable in class com.mysema.query.sql.SQLOps
-
- stddevDistinct(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
- stddevPop(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
returns the population standard deviation and returns the square root of the population variance.
- STDDEVPOP - Static variable in class com.mysema.query.sql.SQLOps
-
- stddevSamp(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
returns the cumulative sample standard deviation and returns the square root of the sample variance.
- STDDEVSAMP - Static variable in class com.mysema.query.sql.SQLOps
-
- StoreClause<C extends StoreClause<C>> - Interface in com.mysema.query.dml
-
- straightJoin() - Method in class com.mysema.query.sql.mysql.MySQLQuery
-
- STRING_CAST - Static variable in class com.mysema.query.types.Ops
-
- STRING_CONTAINS - Static variable in class com.mysema.query.types.Ops
-
- STRING_CONTAINS_IC - Static variable in class com.mysema.query.types.Ops
-
- STRING_IS_EMPTY - Static variable in class com.mysema.query.types.Ops
-
- STRING_LENGTH - Static variable in class com.mysema.query.types.Ops
-
- StringAsObjectType - Class in com.mysema.query.sql.types
-
StringAsObjectType maps String to String on the JDBC level
- StringAsObjectType() - Constructor for class com.mysema.query.sql.types.StringAsObjectType
-
- StringAsObjectType(int) - Constructor for class com.mysema.query.sql.types.StringAsObjectType
-
- stringContains(Operation<?>, QueryMetadata, boolean) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- StringExpression - Class in com.mysema.query.types.expr
-
StringExpression represents
String
expressions
- StringExpression(Expression<String>) - Constructor for class com.mysema.query.types.expr.StringExpression
-
- StringExpressions - Class in com.mysema.query.types.expr
-
Extended String expressions, supported by the SQL module
- stringOperation(Operator<? super String>, Expression<?>...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Operation expression
- StringOperation - Class in com.mysema.query.types.expr
-
StringOperation represents a String typed operation
- StringOperation(Operator<? super String>, Expression<?>...) - Constructor for class com.mysema.query.types.expr.StringOperation
-
- StringOperation(Operator<? super String>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.expr.StringOperation
-
- stringPath(String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- stringPath(Path<?>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- StringPath - Class in com.mysema.query.types.path
-
StringPath represents String typed paths
- StringPath(Path<?>, String) - Constructor for class com.mysema.query.types.path.StringPath
-
- StringPath(PathMetadata<?>) - Constructor for class com.mysema.query.types.path.StringPath
-
- StringPath(String) - Constructor for class com.mysema.query.types.path.StringPath
-
- stringRange(Path<?>, String, Expression<?>, Expression<?>, boolean, boolean, QueryMetadata) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- StringSubQuery - Class in com.mysema.query.types.query
-
String typed single result subquery
- StringSubQuery(QueryMetadata) - Constructor for class com.mysema.query.types.query.StringSubQuery
-
- stringTemplate(String, Object...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Template expression
- StringTemplate - Class in com.mysema.query.types.template
-
StringTemplate defines custom String expressions
- StringTemplate(Template, ImmutableList<?>) - Constructor for class com.mysema.query.types.template.StringTemplate
-
- StringType - Class in com.mysema.query.sql.types
-
StringType maps String to String on the JDBC level
- StringType() - Constructor for class com.mysema.query.sql.types.StringType
-
- StringType(int) - Constructor for class com.mysema.query.sql.types.StringType
-
- stringValue() - Method in class com.mysema.query.types.expr.ComparableExpressionBase
-
Get a cast to String expression
- stringValue() - Method in class com.mysema.query.types.expr.StringExpression
-
- SUB - Static variable in class com.mysema.query.types.Ops
-
- subarray(Object[], int, int) - Static method in class com.mysema.util.ArrayUtils
-
- subList(List<T>) - Method in class com.mysema.query.QueryModifiers
-
Get a sublist based on the restriction of limit and offset
- subQuery() - Method in class com.mysema.query.jdo.JDOQueryFactory
-
- subQuery() - Method in class com.mysema.query.jpa.hibernate.HibernateQueryFactory
-
- subQuery() - Method in class com.mysema.query.jpa.impl.JPAQueryFactory
-
- subQuery() - Method in interface com.mysema.query.QueryFactory
-
Create a new Sub query
- subQuery() - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- subQuery(Expression<?>) - Method in class com.mysema.query.sql.AbstractSQLQueryFactory
-
- subQuery() - Method in class com.mysema.query.sql.mssql.SQLServerQueryFactory
-
- subQuery() - Method in interface com.mysema.query.sql.SQLCommonQueryFactory
-
- subQuery(Expression<?>) - Method in interface com.mysema.query.sql.SQLCommonQueryFactory
-
- subQuery(Class<T>, QueryMetadata) - Static method in class com.mysema.query.support.Expressions
-
Create a new SubQuery expression
- SubQueryExpression<T> - Interface in com.mysema.query.types
-
SubQueryExpression represents a sub query.
- SubQueryExpressionImpl<T> - Class in com.mysema.query.types
-
- SubQueryExpressionImpl(Class<? extends T>, QueryMetadata) - Constructor for class com.mysema.query.types.SubQueryExpressionImpl
-
- SUBSTR_1ARG - Static variable in class com.mysema.query.types.Ops
-
- SUBSTR_2ARGS - Static variable in class com.mysema.query.types.Ops
-
- substring(int) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the given substring
- substring(int, int) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the given substring
- substring(Expression<Integer>, int) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the given substring
- substring(int, Expression<Integer>) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the given substring
- substring(Expression<Integer>) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the given substring
- substring(Expression<Integer>, Expression<Integer>) - Method in class com.mysema.query.types.expr.StringExpression
-
Get the given substring
- subtract(Expression<N>) - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the difference of this and right
- subtract(N) - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the difference of this and right
- SUFFIX - Static variable in class com.mysema.query.codegen.CodegenModule
-
- sum(Expression<E>) - Static method in class com.mysema.query.group.GroupBy
-
Create a new aggregating sum expression
- sum(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
Start a window function expression
- sum() - Method in class com.mysema.query.types.expr.NumberExpression
-
Get the sum of this expression (aggregation)
- sum(D, Number) - Static method in class com.mysema.util.MathUtils
-
- SUM_AGG - Static variable in class com.mysema.query.types.Ops.AggOps
-
- Supertype - Class in com.mysema.query.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.mysema.query.codegen.Supertype
-
- Supertype(Type, EntityType) - Constructor for class com.mysema.query.codegen.Supertype
-
- superTypeAnn - Variable in class com.mysema.query.apt.DefaultConfiguration
-
- SupertypeSerializer - Class in com.mysema.query.codegen
-
SupertypeSerializer is a
Serializer
implementation for supertypes
- SupertypeSerializer(TypeMappings, Collection<String>) - Constructor for class com.mysema.query.codegen.SupertypeSerializer
-
Create a new SupertypeSerializer instance
- SURFACE - Static variable in class com.mysema.query.spatial.SpatialOps
-
- SurfaceExpression<T extends org.geolatte.geom.Geometry> - Class in com.mysema.query.spatial
-
A Surface is a 2-dimensional geometric object.
- SurfaceExpression(Expression<T>) - Constructor for class com.mysema.query.spatial.SurfaceExpression
-
- symDifference(Geometry) - Method in class com.mysema.query.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.mysema.query.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.mysema.query.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.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns a geometric object that represents the
Point set symmetric difference of this geometric object with anotherGeometry.
- SYMDIFFERENCE - Static variable in class com.mysema.query.spatial.SpatialOps
-
- sysdate - Static variable in class com.mysema.query.sql.oracle.OracleGrammar
-
- SYSDATE - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- table - Variable in class com.mysema.query.maven.TypeMapping
-
- tableHints(SQLServerTableHints...) - Method in class com.mysema.query.sql.mssql.SQLServerQuery
-
- tableHints(SQLServerTableHints...) - Method in class com.mysema.query.sql.mssql.SQLServerSubQuery
-
- tan(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- TAN - Static variable in class com.mysema.query.types.Ops.MathOps
-
- tanh(Expression<A>) - Static method in class com.mysema.query.types.expr.MathExpressions
-
- TANH - Static variable in class com.mysema.query.types.Ops.MathOps
-
- template(Class<T>, String, Object...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Template expression
- template(Class<T>, Template, Object...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Template expression
- TEMPLATE - Static variable in class com.mysema.query.support.ListAccessVisitor
-
Deprecated.
- Template - Class in com.mysema.query.types
-
- Template.AsString - Class in com.mysema.query.types
-
- Template.AsString(int) - Constructor for class com.mysema.query.types.Template.AsString
-
- Template.ByIndex - Class in com.mysema.query.types
-
- Template.ByIndex(int) - Constructor for class com.mysema.query.types.Template.ByIndex
-
- Template.Element - Class in com.mysema.query.types
-
- Template.Element() - Constructor for class com.mysema.query.types.Template.Element
-
- Template.StaticText - Class in com.mysema.query.types
-
- Template.StaticText(String) - Constructor for class com.mysema.query.types.Template.StaticText
-
- Template.Transformed - Class in com.mysema.query.types
-
- Template.Transformed(int, Function<Object, Object>) - Constructor for class com.mysema.query.types.Template.Transformed
-
- TemplateExpression<T> - Interface in com.mysema.query.types
-
TemplateExpression provides base types for custom expressions with integrated
serialization templates
- TemplateExpressionImpl<T> - Class in com.mysema.query.types
-
- TemplateExpressionImpl(Class<? extends T>, Template, Object...) - Constructor for class com.mysema.query.types.TemplateExpressionImpl
-
- TemplateExpressionImpl(Class<? extends T>, Template, ImmutableList<?>) - Constructor for class com.mysema.query.types.TemplateExpressionImpl
-
- TemplateFactory - Class in com.mysema.query.types
-
TemplateFactory is a factory for
Template
instances
- TemplateFactory(char) - Constructor for class com.mysema.query.types.TemplateFactory
-
- TEMPLATES - Static variable in class com.mysema.query.support.CollectionAnyVisitor
-
Deprecated.
- Templates - Class in com.mysema.query.types
-
Templates provides operator patterns for query expression serialization
- Templates() - Constructor for class com.mysema.query.types.Templates
-
- Templates(char) - Constructor for class com.mysema.query.types.Templates
-
- TemporalExpression<T extends Comparable> - Class in com.mysema.query.types.expr
-
TemporalExpression is a supertype for Date/Time related types
- TemporalExpression(Expression<T>) - Constructor for class com.mysema.query.types.expr.TemporalExpression
-
- TeradataQuery - Class in com.mysema.query.sql.teradata
-
TeradataQuery provides Teradata related extensions to SQLQuery
- TeradataQuery(Connection) - Constructor for class com.mysema.query.sql.teradata.TeradataQuery
-
- TeradataQuery(Connection, SQLTemplates) - Constructor for class com.mysema.query.sql.teradata.TeradataQuery
-
- TeradataQuery(Connection, Configuration) - Constructor for class com.mysema.query.sql.teradata.TeradataQuery
-
- TeradataQuery(Connection, Configuration, QueryMetadata) - Constructor for class com.mysema.query.sql.teradata.TeradataQuery
-
- TeradataQueryFactory - Class in com.mysema.query.sql.teradata
-
Teradata specific implementation of SQLQueryFactory
- TeradataQueryFactory(Configuration, Provider<Connection>) - Constructor for class com.mysema.query.sql.teradata.TeradataQueryFactory
-
- TeradataQueryFactory(Provider<Connection>) - Constructor for class com.mysema.query.sql.teradata.TeradataQueryFactory
-
- TeradataQueryFactory(SQLTemplates, Provider<Connection>) - Constructor for class com.mysema.query.sql.teradata.TeradataQueryFactory
-
- TeradataSpatialTemplates - Class in com.mysema.query.sql.spatial
-
TeradataSpatialTemplates is a spatial enabled SQL dialect for Teradata
- TeradataSpatialTemplates() - Constructor for class com.mysema.query.sql.spatial.TeradataSpatialTemplates
-
- TeradataSpatialTemplates(boolean) - Constructor for class com.mysema.query.sql.spatial.TeradataSpatialTemplates
-
- TeradataSpatialTemplates(char, boolean) - Constructor for class com.mysema.query.sql.spatial.TeradataSpatialTemplates
-
- TeradataTemplates - Class in com.mysema.query.sql
-
TeradataTemplates is a SQL dialect for Teradata
- TeradataTemplates() - Constructor for class com.mysema.query.sql.TeradataTemplates
-
- TeradataTemplates(boolean) - Constructor for class com.mysema.query.sql.TeradataTemplates
-
- TeradataTemplates(char, boolean) - Constructor for class com.mysema.query.sql.TeradataTemplates
-
- TermElement - Class in com.mysema.query.lucene
-
TermElement represents the embedded String as a term
- TermElement(String) - Constructor for class com.mysema.query.lucene.TermElement
-
- TestMetadataExportMojo - Class in com.mysema.query.maven
-
TestMetadataExportMojo is a goal for MetaDataExporter usage and is bound to the generated-sources phase
- TestMetadataExportMojo() - Constructor for class com.mysema.query.maven.TestMetadataExportMojo
-
- then(A) - Method in class com.mysema.query.types.expr.CaseBuilder.CaseWhen
-
- then(Expression<A>) - Method in class com.mysema.query.types.expr.CaseBuilder.CaseWhen
-
- then(Expression<A>) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(A) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(Predicate) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(BooleanExpression) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(boolean) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(ComparableExpression<T>) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(A) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(DateExpression<T>) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(Date) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(DateTimeExpression<T>) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(Timestamp) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(Date) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(EnumExpression<T>) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(T) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(NumberExpression<A>) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(A) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(StringExpression) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(String) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(TimeExpression<T>) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(Time) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
- then(Expression<T>) - Method in class com.mysema.query.types.expr.CaseForEqBuilder.CaseWhen
-
- then(T) - Method in class com.mysema.query.types.expr.CaseForEqBuilder.CaseWhen
-
- then(Expression<T>) - Method in class com.mysema.query.types.expr.CaseForEqBuilder
-
- then(T) - Method in class com.mysema.query.types.expr.CaseForEqBuilder
-
- then(T) - Method in class com.mysema.query.types.expr.CaseForEqBuilder
-
- then(NumberExpression<T>) - Method in class com.mysema.query.types.expr.CaseForEqBuilder
-
- then(StringExpression) - Method in class com.mysema.query.types.expr.CaseForEqBuilder
-
- then(String) - Method in class com.mysema.query.types.expr.CaseForEqBuilder
-
- thenDate(Date) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
Deprecated.
- thenDateTime(Timestamp) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
Deprecated.
- thenDateTime(Date) - Method in class com.mysema.query.types.expr.CaseBuilder.Initial
-
Deprecated.
- thenNull() - Method in class com.mysema.query.types.expr.CaseForEqBuilder
-
- thenNumber(Expression<T>) - Method in class com.mysema.query.types.expr.CaseForEqBuilder
-
- THREE - Static variable in class com.mysema.query.types.template.NumberTemplate
-
- TimeExpression<T extends Comparable> - Class in com.mysema.query.types.expr
-
TimeExpression represents Time expressions
- TimeExpression(Expression<T>) - Constructor for class com.mysema.query.types.expr.TimeExpression
-
- timeFormatter - Static variable in class com.mysema.query.sql.types.AbstractDateTimeType
-
- timeOperation(Class<T>, Operator<? super T>, Expression<?>...) - Static method in class com.mysema.query.support.Expressions
-
Create a new Operation expression
- TimeOperation<T extends Comparable<?>> - Class in com.mysema.query.types.expr
-
TimeOperation represents Time operations
- TimeOperation(Class<T>, Operator<? super T>, Expression<?>...) - Constructor for class com.mysema.query.types.expr.TimeOperation
-
- TimeOperation(Class<T>, Operator<? super T>, ImmutableList<Expression<?>>) - Constructor for class com.mysema.query.types.expr.TimeOperation
-
- timeout - Variable in class com.mysema.query.jpa.hibernate.AbstractHibernateQuery
-
- timeout - Variable in class com.mysema.query.jpa.hibernate.sql.AbstractHibernateSQLQuery
-
- timePath(Class<T>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- timePath(Class<T>, Path<?>, String) - Static method in class com.mysema.query.support.Expressions
-
Create a new Path expression
- TimePath<T extends Comparable> - Class in com.mysema.query.types.path
-
TimePath represented Time paths
- TimePath(Class<? extends T>, Path<?>, String) - Constructor for class com.mysema.query.types.path.TimePath
-
- TimePath(Class<? extends T>, PathMetadata<?>) - Constructor for class com.mysema.query.types.path.TimePath
-
- TimePath(Class<? extends T>, String) - Constructor for class com.mysema.query.types.path.TimePath
-
- TimestampType - Class in com.mysema.query.sql.types
-
TimestampType maps Timestamp to Timestamp on the JDBC level
- TimestampType() - Constructor for class com.mysema.query.sql.types.TimestampType
-
- TimestampType(int) - Constructor for class com.mysema.query.sql.types.TimestampType
-
- TimeSubQuery<T extends Comparable<?>> - Class in com.mysema.query.types.query
-
Time typed single result subquery
- TimeSubQuery(Class<T>, QueryMetadata) - Constructor for class com.mysema.query.types.query.TimeSubQuery
-
- TimeTemplate<T extends Comparable<?>> - Class in com.mysema.query.types.template
-
TimeTemplate defines custom time expressions
- TimeTemplate(Class<T>, Template, ImmutableList<?>) - Constructor for class com.mysema.query.types.template.TimeTemplate
-
- TimeType - Class in com.mysema.query.sql.types
-
TimeType maps Time to Time on the JDBC level
- TimeType() - Constructor for class com.mysema.query.sql.types.TimeType
-
- TimeType(int) - Constructor for class com.mysema.query.sql.types.TimeType
-
- toArray() - Method in interface com.mysema.query.group.Group
-
- toArray() - Method in interface com.mysema.query.Tuple
-
Get the content as an Object array
- toCamelCase(String) - Method in class com.mysema.query.sql.codegen.DefaultNamingStrategy
-
- toContainsViaLike - Variable in class com.mysema.query.types.Converters
-
Deprecated.
- toContainsViaLikeLower - Variable in class com.mysema.query.types.Converters
-
Deprecated.
- toEndsWithViaLike - Variable in class com.mysema.query.types.Converters
-
Deprecated.
- toEndsWithViaLikeLower - Variable in class com.mysema.query.types.Converters
-
Deprecated.
- toExpression(Object) - Static method in class com.mysema.query.types.ExpressionUtils
-
Converts the given object to an Expression
- toField(Path<?>) - Method in class com.mysema.query.hibernate.search.SearchSerializer
-
- toField(Path<?>) - Method in class com.mysema.query.lucene.LuceneSerializer
-
template method, override to customize
- toLocale(String) - Static method in class com.mysema.query.sql.types.LocaleType
-
- toLowerCase - Variable in class com.mysema.query.types.Converters
-
Deprecated.
- toLowerCase() - Method in class com.mysema.query.types.expr.StringExpression
-
Get the lower case form
- toQuery(Expression<?>, QueryMetadata) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- toSort(List<? extends OrderSpecifier<?>>) - Method in class com.mysema.query.lucene.LuceneSerializer
-
- toSort(List<OrderSpecifier<?>>) - Method in class com.mysema.query.mongodb.MongodbSerializer
-
- toStartsWithViaLike - Variable in class com.mysema.query.types.Converters
-
Deprecated.
- toStartsWithViaLikeLower - Variable in class com.mysema.query.types.Converters
-
Deprecated.
- toString() - Method in class com.mysema.query.BooleanBuilder
-
- toString() - Method in class com.mysema.query.codegen.Delegate
-
- toString() - Method in class com.mysema.query.codegen.Property
-
- toString() - Method in class com.mysema.query.codegen.Supertype
-
- toString() - Method in class com.mysema.query.collections.CollDeleteClause
-
- toString() - Method in class com.mysema.query.collections.CollUpdateClause
-
- toString() - Method in class com.mysema.query.group.AbstractGroupExpression
-
- toString() - Method in class com.mysema.query.jdo.AbstractJDOQuery
-
- toString() - Method in class com.mysema.query.jdo.AbstractJDOSubQuery
-
- toString() - Method in class com.mysema.query.jdo.dml.JDODeleteClause
-
- toString() - Method in class com.mysema.query.jdo.sql.AbstractSQLQuery
-
- toString() - Method in class com.mysema.query.JoinExpression
-
- toString() - Method in class com.mysema.query.JoinFlag
-
- toString() - Method in class com.mysema.query.jpa.AbstractJPASubQuery
-
- toString() - Method in class com.mysema.query.jpa.hibernate.HibernateDeleteClause
-
- toString() - Method in class com.mysema.query.jpa.hibernate.HibernateUpdateClause
-
- toString() - Method in class com.mysema.query.jpa.impl.JPADeleteClause
-
- toString() - Method in class com.mysema.query.jpa.impl.JPAUpdateClause
-
- toString() - Method in class com.mysema.query.jpa.JPAQueryBase
-
- toString() - Method in class com.mysema.query.lucene.AbstractLuceneQuery
-
- toString() - Method in class com.mysema.query.mongodb.MongodbQuery
-
- toString() - Method in class com.mysema.query.QueryFlag
-
- toString() - Method in class com.mysema.query.sql.DetachableSQLQuery
-
- toString() - Method in class com.mysema.query.sql.dml.SQLDeleteClause
-
- toString() - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- toString() - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- toString() - Method in class com.mysema.query.sql.dml.SQLUpdateClause
-
- toString() - Method in class com.mysema.query.sql.ProjectableSQLQuery
-
- toString() - Method in class com.mysema.query.sql.SQLListenerContextImpl
-
- toString() - Method in class com.mysema.query.sql.teradata.SetQueryBandClause
-
- toString() - Method in class com.mysema.query.sql.UnionImpl
-
- toString() - Method in class com.mysema.query.support.ProjectableAdapter
-
- toString() - Method in class com.mysema.query.support.QueryBase
-
- toString() - Method in class com.mysema.query.support.QueryMixin
-
- toString() - Method in class com.mysema.query.support.SerializerBase
-
- toString() - Method in class com.mysema.query.support.SimpleProjectableAdapter
-
- toString() - Method in class com.mysema.query.types.expr.DslExpression
-
- toString() - Method in class com.mysema.query.types.ExpressionBase
-
- toString() - Method in class com.mysema.query.types.MutableExpressionBase
-
- toString() - Method in class com.mysema.query.types.OperatorImpl
-
- toString() - Method in class com.mysema.query.types.OrderSpecifier
-
- toString() - Method in class com.mysema.query.types.Template.AsString
-
- toString() - Method in class com.mysema.query.types.Template.ByIndex
-
- toString() - Method in class com.mysema.query.types.Template.StaticText
-
- toString() - Method in class com.mysema.query.types.Template
-
- toString() - Method in class com.mysema.query.types.Template.Transformed
-
- toString() - Method in class com.mysema.util.BeanMap
-
- ToStringVisitor - Class in com.mysema.query.types
-
ToStringVisitor is used for toString() serialization in
Expression
implementations.
- total - Variable in class com.mysema.query.maven.NumericMapping
-
- touches(Geometry) - Method in class com.mysema.query.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially touches” anotherGeometry.
- touches(Expression<? extends Geometry>) - Method in class com.mysema.query.spatial.GeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially touches” anotherGeometry.
- touches(Geometry) - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially touches” anotherGeometry.
- touches(Expression<? extends Geometry>) - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
Returns 1 (TRUE) if this geometric object “spatially touches” anotherGeometry.
- TOUCHES - Static variable in class com.mysema.query.spatial.SpatialOps
-
- toUpperCase - Variable in class com.mysema.query.types.Converters
-
Deprecated.
- toUpperCase() - Method in class com.mysema.query.types.expr.StringExpression
-
Get the upper case form
- transform(Projectable) - Method in class com.mysema.query.group.GroupByIterate
-
- transform(Group) - Method in class com.mysema.query.group.GroupByIterate
-
- transform(Projectable) - Method in class com.mysema.query.group.GroupByList
-
- transform(Group) - Method in class com.mysema.query.group.GroupByList
-
- transform(Projectable) - Method in class com.mysema.query.group.GroupByMap
-
- transform(Map<K, Group>) - Method in class com.mysema.query.group.GroupByMap
-
- transform(Map<K, Group>) - Method in class com.mysema.query.group.GroupByProjection
-
- transform(Group) - Method in class com.mysema.query.group.GroupByProjection
-
Creates a result object from the given group
- transform(Query, FactoryExpression<?>) - Method in class com.mysema.query.jpa.DefaultQueryHandler
-
- transform(Query, FactoryExpression<?>) - Method in class com.mysema.query.jpa.EclipseLinkHandler
-
- transform(Query, FactoryExpression<?>) - Method in class com.mysema.query.jpa.HibernateHandler
-
- transform(Query, FactoryExpression<?>) - Method in interface com.mysema.query.jpa.QueryHandler
-
Transform the results of the given query using the given factory expression
- transform(ResultTransformer<T>) - Method in interface com.mysema.query.Projectable
-
Apply the given transformer to this Projectable instance and return the results
- transform(Projectable) - Method in interface com.mysema.query.ResultTransformer
-
- transform(int) - Method in class com.mysema.query.spatial.GeometryExpression
-
- transform(int) - Method in class com.mysema.query.spatial.jts.JTSGeometryExpression
-
- TRANSFORM - Static variable in class com.mysema.query.spatial.SpatialOps
-
- transform(ResultTransformer<T>) - Method in class com.mysema.query.support.ProjectableAdapter
-
- transform(ResultTransformer<T>) - Method in class com.mysema.query.support.ProjectableQuery
-
- TransformingIterator<T> - Class in com.mysema.query.jpa
-
- TransformingIterator(Iterator<T>, FactoryExpression<?>) - Constructor for class com.mysema.query.jpa.TransformingIterator
-
- TransformingIterator(Iterator<T>, Closeable, FactoryExpression<?>) - Constructor for class com.mysema.query.jpa.TransformingIterator
-
- transformList(List) - Method in class com.mysema.query.jpa.FactoryExpressionTransformer
-
- transformParams(List<? extends VariableElement>) - Method in class com.mysema.query.apt.TypeElementHandler
-
- transformTuple(Object[], String[]) - Method in class com.mysema.query.jpa.FactoryExpressionTransformer
-
- translate(Expression<T>, float, float) - Static method in class com.mysema.query.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.mysema.query.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.mysema.query.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.mysema.query.spatial.jts.JTSGeometryExpressions
-
Translates the geometry to a new location using the numeric parameters as offsets.
- TRANSLATE - Static variable in class com.mysema.query.spatial.SpatialOps
-
- translate(SQLException) - Method in class com.mysema.query.sql.Configuration
-
Translate the given SQLException
- translate(String, List<Object>, SQLException) - Method in class com.mysema.query.sql.Configuration
-
Translate the given SQLException
- translate(SQLException) - Method in class com.mysema.query.sql.DefaultSQLExceptionTranslator
-
- translate(String, List<Object>, SQLException) - Method in class com.mysema.query.sql.DefaultSQLExceptionTranslator
-
- translate(String, List<Object>, SQLException) - Method in class com.mysema.query.sql.spring.SpringExceptionTranslator
-
- translate(SQLException) - Method in class com.mysema.query.sql.spring.SpringExceptionTranslator
-
- translate(String, List<Object>, SQLException) - Method in interface com.mysema.query.sql.SQLExceptionTranslator
-
- translate(SQLException) - Method in interface com.mysema.query.sql.SQLExceptionTranslator
-
- TRANSLATE2 - Static variable in class com.mysema.query.spatial.SpatialOps
-
- TREAT - Static variable in class com.mysema.query.jpa.JPQLOps
-
- trim() - Method in class com.mysema.query.types.expr.StringExpression
-
Get a copy of the string, with leading and trailing whitespace
omitted.
- TRIM - Static variable in class com.mysema.query.types.Ops
-
- TRUE - Static variable in class com.mysema.query.types.template.BooleanTemplate
-
- TrueFalseType - Class in com.mysema.query.sql.types
-
TrueFalseType maps Boolean to 'T'/'F' on the JDBC level
- TrueFalseType() - Constructor for class com.mysema.query.sql.types.TrueFalseType
-
- TrueFalseType(int) - Constructor for class com.mysema.query.sql.types.TrueFalseType
-
- TRUNC_DAY - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- TRUNC_HOUR - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- TRUNC_MINUTE - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- TRUNC_MONTH - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- TRUNC_SECOND - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- TRUNC_WEEK - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- TRUNC_YEAR - Static variable in class com.mysema.query.types.Ops.DateTimeOps
-
- Tuple - Interface in com.mysema.query
-
Tuple defines an interface for generic query result projection
- tuple(Expression<?>...) - Static method in class com.mysema.query.types.Projections
-
Create a Tuple typed projection for the given expressions
- TWO - Static variable in class com.mysema.query.types.template.NumberTemplate
-
- type(EntityPath<?>) - Static method in class com.mysema.query.jpa.JPAExpressions
-
Get the type(path) expression
- TYPE - Static variable in class com.mysema.query.jpa.JPQLOps
-
- type - Variable in class com.mysema.query.maven.TypeMapping
-
- Type<T> - Interface in com.mysema.query.sql.types
-
Defines the de/serialization of a typed Java object from a ResultSet or to a PreparedStatement
- TypedQuery<T> - Class in com.mysema.query.lucene
-
TypedQuery is a typed query implementation for Lucene queries.
- TypedQuery(IndexSearcher, Function<Document, T>) - Constructor for class com.mysema.query.lucene.TypedQuery
-
- TypedQuery(LuceneSerializer, IndexSearcher, Function<Document, T>) - Constructor for class com.mysema.query.lucene.TypedQuery
-
- TypeElementHandler - Class in com.mysema.query.apt
-
TypeElementHandler is a an APT visitor for entity types
- TypeElementHandler(Configuration, ExtendedTypeFactory, TypeMappings, QueryTypeFactory) - Constructor for class com.mysema.query.apt.TypeElementHandler
-
- TypeExtractor - Class in com.mysema.query.apt
-
TypeExtractor is a visitor implementation which a concrete type given a general
TypeElement
- TypeExtractor(boolean) - Constructor for class com.mysema.query.apt.TypeExtractor
-
- TypeFactory - Class in com.mysema.query.codegen
-
TypeFactory is a factory class for Type
instances
- TypeFactory() - Constructor for class com.mysema.query.codegen.TypeFactory
-
- TypeFactory(List<Class<? extends Annotation>>) - Constructor for class com.mysema.query.codegen.TypeFactory
-
- typeFactory - Variable in class com.mysema.query.jpa.codegen.AbstractDomainExporter
-
- TypeMapping - Class in com.mysema.query.maven
-
- TypeMapping() - Constructor for class com.mysema.query.maven.TypeMapping
-
- typeMappings - Variable in class com.mysema.query.codegen.EntitySerializer
-
- TypeMappings - Class in com.mysema.query.codegen
-
- TypeMappings() - Constructor for class com.mysema.query.codegen.TypeMappings
-
- typeMismatch(Class<?>, Expression<?>) - Method in class com.mysema.query.types.QBean
-
- TypeResolver - Class in com.mysema.query.codegen
-
TypeResolver provides type resolving functionality for resolving generic type variables to
concrete types
- TYPES - Static variable in class com.mysema.query.apt.AbstractQuerydslProcessor
-
- TypeSystem - Interface in com.mysema.query.alias
-
TypeSystem defines an interface for detecting whether a given class confirms to certain Collection
contract
- TypeUtils - Class in com.mysema.query.apt
-
- validate(Class<?>, String, Class<?>) - Method in class com.mysema.query.jpa.support.JPAPathBuilderValidator
-
- validate(String, Class<T>) - Method in class com.mysema.query.types.path.PathBuilder
-
- validate(Class<?>, String, Class<?>) - Method in interface com.mysema.query.types.path.PathBuilderValidator
-
Validates the given property of given class
- validateInits(EntityType, Property) - Method in class com.mysema.query.apt.AbstractQuerydslProcessor
-
- ValidatingVisitor - Class in com.mysema.query.types
-
ValidatingVisitor visits expressions and ensures that only known path instances are used
- ValidatingVisitor() - Constructor for class com.mysema.query.types.ValidatingVisitor
-
- ValidatingVisitor(String) - Constructor for class com.mysema.query.types.ValidatingVisitor
-
- value() - Method in class com.mysema.query.apt.QueryTypeImpl
-
- VALUE - Static variable in class com.mysema.query.jpa.JPQLOps
-
- value() - Method in class com.mysema.query.sql.ColumnImpl
-
- valueIterator() - Method in class com.mysema.util.BeanMap
-
Convenience method for getting an iterator over the values.
- valueOf(String) - Static method in enum com.mysema.query.alias.MethodType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysema.query.annotations.PropertyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysema.query.apt.VisitorConfig
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysema.query.JoinFlag.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysema.query.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysema.query.QueryFlag.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysema.query.sql.DatePart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysema.query.sql.mssql.SQLServerTableHints
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysema.query.sql.SQLSerializer.Stage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysema.query.types.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysema.query.types.OrderSpecifier.NullHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mysema.query.types.PathType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.mysema.query.alias.MethodType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysema.query.annotations.PropertyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysema.query.apt.VisitorConfig
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(Object...) - Method in interface com.mysema.query.dml.InsertClause
-
Define the value bindings
- values() - Static method in enum com.mysema.query.JoinFlag.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysema.query.JoinType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysema.query.QueryFlag.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysema.query.sql.DatePart
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(Object...) - Method in class com.mysema.query.sql.dml.SQLInsertClause
-
- values(Object...) - Method in class com.mysema.query.sql.dml.SQLMergeClause
-
- values() - Static method in enum com.mysema.query.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.mysema.query.sql.SQLSerializer.Stage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysema.query.types.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mysema.query.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.mysema.query.types.PathType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class com.mysema.util.BeanMap
-
Returns the values for the BeanMap.
- var() - Static method in class com.mysema.query.alias.Alias
-
- var(D) - Static method in class com.mysema.query.alias.Alias
-
- var(D) - Static method in class com.mysema.query.alias.Alias
-
- var(D) - Static method in class com.mysema.query.alias.Alias
-
- var(String) - Static method in class com.mysema.query.alias.Alias
-
- variance(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
returns the variance of expr
- VARIANCE - Static variable in class com.mysema.query.sql.SQLOps
-
- varPop(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
returns the population variance of a set of numbers after discarding the nulls in this set.
- VARPOP - Static variable in class com.mysema.query.sql.SQLOps
-
- varSamp(Expression<T>) - Static method in class com.mysema.query.sql.SQLExpressions
-
returns the sample variance of a set of numbers after discarding the nulls in this set.
- VARSAMP - Static variable in class com.mysema.query.sql.SQLOps
-
- visit(Path<?>, Void) - Method in class com.mysema.query.collections.CollQuerySerializer
-
- visit(SubQueryExpression<?>, Void) - Method in class com.mysema.query.collections.CollQuerySerializer
-
- visit(FactoryExpression<?>, Void) - Method in class com.mysema.query.collections.CollQuerySerializer
-
- visit(Path<?>, Void) - Method in class com.mysema.query.jdo.JDOQLSerializer
-
- visit(SubQueryExpression<?>, Void) - Method in class com.mysema.query.jdo.JDOQLSerializer
-
- visit(ParamExpression<?>, Void) - Method in class com.mysema.query.jpa.JPQLSerializer
-
- visit(SubQueryExpression<?>, Void) - Method in class com.mysema.query.jpa.JPQLSerializer
-
- visit(Path<?>, Void) - Method in class com.mysema.query.jpa.JPQLSerializer
-
- visit(Constant<?>, Void) - Method in class com.mysema.query.mongodb.MongodbSerializer
-
- visit(TemplateExpression<?>, Void) - Method in class com.mysema.query.mongodb.MongodbSerializer
-
- visit(FactoryExpression<?>, Void) - Method in class com.mysema.query.mongodb.MongodbSerializer
-
- visit(Operation<?>, Void) - Method in class com.mysema.query.mongodb.MongodbSerializer
-
- visit(Path<?>, Void) - Method in class com.mysema.query.mongodb.MongodbSerializer
-
- visit(SubQueryExpression<?>, Void) - Method in class com.mysema.query.mongodb.MongodbSerializer
-
- visit(ParamExpression<?>, Void) - Method in class com.mysema.query.mongodb.MongodbSerializer
-
- visit(Constant<?>, Set<RelationalPath<?>>) - Method in class com.mysema.query.sql.RelationalPathExtractor
-
- visit(FactoryExpression<?>, Set<RelationalPath<?>>) - Method in class com.mysema.query.sql.RelationalPathExtractor
-
- visit(Operation<?>, Set<RelationalPath<?>>) - Method in class com.mysema.query.sql.RelationalPathExtractor
-
- visit(ParamExpression<?>, Set<RelationalPath<?>>) - Method in class com.mysema.query.sql.RelationalPathExtractor
-
- visit(Path<?>, Set<RelationalPath<?>>) - Method in class com.mysema.query.sql.RelationalPathExtractor
-
- visit(SubQueryExpression<?>, Set<RelationalPath<?>>) - Method in class com.mysema.query.sql.RelationalPathExtractor
-
- visit(TemplateExpression<?>, Set<RelationalPath<?>>) - Method in class com.mysema.query.sql.RelationalPathExtractor
-
- visit(Point, int) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryWriter
-
- visit(LineString, int) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryWriter
-
- visit(Polygon, int) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryWriter
-
- visit(MultiPoint, int) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryWriter
-
- visit(MultiLineString, int) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryWriter
-
- visit(MultiPolygon, int) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryWriter
-
- visit(GeometryCollection, int) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryWriter
-
- visit(PolyHedralSurface, int) - Method in class com.mysema.query.sql.spatial.SQLServerGeometryWriter
-
- visit(ParamExpression<?>, Void) - Method in class com.mysema.query.sql.SQLSerializer
-
- visit(Path<?>, Void) - Method in class com.mysema.query.sql.SQLSerializer
-
- visit(SubQueryExpression<?>, Void) - Method in class com.mysema.query.sql.SQLSerializer
-
- visit(TemplateExpression<?>, Void) - Method in class com.mysema.query.sql.SQLSerializer
-
- visit(Constant<?>, Context) - Method in class com.mysema.query.support.CollectionAnyVisitor
-
- visit(TemplateExpression<?>, Context) - Method in class com.mysema.query.support.CollectionAnyVisitor
-
- visit(FactoryExpression<?>, Context) - Method in class com.mysema.query.support.CollectionAnyVisitor
-
- visit(Operation<?>, Context) - Method in class com.mysema.query.support.CollectionAnyVisitor
-
- visit(Path<?>, Context) - Method in class com.mysema.query.support.CollectionAnyVisitor
-
- visit(SubQueryExpression<?>, Context) - Method in class com.mysema.query.support.CollectionAnyVisitor
-
- visit(ParamExpression<?>, Context) - Method in class com.mysema.query.support.CollectionAnyVisitor
-
- visit(Constant<?>, Context) - Method in class com.mysema.query.support.ListAccessVisitor
-
Deprecated.
- visit(TemplateExpression<?>, Context) - Method in class com.mysema.query.support.ListAccessVisitor
-
Deprecated.
- visit(FactoryExpression<?>, Context) - Method in class com.mysema.query.support.ListAccessVisitor
-
Deprecated.
- visit(Operation<?>, Context) - Method in class com.mysema.query.support.ListAccessVisitor
-
Deprecated.
- visit(Path<?>, Context) - Method in class com.mysema.query.support.ListAccessVisitor
-
Deprecated.
- visit(SubQueryExpression<?>, Context) - Method in class com.mysema.query.support.ListAccessVisitor
-
Deprecated.
- visit(ParamExpression<?>, Context) - Method in class com.mysema.query.support.ListAccessVisitor
-
Deprecated.
- visit(Constant<?>, List<Path<?>>) - Method in class com.mysema.query.support.PathsExtractor
-
- visit(FactoryExpression<?>, List<Path<?>>) - Method in class com.mysema.query.support.PathsExtractor
-
- visit(Operation<?>, List<Path<?>>) - Method in class com.mysema.query.support.PathsExtractor
-
- visit(ParamExpression<?>, List<Path<?>>) - Method in class com.mysema.query.support.PathsExtractor
-
- visit(Path<?>, List<Path<?>>) - Method in class com.mysema.query.support.PathsExtractor
-
- visit(SubQueryExpression<?>, List<Path<?>>) - Method in class com.mysema.query.support.PathsExtractor
-
- visit(TemplateExpression<?>, List<Path<?>>) - Method in class com.mysema.query.support.PathsExtractor
-
- visit(Collection<?>, List<Path<?>>) - Method in class com.mysema.query.support.PathsExtractor
-
- visit(Constant<?>, Void) - Method in class com.mysema.query.support.ReplaceVisitor
-
- visit(FactoryExpression<?>, Void) - Method in class com.mysema.query.support.ReplaceVisitor
-
- visit(Operation<?>, Void) - Method in class com.mysema.query.support.ReplaceVisitor
-
- visit(ParamExpression<?>, Void) - Method in class com.mysema.query.support.ReplaceVisitor
-
- visit(Path<?>, Void) - Method in class com.mysema.query.support.ReplaceVisitor
-
- visit(SubQueryExpression<?>, Void) - Method in class com.mysema.query.support.ReplaceVisitor
-
- visit(TemplateExpression<?>, Void) - Method in class com.mysema.query.support.ReplaceVisitor
-
- visit(Constant<?>, Void) - Method in class com.mysema.query.support.SerializerBase
-
- visit(ParamExpression<?>, Void) - Method in class com.mysema.query.support.SerializerBase
-
- visit(TemplateExpression<?>, Void) - Method in class com.mysema.query.support.SerializerBase
-
- visit(FactoryExpression<?>, Void) - Method in class com.mysema.query.support.SerializerBase
-
- visit(Operation<?>, Void) - Method in class com.mysema.query.support.SerializerBase
-
- visit(Path<?>, Void) - Method in class com.mysema.query.support.SerializerBase
-
- visit(Constant<?>, Void) - Method in class com.mysema.query.types.HashCodeVisitor
-
- visit(FactoryExpression<?>, Void) - Method in class com.mysema.query.types.HashCodeVisitor
-
- visit(Operation<?>, Void) - Method in class com.mysema.query.types.HashCodeVisitor
-
- visit(ParamExpression<?>, Void) - Method in class com.mysema.query.types.HashCodeVisitor
-
- visit(Path<?>, Void) - Method in class com.mysema.query.types.HashCodeVisitor
-
- visit(SubQueryExpression<?>, Void) - Method in class com.mysema.query.types.HashCodeVisitor
-
- visit(TemplateExpression<?>, Void) - Method in class com.mysema.query.types.HashCodeVisitor
-
- visit(Constant<?>, QueryMetadata) - Method in class com.mysema.query.types.ParamsVisitor
-
- visit(FactoryExpression<?>, QueryMetadata) - Method in class com.mysema.query.types.ParamsVisitor
-
- visit(Operation<?>, QueryMetadata) - Method in class com.mysema.query.types.ParamsVisitor
-
- visit(ParamExpression<?>, QueryMetadata) - Method in class com.mysema.query.types.ParamsVisitor
-
- visit(Path<?>, QueryMetadata) - Method in class com.mysema.query.types.ParamsVisitor
-
- visit(SubQueryExpression<?>, QueryMetadata) - Method in class com.mysema.query.types.ParamsVisitor
-
- visit(TemplateExpression<?>, QueryMetadata) - Method in class com.mysema.query.types.ParamsVisitor
-
- visit(Constant<?>, Void) - Method in class com.mysema.query.types.PathExtractor
-
- visit(FactoryExpression<?>, Void) - Method in class com.mysema.query.types.PathExtractor
-
- visit(Operation<?>, Void) - Method in class com.mysema.query.types.PathExtractor
-
- visit(ParamExpression<?>, Void) - Method in class com.mysema.query.types.PathExtractor
-
- visit(Path<?>, Void) - Method in class com.mysema.query.types.PathExtractor
-
- visit(SubQueryExpression<?>, Void) - Method in class com.mysema.query.types.PathExtractor
-
- visit(TemplateExpression<?>, Void) - Method in class com.mysema.query.types.PathExtractor
-
- visit(Constant<?>, Templates) - Method in class com.mysema.query.types.ToStringVisitor
-
- visit(FactoryExpression<?>, Templates) - Method in class com.mysema.query.types.ToStringVisitor
-
- visit(Operation<?>, Templates) - Method in class com.mysema.query.types.ToStringVisitor
-
- visit(ParamExpression<?>, Templates) - Method in class com.mysema.query.types.ToStringVisitor
-
- visit(Path<?>, Templates) - Method in class com.mysema.query.types.ToStringVisitor
-
- visit(SubQueryExpression<?>, Templates) - Method in class com.mysema.query.types.ToStringVisitor
-
- visit(TemplateExpression<?>, Templates) - Method in class com.mysema.query.types.ToStringVisitor
-
- visit(Constant<?>, Set<Expression<?>>) - Method in class com.mysema.query.types.ValidatingVisitor
-
- visit(FactoryExpression<?>, Set<Expression<?>>) - Method in class com.mysema.query.types.ValidatingVisitor
-
- visit(Operation<?>, Set<Expression<?>>) - Method in class com.mysema.query.types.ValidatingVisitor
-
- visit(ParamExpression<?>, Set<Expression<?>>) - Method in class com.mysema.query.types.ValidatingVisitor
-
- visit(Path<?>, Set<Expression<?>>) - Method in class com.mysema.query.types.ValidatingVisitor
-
- visit(SubQueryExpression<?>, Set<Expression<?>>) - Method in class com.mysema.query.types.ValidatingVisitor
-
- visit(TemplateExpression<?>, Set<Expression<?>>) - Method in class com.mysema.query.types.ValidatingVisitor
-
- visit(Constant<?>, C) - Method in interface com.mysema.query.types.Visitor
-
- visit(FactoryExpression<?>, C) - Method in interface com.mysema.query.types.Visitor
-
- visit(Operation<?>, C) - Method in interface com.mysema.query.types.Visitor
-
- visit(ParamExpression<?>, C) - Method in interface com.mysema.query.types.Visitor
-
- visit(Path<?>, C) - Method in interface com.mysema.query.types.Visitor
-
- visit(SubQueryExpression<?>, C) - Method in interface com.mysema.query.types.Visitor
-
- visit(TemplateExpression<?>, C) - Method in interface com.mysema.query.types.Visitor
-
- visitArray(ArrayType, Void) - Method in class com.mysema.query.apt.TypeExtractor
-
- visitConstant(Object) - Method in class com.mysema.query.jpa.JPQLSerializer
-
- visitConstant(Object) - Method in class com.mysema.query.jpa.NativeSQLSerializer
-
- visitConstant(Object) - Method in class com.mysema.query.sql.SQLSerializer
-
- visitConstant(Object) - Method in class com.mysema.query.support.SerializerBase
-
- visitConstructors() - Method in enum com.mysema.query.apt.VisitorConfig
-
- visitDeclared(DeclaredType, Void) - Method in class com.mysema.query.apt.TypeExtractor
-
- visitError(ErrorType, Void) - Method in class com.mysema.query.apt.TypeExtractor
-
- visitExecutable(ExecutableType, Void) - Method in class com.mysema.query.apt.TypeExtractor
-
- visitFieldProperties() - Method in enum com.mysema.query.apt.VisitorConfig
-
- visitLiteral(Object) - Method in class com.mysema.query.jpa.JPQLSerializer
-
- visitMethodProperties() - Method in enum com.mysema.query.apt.VisitorConfig
-
- visitNoType(NoType, Void) - Method in class com.mysema.query.apt.TypeExtractor
-
- visitNull(NullType, Void) - Method in class com.mysema.query.apt.TypeExtractor
-
- visitOperation(Class<?>, Operator<?>, List<? extends Expression<?>>) - Method in class com.mysema.query.collections.CollQuerySerializer
-
- visitOperation(Class<?>, Operator<?>, List<? extends Expression<?>>) - Method in class com.mysema.query.jdo.JDOQLSerializer
-
- visitOperation(Class<?>, Operator<?>, List<? extends Expression<?>>) - Method in class com.mysema.query.jpa.JPQLSerializer
-
- visitOperation(Class<?>, Operator<?>, List<? extends Expression<?>>) - Method in class com.mysema.query.jpa.NativeSQLSerializer
-
- visitOperation(Class<?>, Operator<?>, List<? extends Expression<?>>) - Method in class com.mysema.query.sql.SQLSerializer
-
- visitOperation(Class<?>, Operator<?>, List<? extends Expression<?>>) - Method in class com.mysema.query.support.SerializerBase
-
- Visitor<R,C> - Interface in com.mysema.query.types
-
Visitor defines a Visitor signature for
Expression
instances.
- VisitorConfig - Enum in com.mysema.query.apt
-
VisitorConfig defines the entity type specific visiting configuration
- visitPrimitive(PrimitiveType, Void) - Method in class com.mysema.query.apt.TypeExtractor
-
- visitTypeVariable(TypeVariable, Void) - Method in class com.mysema.query.apt.TypeExtractor
-
- visitUnknown(TypeMirror, P) - Method in class com.mysema.query.apt.SimpleTypeVisitorAdapter
-
- visitWildcard(WildcardType, Void) - Method in class com.mysema.query.apt.TypeExtractor
-