Uses of Interface
nl.datasteel.crudcraft.projection.impl.querydsl.QuerydslProjectionBuilder
Packages that use QuerydslProjectionBuilder
Package
Description
-
Uses of QuerydslProjectionBuilder in nl.datasteel.crudcraft.projection.config
Methods in nl.datasteel.crudcraft.projection.config that return QuerydslProjectionBuilderModifier and TypeMethodDescriptionProjectionAutoConfiguration.querydslProjectionBuilder
(ProjectionMetadataRegistry registry) Provides a QuerydslProjectionBuilder that uses ProjectionMetadataRegistry to access compile-time generated metadata.Methods in nl.datasteel.crudcraft.projection.config with parameters of type QuerydslProjectionBuilderModifier and TypeMethodDescriptionProjectionAutoConfiguration.querydslProjectionExecutorProvider
(com.querydsl.jpa.impl.JPAQueryFactory queryFactory, jakarta.persistence.EntityManager entityManager, QuerydslProjectionBuilder querydslBuilder, ProjectionMetadataRegistry registry, ProjectionProperties properties) Provides a QuerydslProjectionExecutorProvider that uses QueryDSL for projections. -
Uses of QuerydslProjectionBuilder in nl.datasteel.crudcraft.projection.impl.querydsl
Classes in nl.datasteel.crudcraft.projection.impl.querydsl that implement QuerydslProjectionBuilderModifier and TypeClassDescriptionclass
QuerydslProjectionBuilder
that relies onProjectionMetadata
.Constructors in nl.datasteel.crudcraft.projection.impl.querydsl with parameters of type QuerydslProjectionBuilderModifierConstructorDescriptionQuerydslProjectionExecutor
(com.querydsl.jpa.impl.JPAQueryFactory queryFactory, jakarta.persistence.metamodel.Metamodel metamodel, QuerydslProjectionBuilder projectionBuilder, ProjectionMetadataRegistry metadataRegistry) Constructs a new QuerydslProjectionExecutor with the given parameters.QuerydslProjectionExecutorProvider
(com.querydsl.jpa.impl.JPAQueryFactory queryFactory, jakarta.persistence.metamodel.Metamodel metamodel, QuerydslProjectionBuilder projectionBuilder, ProjectionMetadataRegistry registry) Constructs a new QuerydslProjectionExecutorProvider with the given parameters.