- 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.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(Map<Operator<?>, String>) - Method in class com.mysema.query.sql.SQLTemplates
-
- 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(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
-
- 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
- addClass2TypeMappings(String, Class<?>...) - Method in class com.mysema.query.sql.SQLTemplates
-
- 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.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
-
- 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
- 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
- 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
- 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
- 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.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
-
- 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.
- 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.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).
- 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.path.GeometryPath
-
- 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.path.GeometryPath
-
- asMultiPoint() - Method in class com.mysema.query.spatial.path.GeometryPath
-
- 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.path.GeometryPath
-
- asPolygHedralSurface() - Method in class com.mysema.query.spatial.path.GeometryPath
-
- 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.
- 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 first <= this <= second
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
-
- 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 - 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 - 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.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>, 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(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.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
-
- 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() - Method in class com.mysema.query.jpa.impl.AbstractJPAQuery
-
Clone the state of this query to a new instance
- 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:
If there is no underlying bean, return a cloned BeanMap without a
bean.
- 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 - 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.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.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.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 - 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 - 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.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.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.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.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.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.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.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.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.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.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
-
- 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 - 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)
- 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.DefaultSQLExceptionTranslator
-
- 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.RelationalPathExtractor
-
- 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.MySQLWkbType
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.PGgeometryType
-
- DEFAULT - Static variable in class com.mysema.query.sql.spatial.SQLServerGeometryType
-
- DEFAULT - Static variable in class com.mysema.query.sql.SQLTemplates
-
- DEFAULT - Static variable in class com.mysema.query.sql.types.BigDecimalAsDoubleType
-
- DEFAULT - Static variable in class com.mysema.query.sql.types.Null
-
- 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
-
- 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.NullExpression
-
Default instance for an
Object
typed NullExpression
- DEFAULT - Static variable in class com.mysema.query.types.ParamsVisitor
-
- 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 - 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 - 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 - 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 - 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
-
- distanceSpheroid(Expression<? extends Geometry>) - Method in class com.mysema.query.spatial.GeometryExpression
-
- 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 - 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.
- 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 - 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(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
-
- 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 - 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.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(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
-
- 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(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(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).
- 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 - 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.
- 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(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(boolean, Class<?>, 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(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.
- 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.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.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.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
-
- 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
-
- 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.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
-
- 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
-
- 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.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.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.BigDecimalAsDoubleType
-
- getReturnedClass() - Method in class com.mysema.query.sql.types.BigDecimalType
-
- 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.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.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.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(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
-