Fixed
Details
Assignee
Karel MaesenKarel MaesenReporter
Daniel ShuyDaniel ShuyLabels
Components
Fix versions
Priority
Major
Details
Details
Assignee
Karel Maesen
Karel MaesenReporter
Daniel Shuy
Daniel ShuyLabels
Components
Fix versions
Priority
Created December 26, 2019 at 2:06 PM
Updated March 24, 2020 at 2:35 PM
Resolved March 24, 2020 at 2:22 PM
Currently, Hibernate Spatial functions can be called via Hibernate Criteria API (which is deprecated) or JPQL. To use them in the JPA Criteria API, they have to be manually mapped using CriteriaBuilder#function(String, Class, Expression...), which is tedious and error prone.
This is a feature request to add a wrapper to provide a convenient way to use Hibernate Spatial functions from the JPA Criteria API.