Top "Entities" questions

Entity-relationship model (ER model for short) is an abstract and conceptual representation of data.

The type or namespace name 'Objects' does not exist in the namespace 'System.Data'

I am using entities, C# and SQL Server to create an n-tier app. I am creating some base classes common …

c# .net visual-studio-2008 linq-to-entities entities
How do I unescape HTML entities in a string in Python 3.1?

I have looked all around and only found solutions for python 2.6 and earlier, NOTHING on how to do this in …

python html curl python-3.x entities
how to sort an entity's arrayCollection in symfony2

I have an entity "container" with this property /** * @ORM\OneToMany(targetEntity="BizTV\ContentManagementBundle\Entity\Content", mappedBy="container") */ private $content; the …

sorting symfony doctrine entities
What is 
?

In html made by fckeditor i find the following character: 
 What is this character?

html entities
What is the difference between "LINQ to Entities", "LINQ to SQL" and "LINQ to Dataset"

I've been working for quite a while now with LINQ. However, it remains a bit of a mystery what the …

c# sql linq dataset entities
Doctrine - Add default time stamp to entity like NOW()

Following the Doctrine guidelines I understand how to set a default value for an Entity, but what if I wanted …

php postgresql symfony doctrine-orm entities
Symfony2 doctrine:generate:entities throw Syntax Error?

when i am using the symfony2 shell and trying to run doctrine:generate:entities [MyBundle] --path='src' or doctrine:generate:…

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

I have a maven-built CDI-based Java SE app, which has a core module, and other modules. Core has the persistence.…

hibernate configuration entity jpa-2.0 entities
Create tables with entities - Doctrine Symfony2

I created several classes without using the php command php app/console doctrine:generate:entity, directly I created and mapping …

symfony doctrine entities