starnowski / posjsonhelper

The Posjsonhelper library is an open-source project that adds support for Hibernate queries for Postgresql JSON functions and full-text search.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for the "::" operator

starnowski opened this issue · comments

Add support for the "::" operator. So that input for to_tsvector and other functions could pass the correct configuration object that is a type of "regconfig". The name for hibernate function should be "posjsonhelper_cast_operator". The function which should use this operator should have additional constructor that pass input of Expression type. Operator component should be added to the hibernate-core module so that in the future other module could use this common operator.