-
* Necesaria sólo info básica del Challenge para pantalla 1 Figma
* Tantear posibilidad uso BeanUtils (Apache Commons), revisar branch challenges_dtos
-
```
In the core service there is no need for DTO conversions, since we don't have
an EJB boundary any more.
```
Original issue reported on code.google.com by `past...@gmail.com` on 12 Oct 2010 at 12…
-
My entities and DTOs are separated to ensure that the API representation and DB representation can evolve independently. nestjs-paginate works well for querying, but assumes the entity and DTO are the…
-
package com.hhh.model.dto;
public class MyPageDTO {
public MyPageDTO() {}
private String name;
private char gender;
private String id;
private int paymoney;
private int coupon;
…
-
It would be nice if you could create a DTO to retrieve and validate all the query parameters from `$request->query`.
```php
#[Route("/test", name: "test", methods: ["GET"])]
public function regis…
-
-
It falls into an infinite loop of convertions
-
### Describe the bug
When calling the count method on the PanacheEntity, the call is made with dirty checking (~statefull).
This results in unnecessary and unexpected extra SQL calls. And also c…
-
@Data
public class ResponsePetitionDto {
private String status="";
private String category;
private String title;
private String createDate;
---
만에 하나라도 정보가 없을 경우 nullPoint…
-
Would it be possible to get a lib published of request/response DTOs of some kind? I've been playing around with generators to use the published express endpoint xsd(s) as a means to generate some ba…
jdivy updated
4 years ago