Is there a way to save Grpc stubs directly as JPA entities without having to create a copy Java object?
When using both gRPC and Spring Boot with JPA, I find myself with the situation where I’m forced to write duplicate Java data transfer objects to represent the same thing, and I’m wondering if there is a better way.