Uses of Package
com.querydsl.core
Packages that use com.querydsl.core
Package
Description
Basic Query elements
DML interfaces
Aggregating post processing functionality
Various support classes
Expression types
DSL expression types
-
Classes in com.querydsl.core used by com.querydsl.coreClassDescription
BooleanBuilderis a cascading builder forPredicateexpressions.DefaultQueryMetadatais the default implementation of theQueryMetadatainterface.Fetchabledefines default projection methods forQueryimplementations.FetchableQueryextendsFetchableandSimpleQuerywith projection changing methods and result aggregation functionality usingResultTransformerinstances.FilteredClauseis an interface for clauses with a filter conditionJoinExpressionis a join element in aQueryinstance.JoinFlagdefines a join related flag using an Expression instanceThe differentJoinFlagpositionsJoinTypedefines the supported join typesNonUniqueResultExceptionis thrown for query results where one result row is expected, but multiple are retrieved.Querydefines the main query interface of the fluent query language.QueryExceptionis thrown for exceptional query construction issuesDefines a positioned flag in a Query for customization of query serializationThe differentQueryFlagpositionsQueryMetadatadefines query metadata such as query sources, filtering conditions and the projectionQueryModifierscombines limit and offset info into a single immutable value type.QueryResultsbundles data for paged query resultsExecutes query on aFetchableQueryand transforms results into T.SimpleQuerydefines a simple querying interface thanQueryTupledefines an interface for generic query result projection -
Classes in com.querydsl.core used by com.querydsl.core.dml
-
Classes in com.querydsl.core used by com.querydsl.core.groupClassDescription
FetchableQueryextendsFetchableandSimpleQuerywith projection changing methods and result aggregation functionality usingResultTransformerinstances.Executes query on aFetchableQueryand transforms results into T.Tupledefines an interface for generic query result projection -
Classes in com.querydsl.core used by com.querydsl.core.supportClassDescription
DefaultQueryMetadatais the default implementation of theQueryMetadatainterface.Fetchabledefines default projection methods forQueryimplementations.JoinExpressionis a join element in aQueryinstance.JoinFlagdefines a join related flag using an Expression instanceThe differentJoinFlagpositionsJoinTypedefines the supported join typesDefines a positioned flag in a Query for customization of query serializationThe differentQueryFlagpositionsQueryMetadatadefines query metadata such as query sources, filtering conditions and the projectionQueryModifierscombines limit and offset info into a single immutable value type.Executes query on aFetchableQueryand transforms results into T. -
Classes in com.querydsl.core used by com.querydsl.core.typesClassDescription
QueryMetadatadefines query metadata such as query sources, filtering conditions and the projectionTupledefines an interface for generic query result projection -
Classes in com.querydsl.core used by com.querydsl.core.types.dsl