Say you had: a database a bunch of .NET Windows GUI programs a bunch of Java web applications you could use Hib开发者_如何学编程ernate for the Java stuff and NHibernate for the .NET stuff - but wo
I would like to hold a ref of some other entity using its identifier. The object model which I am working on is huge and related entities hold lot of data. Also few pieces are cyclic in nature and I
My question is regarding ORM and JDBC technologies, on what criteria would you decide to go for an ORM technology as compare开发者_Go百科d to JDBC and other way round ?
I\'m not sure if this is possible in Hibernate but it would be really great if it was :) I\'ve not actually got past the conceptual stage with this but I\'ll explain as best as I can.
We have a new django powered project which have a potential heavy-traffic characteristic(means a heavy db interaction). So we need to consider the database scalability in advance. With some researches
I have been doing this: public List<Role> GetRoles() { List<Role> result = new List<Role>();
I\'d like to start by apologizing for my unfamil开发者_StackOverflow中文版iarity with Hibernate.I\'m only recently getting into it and am far from an expert.
I\'m currently designing a website, using symfony (1.2) with Doctrine as an ORM. I have a Dinner class, a Criteria class, and a Mark class.
QUESTION 1 - What .NET classes should I be looking at to help me read / update some data in a database, but assuming I\'m not using LINQ or Entity Framework.That is if you drop back to the core .net f
I have a Django model for Cat wh开发者_如何学编程ich has a foreign key Dog. The Dog model has a date key timestamp. I want to order the cats, using Cat.objects.order_by, according to the timestamps of