Mark Paluch
Mark Paluch
Closes #4085
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...
`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...
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...