Uses of Record Class
nl.datasteel.crudcraft.projection.api.ProjectionResult
Packages that use ProjectionResult
Package
Description
-
Uses of ProjectionResult in nl.datasteel.crudcraft.projection.api
Methods in nl.datasteel.crudcraft.projection.api that return ProjectionResultModifier and TypeMethodDescription<T,
D> ProjectionResult <D> ProjectionExecutor.project
(Class<T> entityType, Class<D> dtoType, ProjectionQuery<T> query) Execute a projection for the given entity type and DTO type. -
Uses of ProjectionResult in nl.datasteel.crudcraft.projection.impl
Methods in nl.datasteel.crudcraft.projection.impl that return ProjectionResultModifier and TypeMethodDescription<T,
D> ProjectionResult <D> RoutingProjectionExecutor.project
(Class<T> entityType, Class<D> dtoType, ProjectionQuery<T> query) Executes the projection query by delegating to the appropriateProjectionExecutorProvider
based on the query type. -
Uses of ProjectionResult in nl.datasteel.crudcraft.projection.impl.jpa
Methods in nl.datasteel.crudcraft.projection.impl.jpa that return ProjectionResultModifier and TypeMethodDescription<T,
D> ProjectionResult <D> JpaProjectionExecutor.project
(Class<T> entityType, Class<D> dtoType, ProjectionQuery<T> query) Projects a DTO type from the given entity type using the provided query. -
Uses of ProjectionResult in nl.datasteel.crudcraft.projection.impl.querydsl
Methods in nl.datasteel.crudcraft.projection.impl.querydsl that return ProjectionResultModifier and TypeMethodDescription<T,
D> ProjectionResult <D> QuerydslProjectionExecutor.project
(Class<T> entityType, Class<D> dtoType, ProjectionQuery<T> query) Projects the given entity type into the specified DTO type using QueryDSL.