JPA Criteria API support for Hibernate Spatial

Description

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.

Activity

Andrea BorieroMarch 24, 2020 at 2:35 PM

Thanks

Karel MaesenMarch 24, 2020 at 2:22 PM

Will do

Andrea BorieroMarch 24, 2020 at 2:11 PM

I noticed that the PR was merged, can the status of this Jira be changed to resolved?

Fixed

Details

Assignee

Reporter

Labels

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