Top "Entities" questions

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

Android string encoding and html entities converting

There is a String in Android Java. How do I change it to another given encoding and replace HTML-entities such …

android html encoding entities
Programmatically loading Entity classes with JPA 2.0?

With Hibernate you can load your Entity classes as: sessionFactory = new AnnotationConfiguration() .addPackage("test.animals") .addAnnotatedClass(Flight.class) .addAnnotatedClass(Sky.…

java dynamic jpa-2.0 entities
Extending entities in Symfony2 with Doctrine2

I'm having trouble finding a way to appropriately extend an Entity across bundles in Symfony2 using Doctrine2 as the ORM. …

symfony doctrine-orm entities extending
Special Characters in XML

I am creating a left navigation system utilizing xml and xsl. Everything was been going great until I tried to …

xml xslt special-characters dtd entities
Why do we need entity objects?

I really need to see some honest, thoughtful debate on the merits of the currently accepted enterprise application design paradigm. …

sql database orm entities
Symfony2 Doctrine doctrine:generate:entities never works

I am relatively new to Symfony2 and so far love it - except for this problem that I keep coming …

symfony doctrine-orm doctrine entities
Entity mapping in a Symfony2 choice field with optgroup

Suppose to have an entity in Symfony2 that has a field bestfriend, which is a User entity selected from a …

forms symfony entities
Unescaping XML entities using XmlReader in .NET?

I'm trying to unescape XML entities in a string in .NET (C#), but I don't seem to get it to …

.net xml entities translate
LINQ to Entities does not recognize the method 'Int32 ToInt32(System.String)' method, and this method cannot be translated into a store expression

I get this error when I try this code : TaxiEntities db = new TaxiEntities(); bool IsUserPassCorrected = db.tblOperators.Any(item => …

c# sql linq entities
cakephp 3.x saving multiple entities - newEntities

I'm having the hardest time with saving multiple records. I've tried a million things, but I end up with the …

cakephp cakephp-3.0 entities