Daniel
Results
1
issues of
Daniel
I have encountered the following problem on both 2.7.11 and the current 4.0.0-RC2 Version. I used to have the following class: ```java @Entity @Table(name="DOCUMENT") public class Document { @Id @ReturnInsert(returnOnly...