Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in entity

EF 4.1 Code First Foreign Key adds Extra column

Symfony2 form with field not in entity

DDD, CQRS, Event Sourcing: Where do entities come from?

JPA illegalStateException - CascadeType issues

java jpa entity eclipselink

Visual Studio 2012 Add controller with Context fails when connectionstring configSource in place

Unit Testing a Zend Framework 2 Module With Factory

The property on type cannot be set because collection is already set to an EntityCollection

DDD: Can an Aggregate Root be an Entity within another Aggregate Root?

Entity Programming tutorials?

How to handle Domain Entity validation before it's persisted?

DDD: can a Repository return entities inside an aggregate?

Differences between create our own UoW/Repository vs using DbContext directly

SAPUI5 - Batch Operations - how to do it right?

Custom code generation for JPA entities from database

java jpa entity

How to create a temporary table and use it in the same connection with Entity Framework?

how to generate unique constraint in entity class using jpa project eclipse

java eclipse jpa entity

C# Entitity framework SaveChanges() not working

Dynamic SQL Query Entity Framework

Entity Framework always includes data that is in context even if I don't ask for it

What is the difference between @Immutable and @Entity(mutable=false) when using Hibernate