I\'m using Symfony 1.4 + Doctrine 1.1. I have a schema with a one-to-many relation. Let\'s say A has many B, I ask for all the B\'s of A as follow:
This question was asked back in October (unable-to-cast-object-of-type-nhibernate-collection-generic-persistentgenericbag). Basically, I have a POCO that has a one-to-many relationship modeled by a Li
I am trying to figure out what I am doing wrong in the below LINQ statement.It doesn\'t like the third SELECT.It finds tblAddresse.tblAdminCounty in Intelisense when I am typing the query but when I t
This is a similar problem to \"Hibernate @OneToMany without a separate join table\", in that I need a @OneToMany relationship without a j开发者_C百科oin table.However, I would also like to not define
I have two tables: CalendarEntry Id Date ... Holiday Id Date ... In my CalendarEntry class, I have a property like this
I have been learning Hibernate for the past few weeks, I have gotten most of what I learned to work but have a question on the efficiency of a One-to-Many mapping. It works, but I am pretty sure that
The following models describe a vulnerability and the URLs out on the internet that reference that vulnerability. Assume that each URL only ever talks about 1 vulnerability, and that many URLs will di
My app has clients that each have a single billing profile. I\'m envisioning my app having a \"Client\" model with an attribute called \"billing_profile\" which would reference another model called \
I have got 3 tables with those columns below: Top开发者_C百科ics: [TopicID] [TopicName] Messages: [MessageID] [MessageText]
I have a core data entity which has an exclusive one to many relationship with another entity. This relationship is supposed to be a basic containment the first entity contains one or more of the seco