Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dto

Update entity from DTO with hibernate erases other fields

java spring hibernate jpa dto

How to use DTO and ViewModel all together? Or it is not possible?

Are JSON objects and DTO the same thing?

json dto

DDD - CreatedBy/CreatedOn in the Domain Model?

Constructing a Domain Object from multiple DTOs

DTO mapping and updating to a Database with Java, Dozer and Hibernate

java hibernate dto dozer

Doctrine DTO with native SQL queries

doctrine-orm dto

AutoMapper and interface typed collections

Why does this MapStruct generated class does not include import statement?

java mapping dto mapstruct

Creating GeoJSON output from Well Known Text with C#

Persistence entities as data transfer objects

java persistence dto

where to handle DTO<->business object conversion

Is it possible to map IQueryable<CatDTO> to IQueryable<CatEf>?

In F#, is there a shortcut for creating a record type with a primary key used for equality and sorting comparison?

.net orm f# dto

DTO shape: flat, complex/nested, or a mixture of both