Top "Entity" questions

In computer science an entity is an object which has an identity and can be uniquely determined, holds storable information or can be processed.

symfony2 Catchable Fatal Error: Object of class could not be converted to string

I have this Entity defined: <?php namespace Apw\BlackbullBundle\Entity; use Doctrine\Common\Collections\ArrayCollection; use Doctrine\ORM\Mapping …

php symfony entity
XML parser error: entity not defined

I have searched stackoverflow on this problem and did find a few topics, but I feel like there isn't really …

php xml tinymce entity simplexml
XML Entity for "/"?

So I'm writing some XML generating code, and found that the following attribute value was screwing up the XML formatting: "…

xml entity escaping sequence
Disable caching in JPA (eclipselink)

I want to use JPA (eclipselink) to get data from my database. The database is changed by a number of …

java jpa entity eclipselink
How can I disable migration in Entity Framework 6.0

I'm trying to ignore the "Automatic" migration using Entity Framework 6.0 rc1. My problem is that I don't want this feature …

entity-framework entity entity-framework-migrations
Java entity - why do I need an empty constructor?

This might sound stupid to you, but why do I need to define an empty constructor in my @Entitys? Every …

java jpa entity
How can I get my database to seed using Entity Framework CodeFirst?

The database is created successfully (as are the tables) but is not seeded. I have spent several hours and read …

entity-framework asp.net-mvc-3 frameworks entity code-first
Entity Framework and Multi threading

We are having some trouble designing our multi-threaded Entity Framework driven application and would like some guidance. We are creating …

.net multithreading frameworks entity
JPA thinks I'm deleting a detached object

I've got a DAO that I used to load and save my domain objects using JPA. I finally managed to …

java spring jpa entity