I am trying to create some custom functions in OData V4 using JPA and Hibernate.I have some sample code from a .NET app which works as expected
[EnableQuery(MaxTop = 100, MaxAnyAllExpressionDepth = 10, MaxExpansionDepth = 10)] [HttpGet] public IAct...