Uses of Interface
nl.datasteel.crudcraft.projection.api.ProjectionExecutor
Packages that use ProjectionExecutor
Package
Description
-
Uses of ProjectionExecutor in nl.datasteel.crudcraft.projection.api
Methods in nl.datasteel.crudcraft.projection.api that return ProjectionExecutorModifier and TypeMethodDescriptionProjectionExecutorProvider.getExecutor()
Supply the executor instance to use for supported queries. -
Uses of ProjectionExecutor in nl.datasteel.crudcraft.projection.config
Methods in nl.datasteel.crudcraft.projection.config that return ProjectionExecutorModifier and TypeMethodDescriptionProjectionAutoConfiguration.projectionExecutor
(List<ProjectionExecutorProvider> providers) Provides a ProjectionExecutor that routes to the appropriate executor based on the available ProjectionExecutorProviders. -
Uses of ProjectionExecutor in nl.datasteel.crudcraft.projection.impl
Classes in nl.datasteel.crudcraft.projection.impl that implement ProjectionExecutorModifier and TypeClassDescriptionclass
Delegates projection execution to the firstProjectionExecutorProvider
that supports the givenProjectionQuery
. -
Uses of ProjectionExecutor in nl.datasteel.crudcraft.projection.impl.jpa
Classes in nl.datasteel.crudcraft.projection.impl.jpa that implement ProjectionExecutorModifier and TypeClassDescriptionclass
JPA-based implementation ofProjectionExecutor
using Criteria API.Methods in nl.datasteel.crudcraft.projection.impl.jpa that return ProjectionExecutorModifier and TypeMethodDescriptionJpaProjectionExecutorProvider.getExecutor()
Returns the JPA basedProjectionExecutor
. -
Uses of ProjectionExecutor in nl.datasteel.crudcraft.projection.impl.querydsl
Classes in nl.datasteel.crudcraft.projection.impl.querydsl that implement ProjectionExecutorMethods in nl.datasteel.crudcraft.projection.impl.querydsl that return ProjectionExecutorModifier and TypeMethodDescriptionQuerydslProjectionExecutorProvider.getExecutor()
Returns the Querydsl basedProjectionExecutor
.