spring-statemachine
spring-statemachine copied to clipboard
Missing getter for Id fields in Jpa Entities
Hi,
Is possible to add getter methods for the id fields inside the JPA Entities inside the package: spring-statemachine-data/jpa/src/main/java/org/springframework/statemachine/data/jpa?
Hidden the read of the ids have no sense (also toString methods show the ids) Regards