Hello
I am trying to create new FilterDefinition , but can not get how i need to specify type
This is not working
new FilterDefinition(
"UserScope",
"user_id = :userId",
Map.of("userId", StandardBasicTypes.LONG)
)
Required type: Map<String,JdbcMapping>
Provided: Map<String,BasicTypeReference>
The version is 6.2.5