In computer science an entity is an object which has an identity and can be uniquely determined, holds storable information or can be processed. As the term has a very abstract and general meaning prefer to use this tag only in conjunction with other more specific tags.

learn more… | top users | synonyms

3
votes
0answers
139 views

Entity Framework 5.0 Get names of table columns

Does anyone know, how I can get the column names of an entity, as they are named in the database? For instance I've mapped properties in a mapping class to certain column names: public class ...
3
votes
0answers
275 views

Entity Framework 5 code first - Documentation in database

My question is simple but I don“t find the answer anywhere. Is there some annotation (attribute) or way to write some documentation at field level that will be reflected in the description (in sql ...
3
votes
0answers
215 views

Creating Views in entity framework

we are using entity framework, but generating the database from the edmx file not generating the edmx file from the database. I've used views with the framework, but only when generating the edmx file ...
3
votes
0answers
324 views

IIS6 + MVC3 + Dependency Injection error

I am developing a web application in MVC, tested in a iis7.5 server and everything works fine. However, when installing on production server I get the following error: [MissingMethodException: No ...
2
votes
0answers
37 views

OutOfMemoryException with very simple WPF application with Entity Framework

I have searched for this question, but I have only found questions where people were loading tables with millions of entries. This is not the case in my situation. I am fairly new to WPF and new to ...
2
votes
0answers
54 views

Query Cache Hibernate loading entities

Can any one help me resolving this question. I am using Infinispan as second level cache and Hibernate as ORM. I have turned on both enityt and query cache. I have two queries, for example Q1 is ...
2
votes
0answers
61 views

The right usage of multiple EF 5.0 edmxs in a single solution

I'm following a database first approach in this example. Because of the manageability issue of a single edmx, I have decided to break down the single edmx to multiple edmxs. I created a project and ...
2
votes
0answers
68 views

ColdFusion 10.0 ORMSearch returns two separate queries: entity + score - Bug 3338790

I was perhaps wondering if anyone out there had a solution to ColdFusion 10.0 - Bug 3338790. Which, in short, causes ORMSearch to return an Array with two structures: entity and score. I cannot ...
2
votes
0answers
85 views

“good enough” location field mapping to geographic heatmap in R

I'm trying to create a heatmap of users' location in various world regions in R, but the dataset I'm working with contained a free text location field for users to fill on their own -- hence the ...
2
votes
0answers
129 views

An item with the same key has already been added when setting a value to entity object

I have a SilverLight application which uses entity framework 4 for data access layer. I need to manually create some entity objects and later save to database. I have this peculiar problem. When ...
2
votes
0answers
55 views

Apache HttpClient return entity with length -1

I'm using the fundamental http request with the same URL. Sometimes it return an entity with length -1. While the response status is OK and the entity is not null. I run the program for about 10 ...
2
votes
0answers
172 views

Monitoring the Entity Framework DB connection (Code first 4.3)

I am wondering what the best approach is to managing/ monitoring a connection to a server database using the Entity Framework. I know that the EF DB context or Object context does the main bits for ...
2
votes
0answers
142 views

Reverse engineering tool for java that does many to many

I am trying several java tools that generate entities from tables. I have tried netbeans one and eclipse tools from oracle (OEPE). I see that they fails to recognize many to many relationships. How ...
2
votes
0answers
69 views

How does CoreData prevent the instantiation of abstract entities?

I was able to instantiate and persist instances of abstract entity in coredata, which I did not expect because abstract entities are suppose to not be able to be instantiated. Are abstract entities ...
2
votes
0answers
376 views

WCF Data Services and Entity Framework code first

I found an issue working with WCF Data Services and Entity Framework code first. I have a class User and ServiceProvider. Class User is an ancestor of the ServiceProvider: [DataServiceKey("Id")] ...
2
votes
0answers
133 views

Update Entities with currentUser-ID

I'm trying to update each entity with an own @EntityListeners({ ModelListener.class }). ModelListener implements @PrePersist with a method like this: @PrePersist protected void prePersist(final ...
2
votes
0answers
174 views

Questions regarding Hidden Markov Models and Conditional Random Fields

I have been looking at Hidden Markov Models and Conditional Random Fields for the tasks of Named Entity Recognition, and I seem to be stuck on a fundamental concept, which is to say: Is the goal of ...
2
votes
0answers
283 views

Entity Framework - Self Tracking Objects - how to reset client side?

I am using wcf with self tracking entity framework objects. On the client side i have bound an entity to an edit form (which has multiple textboxes and comboboxes). After the user hits Save, the ...
2
votes
0answers
489 views

Entity Framework - Using a lookup (picklist) table with a lookup key

I'm working on a WPF application that is working well using the Entity Framework (3.5 SP1) for complicated table structures. The problem now is I want to get a list from the EF that includes lookups ...
1
vote
0answers
13 views

Entity Data Model with edmmapping, without oracleclient

I'm using an EDM (entity framework) for oracle without an oracle client on the client. This works fine with the following: 1) Extra configuration in the app.config <system.data> ...
1
vote
0answers
36 views

Zend Framework 2 dynamically build form rows and columns

I've got an idea in my head, but I'm looking for the best practice to execute it with the use of Zend Framework 2. Aswell I'm using Doctrine for the models/entities. The user can choose how many ...
1
vote
0answers
28 views

ObjectContext inside another ObjectContext

I am working on a component factory system where ObjectContexts are automatically created depending upon some configuration rules. Each time a method is called, the component factory decides where to ...
1
vote
0answers
37 views

how to group by two left joins?

I'm needing to make two left joins and sum/count data from these two left joins. First i tried with just one left join (ValorEfetuado). This table may have data and if it has data i need to sum it. ...
1
vote
0answers
41 views

JPA entities PrePersist and PreRemove callbacks, are they fired only once per life time of an application?

The JPA 2.0 specification talks about the PrePersist and PreRemove callbacks on page 95: The PrePersist and PreRemove callback methods are invoked for a given entity before the respective ...
1
vote
0answers
77 views

converting hashmap to hashset retaining the constraints

I had a entity class which was using hashmap to one of the attribute with one to many mapping. Now I have converted that map to separate entity class with foreign key constraint. Before class ABC{ ...
1
vote
0answers
96 views

ZFCUser Identity within another entity

Is there a way where you can get the ZfcUser Identity or user_id in another entity? I've been watching the following link, dealing with the servicemanager. ...
1
vote
0answers
64 views

Symfony: passing object to controller method

I'm following this guide in order to create a RESTFUL api: http://williamdurand.fr/2012/08/02/rest-apis-with-symfony2-the-right-way/ In POST section, it uses object User as input of its edit method. ...
1
vote
0answers
92 views

Deploying Entity Framework 5 in production without using Nuget

Using the Nuget package I downloaded and used Entity framework. I created a class library use the Entity framework and another windows forms application that uses the library to create data. While ...
1
vote
0answers
96 views

Visual Studio 2012 Add controller with Context fails when connectionstring configSource in place

Working with VS 2012 + MVC4 + EF5 trying to add controller with Context fails when connectionstring configSource in place with Error : "Unable to retrieve metadata for MvcTestApp.Models.DummyClass. ...
1
vote
0answers
50 views

entity class from database wizard hangs

I'm developing a web app using Netbeans 7.3, Glassfish server and SQL Server 2008 (Schema named dbo and is 65 gigabytes). I've connected to the database (in the "Services" tab) and now I am trying to ...
1
vote
0answers
27 views

Is there any advantage in building a business application with an Entity-Component System?

I understand the appeal of using the data-driven Entity-Component System for game development. Naturally I am trying to find other areas to apply this paradigm. As I am about to embark on developing a ...
1
vote
0answers
34 views

2 and more UNIDIRECTIONAL relationship (onetoone)

I have a question. I have 3 entities: member, contact, fine Member to contact (one to one unidirectional) Member to fine (one to one unidirectional) In the member entity class I've declared ...
1
vote
0answers
88 views

spring + JPA: “Extend” entity classes at load-time from configuration

In my small project I have 3 entity classes. These classes should be "extendable" by the end user by configuration (eg. human readable text based, probably xml). With extendable I mean adding fields ...
1
vote
0answers
55 views

Entity Framework generation generates nothing

I created a database (called Data1) in sql server 2008 using sa account, and then a table (called Table1) in Data1. However, after i have used the ADO.NET Entity Data Model to generate entity from ...
1
vote
0answers
110 views

Entity Framework 5.0 Multiplicity constraint violated

I have a Multiplicity constraint violated error that I can't fix. Multiplicity constraint violated. The role 'Log_Main_Combinations_Source' of the relationship ...
1
vote
0answers
70 views

Entity Framework Mapping Foreign Key with Collections and TPH Inhehritance

I Try to map this simple model with TPH inheritance : public abstract class Master { public long Id { get; set; } public virtual ICollection<Detail> Details { ...
1
vote
0answers
54 views

Showing content to selected user from his Profile type in elgg

I have problem in friend of friends, when i add same one in my friend , his friend who are in my same profile type that list only show when i was open that friend page widgets. example i am a ...
1
vote
0answers
82 views

JPA - updating an embedded entity generates invalid SQL

I am trying to update an embedded entity and JPA seems to generate the wrong SQL. I have a Company entity with an embedded Logo entity @Entity public class Company { private Long id; @Embedded ...
1
vote
0answers
26 views

Finder method not returing latest record in EJB 2.1

I am using EJB 2.1 and I am stuck with a problem. There is one method in which I call a stored procedure which updates a particular record in DB (primary key is 'id') and once the procedure is ...
1
vote
0answers
112 views

Entity Framework with Web Forms missing properties in code behind

I'm trying to get the auto generated ID of a newly inserted record. Using C# code behind I was able to create a quick sample project with my SQL database and successfully retrieved the value using the ...
1
vote
0answers
152 views

Entity Framework 5 Complex Type not resolving because type is an interface

I have the following: public interface IPerson { string Name {get; set;} ... more attributes ... IAddress Address {get; set;} } public interface IAddress { string Street {get; set;} ... ...
1
vote
0answers
86 views

core data how to use the second entity

I have 2 entities the first one is a PERSON the second is an EVENT they have relation one-to-many. my first tableView have names of PERSON (work well). now I want make another tableView with events of ...
1
vote
0answers
101 views

System.Data.Entity.ModelConfiguration.Configuration.ForeignKeyNavigationPropertyConfiguration does not contain a definition for HasForeignKey

I am using EF 5.0.0 and trying to use it with existing database. I have 2 classes in my model: public class Result { public int DateId { get; set; } //[ForeignKey("DateId")] public Date ...
1
vote
0answers
106 views

Doctrine 2.x and zend framework integration 1.11 - entity generation errors no @ORM etc

I have integrated zend with doctrine, and everything works but when I start to genereate entities using doctrine cli: doctrine orm:generate-entities I get php Entities class without @ORM, @Entity in ...
1
vote
0answers
152 views

How Can I Refresh Data from Database to EF 5.0 DBContext Entities Cache?

I am using Entity Framework 5.0, DBContext Entities, I obtain data from database through linq queries, something like: from shop in MyEntities.Shops.Include("Equipments") select shop Sometimes I ...
1
vote
0answers
57 views

Java Entity Positioning

I am a complete beginner to programming, but I've spent the last month reading and looking through tutorials. I am stuck in my current project. I'm set up an entities package, with a class called Mob ...
1
vote
0answers
77 views

How to get conditional Include children entity and his related entity

The following code work for me: var query0 = DB.Plan .Include("UserCreate") .Include("UserUpdate") .Include("PlanTemplate") .Select(p => new { plan = p, ...
1
vote
0answers
37 views

Static methods to transform DTO to Entity

What is a better approach for implementing converter from DTO to Entity? Using factory with static methods to convert or using instance Converter object?
1
vote
0answers
24 views

EF readonly view

I have entity based on view which is supposed to be readonly. Another normal entity has 1-to-1 relation to this read only entity. Read only entity: PersonStatictics PersonID Stat1 Stat2 Normal ...
1
vote
0answers
156 views

Entity Exception Message At least one of the input paths is not valid because either it is too long or it has incorrect format

using EF4 I atempt to make a connection but get this error message "Entity Exception Message At least one of the input paths is not valid because either it is too long or it has incorrect format." ...

1 2 3 4 5 14