entities
How to eager load sub object of a sub object in Entities Framework
I 开发者_StackOverflowhave a Member class that has an array of MemberRoles attached to it.Each of the MemberRoles have a Role object attached to them.When I go to fetch my Member I know that I am goin[详细]
2023-03-22 17:00 分类:问答DDD: bounded contexts - domain entities that reference concerns in another bounded context
I\'m getting confused on how to define bounded contexts where there are shared concerns between them, and how to represent this with Domain Entities.[详细]
2023-03-19 10:22 分类:问答Fixing unescaped XML entities in Java with Regex?
I have some badly formatted XML that I must parse. Fixing the problem upstream is not possible. The (current) problem is that ampersand characters are not always escaped properly, so I need to conver[详细]
2023-03-19 06:03 分类:问答Interbase .NET entity framework provider
I\'d like to use the entity framework for my next project and i\'m having some issues finding a .NET interbase driver that su开发者_运维技巧pports the entity framework.I attempted to install the Fireb[详细]
2023-03-18 01:01 分类:问答JPA 2.0: Adding entity classes to PersistenceUnit *from different jar* automatically
I have a maven-built CDI-based Java SE app, which has a core module, and other modules. Core has the persistence.xml and some entities.[详细]
2023-03-13 09:26 分类:问答Insert thousands entities in a reasonnable time into BigTable
I\'m having some issues when I try to insert the 36k french cities into BigTable. I\'m parsing a CSV file and putting every row into the datastore using this piece of code:[详细]
2023-03-13 02:27 分类:问答linq to SQL with aggregate functions
I have spent a great deal of time trying to convert the query below to linq to entities. SELECT ItemCode, AVG([Count]) As [Count][详细]
2023-03-12 21:56 分类:问答.NET Serializable entity
I need to make all my entities serializable. So I was thinking in a BaseEntity with a Backup and a Restore method. But in the restore I can\'t override the object with the saved one because this is re[详细]
2023-03-12 18:48 分类:问答Updating LINQ to SQL - my attitude via reflection. Asking for improvement hints
a lot of people can\'t deal with updating entities \"automatically\" - I mean by rewriting each value separately.[详细]
2023-03-11 21:52 分类:问答The search results in Drupal includes HTML Entities. How can I have a clean output?
How can I have a clean html ouput for search result pages? Each time I try to include special characters like \"&\" as part of the search term, I usually get results with \"&\" highlighted yet[详细]
2023-03-11 08:23 分类:问答