Top "Entities" questions

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

html entities in a javascript alert?

I have a string coming from a XML (which I can't edit) and I'd like to print it trough an …

javascript html encoding entities
Reading from multiple tables and populating multiple entities using JPA SqlResultSetMapping

I have been building a JSF application using JPA to access the DB. There are a number of entities. I …

jpa entities sqlresultsetmapping
Doctrine Mapping in Symfony2 using YAML

I have a question regarding YAML configuration of Doctrine in Symfony2. I have created an entity via "doctrine:generate:entity", …

symfony doctrine-orm entity yaml entities
Do you have a common base class for Hibernate entities?

Do you have a common base class for Hibernate entities, i.e. a MappedSuperclass with id, version and other common …

java hibernate entities base-class
jQuery Escaping HTML from a Textarea

I want to escape HTML tags to entity names, taking text from a textarea and putting the result in a …

jquery html textarea entities
Sf2 : using a service inside an entity

i know this has been asked over and over again, i read the topics, but it's always focused on specific …

symfony service entities
FetchXML: get count of records based on a field of a linked entity

I have a scenario where i want to get the count of people from an Entity who have multiple location …

entities dynamics-crm-2013 fetchxml
How to indicate a columns as NOT NULL in a view?

I'm trying to use a view to create an ADO.NET entity using a view. However, that view does not …

sql tsql view entities
What Belongs to the Aggregate Root

This is a practical Domain Driven Design question: Conceptually, I think I get Aggregate roots until I go to define …

domain-driven-design aggregate root entities
The namespace 'x' already contains a definition for 'FixupCollection'

Everytime I update my entity model (by right-clicking on the .edmx file and selecting 'update model from database') it creates …

c# entities