orm
Eager loading a tree with nHibernate re-queries leaf nodes
Looking for some expertise before I declare the NHibernate framework broken or myself crazy! I\'m trying to eagerly load a self-referencing tree with NHibernate and can successfully load most c开发者[详细]
2023-04-11 08:15 分类:问答as_array() method don't work in multiple results
I\'m using idiormas an ORM library and the method as_array() doesn\'t work with multiple rows. $p = $db->find_many()->as_array();[详细]
2023-04-11 06:51 分类:问答Doctrine2 lifecycle callbacks in base class?
In Doctrine2 is it possible to invoke lifecycle callbacks in a base class, which all entities inherit from.[详细]
2023-04-11 01:19 分类:问答How can I build a 'has-many-through' relation linking more than 2 models?
I have 3 models eg; TABLE `users` `id` INT `username` VARCHAR(32) ... TABLE `books` `id` INT `title` VARCHAR(100)[详细]
2023-04-10 16:51 分类:问答JPA - One to One relationship with shared primary key among multiple tables
Consider the below example: I have 3 tables: Fruit, Orange and Apple id is generated in fruit table and is the primary key here[详细]
2023-04-10 15:16 分类:问答How do I convert an entity from one type to another in ColdFusion ORM?
Let\'s say I have three entities, Company, StandardCompany, and CompanyTemplate, where Company is the base class for the other two:[详细]
2023-04-10 11:17 分类:问答Hibernate custom HQL for this mapping
I have following tables ------------ BAR ------------ ID number ------------ ZOO ------------ ID ------------开发者_StackOverflow社区[详细]
2023-04-10 10:51 分类:问答Which ORM tool is compatibe with Firebird 2.5?
I want to use Firebird 2.5 SuperServer as back-end to .NET 开发者_Go百科4.0 application. Which ORM tool is compatible to work with .NET 4.0 & Firebird 2.5?You could also try out Telerik OpenAccess[详细]
2023-04-10 06:48 分类:问答is there any benefits for using ORDBMS instead RDBMS behind JPA
Today I reviewed postgreSQL wiki and I found it is a ORDBMS (object-relational database management system), so I want to know is there any benefits for using postgreSql (RDBMS) behind the JPA (hiberna[详细]
2023-04-10 05:38 分类:问答ColdFusion ORM cannot find CFCs when using virtual directory
I have some entities with relationships: component name=\"Store\" persistent=\"true\" { property name=\"Products\" fieldtype=\"one-to-many\" cfc=\"Product\";[详细]
2023-04-09 17:13 分类:问答