entity
Check if term exists and create a node with rules
I actually have 2 questions regarding Drupal 7 and Rules.: How to check if a term exists with rules How to make a new node and forward to the node entry with rules[详细]
2023-04-13 07:49 分类:问答EF Code first database/table initialization - WHEN does it happen?
My application is using EF code-first design and all generally works very well. Via a private configuration file, I can specify how I would like EF to handle changes to the db schema, and so create/r[详细]
2023-04-13 06:32 分类:问答How to use external entities in XML?
I am trying to understand how to use external entities, but I am missing something. I have a first file, test_entity.xml[详细]
2023-04-13 02:55 分类:问答JPA need for explicit .refresh on Entity indepent of CascadeType.REFRESH?
Why isn\'t my CascadeType.REFRESH actually refreshing my entities? When adding an object it doesn\'t update the collection (still empty).[详细]
2023-04-12 06:12 分类:问答DeleteObject from Entity Framework loads the whole table?
I have run into a problem with Entity Framework. My code tries to delete 1 or more objects mostly less then 10 from a table.[详细]
2023-04-11 19:13 分类:问答How can I fake ObjectContext?
How can I fake an ObjectContext when unit testing?I have created my generic repository that excepts an ObjectContext, faked the ObjectSets, but I can\'t figure out how to create and pass a fake Object[详细]
2023-04-11 17:49 分类:问答Entity Framework, performance tuning
I have entity \"Ideas\", which has child entity collection \"ChildIdeas\". I need to load list of ideas and count of \"ChildIdeas\" (only count!).[详细]
2023-04-11 09:53 分类:问答Why wouldn't my oData Service (entity framework) allow navigation properties
If I use my entity model in a web project I can navigate to the 1-* 1-0.1 nav properties fine...but when I load that exact same object via LinqPad at my oData Service the nav property is always null[详细]
2023-04-11 01:30 分类:问答Prevent entity from being created, but need entity for native query
I have a native query that executes a stored procedure and the results is mapped to an entity, this works fine but the t开发者_开发技巧hing is the entity is created in the database (I\'m referring to[详细]
2023-04-10 22:12 分类:问答CoreData: 'NSInternalInconsistencyException', reason: '+entityForName: could not locate an entity named 'DocumentLocations' in this model.'
I\'ve s开发者_高级运维uddenly been tripped up by a bizarre issue.I have a rather extensive CoreData data model, and I\'ve copied it (and the project containing it) over to a new project for a prototyp[详细]
2023-04-10 18:08 分类:问答