Tagged Questions

0
votes
1answer
27 views

Nhibernate subclass mapping problem

I am using nhibernate subclass mapping to handle descriptions of objects of the system. Basically idea is to have a description class and make polymorphic associations by having su …
5
votes
7answers
165 views

What ORM for .net should I use?

I'm relatively new to .NET and have being using Linq2Sql for a almost a year, but it lacks some of the features I'm looking for now. I'm going to start a new project in wich I wa …
2
votes
2answers
44 views

What OR-mappers allow one-to-many AND One-to-one relationship between the same tables?

Hi, I'm currently looking for an OR-mapper to use for a side project I'm about to start. Since we're using an inhouse developed OR-mapper at work I don't really know much about ho …
1
vote
1answer
11 views

Django: Filter rows containing a set of values in ManyToManyField

I have the following model: class Channel(models.Model): tags = models.ManyToManyField(Tag) class Tag(models.Model): name = models.CharField( primary_key = True) And wa …
0
votes
3answers
52 views

When should one avoid using NHibernate’s lazy-loading feature?

Most of what I hear about NHibernate's lazy-loading, is that it's better to use it, than not to use it. It seems like it just makes sense to minimize database access, in an effort …
4
votes
9answers
160 views

Which ORM should I use instead of Linq to Sql?

Hi Everyone, I'm working on a CMS as my hobby project. Because I'm not paid for it, time is not very essential and I aspire to make a well-architected system. I have a set of bus …
1
vote
4answers
75 views

How are Models (in MVC) and DAOs supposed to interact?

How are models and DAOs supposed to interact? I'm in the process of putting together a simple login module and I'm unsure where to put the "business logic." If I put the logic with …
0
votes
2answers
28 views

PHP Doctrine ORM newbie - Valid DSN for dropping database?

Hi, I'm going through the tutorials for doctrine and liking it so far, however I'm stuck at the point of dropping/regenerating the db schema. This is the code I am using (pretty m …
0
votes
1answer
44 views

How to model this situation in ORM (NHibernate)?

I've always taken a data centric approach to web apps, and so the paradigm change involved when taking a pure OO approach using ORMs is still not completely natural to me, and evey …
0
votes
6answers
94 views

Simple Data Access Layer

Can anyone suggest a simple Data Access Layer (C# .NET)? Not keen on using the Microsoft Application Data Access block, seems very bloated and overkill. Also don't want to use LINQ …
1
vote
3answers
90 views

Are there any GOOD iPhone orms?

I'm traditionally a .NET developer and am spoiled for choice when it comes to ORMs. My flavor of choice is NHibernate but there are a bunch of choices out there. I was wondering i …
0
votes
1answer
26 views

Convert date to string upon saving a doctrine record

Hi, I'm trying to migrate one of my PHP projects to Doctrine. I've never used it before so there are a few things I don't understand. In my current code, I have a class similar to …
11
votes
9answers
317 views

ORM/Persistence layer Advice

Hi all I'm starting a new project and I'm looking around for either a very good ORM or for a non-SQL-based persistence layer. For this project, I really don't care on how the data …
0
votes
2answers
29 views

JPA join column with null values

I have a query that works in plain SQL but is not working on JPA and can't figure out why. As you can guess from the title I have a clue but I don't know how to "fix" it. Here's t …
0
votes
5answers
92 views

Basic clarifications about NHibernate

Given that I'm very good with SQL and c#, Should I learn another layer on top like NHibernate ? Is NHibernate just a library (that stores in a Database)? Or it's a service? Shoul …

1 2 3 4 5 50 next
15 30 50 per page