New posts in entity

JPA 2.0: Adding entity classes to PersistenceUnit *from different jar* automatically

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

Disable caching in JPA (eclipselink)

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

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

How can I disable migration in Entity Framework 6.0

Data binding directly to a store query (DbSet, DbQuery, DbSqlQuery) is not supported

Generate JPA 2 Entities from existing Database

What is value field of @ColumnDefault in jpa?

How to clone a JPA entity

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

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

How do I use structural annotations to set SQL type to Date in model first approach

what is difference between a Model and an Entity

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

What is the effect of AsEnumerable() on a LINQ Entity?

How to delete an object by id with entity framework

XXX is not a valid entity or mapped super class // and config options

How to set a default entity property value with Hibernate

Improving bulk insert performance in Entity framework [duplicate]