Search code examples
List of Generics for DTO...


c#.netasp.net-web-apidto

Read More
Is there a Java formatting library for user input?...


javaspringspring-mvcdto

Read More
DTO classes vs. struct...


c#structdton-tier-architecture

Read More
Value Objects in CQRS - where to use...


domain-driven-designdtocqrsvalue-objects

Read More
Problems in mapping objects between the model and DTO...


javamodeldto

Read More
Best data type to use to map JSON arrays to DTOs in C# / ASP .Net Core...


c#asp.net-core.net-coremodeldto

Read More
How can convert DTO to Entity in Spring boot?...


javaspringspring-bootentitydto

Read More
Models vs DTO in NestJS...


nestjsdtodata-transfer-objects

Read More
Hibernate: returning a DTO that is not an Entity?...


javamysqlhibernatedtohibernate-native-query

Read More
Is it essential to send response data to dto when working with graphql?...


graphqlnestjsdto

Read More
How to map DTO object to entity when some properties are missing in the DTO?...


entity-frameworkautomapperdto

Read More
Should SDO (Service Data Object) be adopted in new project?...


javaweb-servicesdtosdo

Read More
What is the relationship between DTO and lazy-loading in Hibernate...


javahibernatelazy-loadingjhipsterdto

Read More
Best practice of fetching DTO and entity with Services and DAO when using Hibernate...


javahibernateservicerepositorydto

Read More
What's the point of having DTO object when you have the same object as POJO (Entity)?...


javapojodto

Read More
How to convert a JPA OneToMany relationship to DTO...


javajpadto

Read More
Springboot: Can DTO be changed at runtime with null values not being present in the object returned ...


javaspringspring-bootentitydto

Read More
Does DTOs comes under decorator pattern?...


javaoopdesign-patternsdecoratordto

Read More
How to make a partial update while using constructor instantiation with mapstruct and immutable kotl...


kotlindtomapstruct

Read More
adding new entity in database through PostMapping...


javaspring-bootspring-data-jpadtomapstruct

Read More
How do I use Entity Framework with a RootObject DTO?...


c#jsonsql-serverentity-frameworkdto

Read More
Unable to find data in DTO from JSON object - parsing error ZonedDateTime...


javajsonjacksondto

Read More
ValidationPipe in NestJS for a key-value pair object...


javascripttypescriptnestjsdtoclass-validator

Read More
MapStruct seems to create too many method...


javaspringmappingdtomapstruct

Read More
multiple grouping linq nested DTO not translating well...


c#linqasp.net-coreasp.net-core-webapidto

Read More
How to return only one time nested object in dto using mapstruct...


spring-bootrestdtomapstruct

Read More
How To Deduce Or Subtype Named Tuple From Another Named Tuple?...


pythonpython-2.7dtonamedtuplepython-attrs

Read More
Ignore a property in Dto from RequestBody base on endpoint (use one Dto for two purpose)...


javaspringspring-bootdto

Read More
Symfony 3 DTOOneCommand changing null value to 0 after handleRequest...


phpformssymfonydtosymfony-3.4

Read More
How to share business logic between DTO & domain model?...


domain-driven-designdtodomain-model

Read More
BackNext