JpSilver
Results
2
comments of
JpSilver
> Agreed Mikk. The biggest problem with dynamic creation is: > > * User may enter wrong and junk data and we can't save each and every values into DB...
Got this issue again on spring boot build 3.0.0-SNAPSHOT. Currently have a Student Transaction and then linked to transaction class: `@Id @OneToOne(cascade = CascadeType.ALL, fetch = FetchType.EAGER, optional = false,...