Uses of Interface
nl.datasteel.crudcraft.projection.api.ProjectionExecutorProvider
Packages that use ProjectionExecutorProvider
Package
Description
-
Uses of ProjectionExecutorProvider in nl.datasteel.crudcraft.projection.config
Methods in nl.datasteel.crudcraft.projection.config that return ProjectionExecutorProviderModifier and TypeMethodDescriptionProjectionAutoConfiguration.jpaProjectionExecutorProvider
(jakarta.persistence.EntityManager entityManager, CriteriaProjectionBuilder criteriaBuilder, ProjectionMetadataRegistry registry, ProjectionProperties properties) Provides a JpaProjectionExecutorProvider that uses JPA Criteria API for projections.ProjectionAutoConfiguration.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.Method parameters in nl.datasteel.crudcraft.projection.config with type arguments of type ProjectionExecutorProviderModifier and TypeMethodDescriptionProjectionAutoConfiguration.projectionExecutor
(List<ProjectionExecutorProvider> providers) Provides a ProjectionExecutor that routes to the appropriate executor based on the available ProjectionExecutorProviders. -
Uses of ProjectionExecutorProvider in nl.datasteel.crudcraft.projection.impl
Constructor parameters in nl.datasteel.crudcraft.projection.impl with type arguments of type ProjectionExecutorProviderModifierConstructorDescriptionRoutingProjectionExecutor
(List<ProjectionExecutorProvider> providers) Constructs a new RoutingProjectionExecutor with the provided list of ProjectionExecutorProviders. -
Uses of ProjectionExecutorProvider in nl.datasteel.crudcraft.projection.impl.jpa
Classes in nl.datasteel.crudcraft.projection.impl.jpa that implement ProjectionExecutorProvider -
Uses of ProjectionExecutorProvider in nl.datasteel.crudcraft.projection.impl.querydsl
Classes in nl.datasteel.crudcraft.projection.impl.querydsl that implement ProjectionExecutorProvider