Mark Smith

Results 1 issues of Mark Smith

We are moving from using Java Pojo's as DTO's to records with the MyBatis framework. The following two record types are used: public record User(Integer cprid, String inlognaam, String upn,...