Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity

Difference between Entity and DTO

java entity dto

Differentiating between domain, model, and entity with respect to MVC

Should I write equals() and hashCode() methods in JPA entities?

java jpa entity equals hashcode

Symfony2 collection of Entities - how to add/remove association with existing entities?

How can I disable migration in Entity Framework 6.0

Entity Framework - Is there a way to automatically eager-load child entities without Include()?

EF 4.1 exception "The provider did not return a ProviderManifestToken string"

asp.net sql entity

what is difference between a Model and an Entity

cascade={"remove"} VS orphanRemoval=true VS ondelete="CASCADE

Improving bulk insert performance in Entity framework [duplicate]

entity-framework entity

How to delete an object by id with entity framework

entity-framework entity

What is the difference between persist() and merge() in JPA and Hibernate?

java hibernate jpa orm entity

How to set a default entity property value with Hibernate

How to update only one field using Entity Framework?

PersistentObjectException: detached entity passed to persist thrown by JPA and Hibernate

How to fix the Hibernate "object references an unsaved transient instance - save the transient instance before flushing" error

java hibernate jpa orm entity