former_member1077671
Discoverer
Member since ‎2022 Nov 29

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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...
Good dayI am wondering if anyone has experienced any issues with mapping a String[] Data typeI am currently using PostgreSQL with Odata V4 Olingo and JPA and HibernateThis is what entity looks like an how I have done the mapping: @Entity@Table(name...