bowbahdoe / magic-bean

A very basic library which will generate getters and setters.
Other
84 stars 10 forks source link

Document and test usage with JPA/Hibernate #11

Closed bowbahdoe closed 2 years ago

bowbahdoe commented 2 years ago

One of the more common frameworks this tool would make sense for would be Hibernate.

There is certain stuff that should be called out to not be done, like using generateEqualsAndHashCode=true

bowbahdoe commented 2 years ago

Handled by #16