spring-projects / spring-statemachine

Spring Statemachine is a framework for application developers to use state machine concepts with Spring.
1.57k stars 616 forks source link

Missing getter for Id fields in Jpa Entities #1169

Open icirlo opened 2 weeks ago

icirlo commented 2 weeks ago

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