starnowski/posjsonhelper

Add constructor to com.github.starnowski.posjsonhelper.text.hibernate6.functions.TSVectorFunction with org.hibernate.query.sqm.tree.SqmTypedNode parameter

Closed this issue · 0 comments

Add constructor :

public TSVectorFunction(SqmTypedNode path, String configuration, NodeBuilder nodeBuilder) {
//
}

public TSVectorFunction(SqmTypedNode path, NodeBuilder nodeBuilder) {
//
}