Closed lidaling closed 8 years ago
Hi, I want to return VOs to client ,how to repalce Entity with VO with DataTablesRepository. Thanks
Please see the converter argument here: DataTablesRepository#findAll(DataTablesInput input, Converter<T, R> converter);
DataTablesRepository#findAll(DataTablesInput input, Converter<T, R> converter);
It works
Hi, I want to return VOs to client ,how to repalce Entity with VO with DataTablesRepository. Thanks