-
How to use DTO to transfer data between Service Layer and UI Layer or Web Api.
![drawing1 4](https://user-images.githubusercontent.com/8191572/41119929-cdc5e1ee-6a9c-11e8-9935-970bb5ed2a69.jpg) this …
-
- a prerequisite of #40: workflow for Entity classes
- related to #60: DAOs should bind to Factory, not to an Entity
lhaze updated
3 years ago
-
Hey all! First of all, thanks for this awesome project. It is definitely a very useful tool!
**Short description of what this feature will allow to do:**
In my usual use cases, I prefer not to bin…
-
Many services will provide several fields in the ReplyDTO. However, some requests might not need everything returned. It would thus be wasteful both in the service to retrieve this information, serial…
-
It would be sufficient in my opinion, for it to be the classes icon but in the color purple.
-
Those could be implemented very easily:
### 1. User-Defined Validator
Could be a nice class with static functions i.E.
```c++
namespace MyValidators {
class FooDtoValidator {
public:
…
-
As a discord user I want to be able to be reminded of specific things that I do not want to miss. Like online auctions and so on.
Create DB table 'reminder' holding data of notifications.
create…
-
https://github.com/CaXaPp/CRM/blob/4e270258cfe2b571df8110e174162692c479c813/src/main/java/esdp/crm/attractor/school/controller/AnalyticController.java#L27
-
### 📄 필수 사항
`select()` 내부에 Projections `constructor()`, `bean()`, `field()` 메소드를 통해 DTO로 값을 받을 수 있습니다.
```
@Override
public DeathReportComplainantDto findByDeathReportComplainant(Integer re…
-
Crear DTO para añadir ropa debido a que el precio será una constante y no debe ser introducido por el usuario