Mark Paluch

Results 497 issues of Mark Paluch

Resolving `Expression`s from `From` (respective `Root`/`Join`) without a meta model is error-prone to typos and even with a meta-model, refactoring requires both, adoption of the entity model and the meta...

type: enhancement

`JpaEntityInformation` is a central piece of information that we use across our repository and query implementations. We have to determine consistently an entity name that might come from XML (and...

type: task

This pull request explores the necessary infrastructure so that a Dialect-specific extension can be provided to render Database-specific operators and functions for usage in `Criteria` (and later on Select Items...

type: enhancement