Top "Mapping" questions

Corresponding every element of a given set to a unique element of another set or it may refer to a process of creating data element mappings between two distinct data models (objects)

illegal access to loading collection error

I'm getting the error Illegal access to loading collection when I'm trying to get a list of variants belonging to …

nhibernate c#-3.0 nhibernate-mapping mapping collections
How to use dynamic SQL query in MyBatis with annotation(how to use selectProvider)?

I am trying to avoid having an additional xml to define the mapper in mybatis3. Annotation fits right in. I …

orm annotations mapping mybatis
Python Naming Conventions for Dictionaries/Maps/Hashes

While other questions have tackled the broader category of sequences and modules, I ask this very specific question: "What naming …

python dictionary naming-conventions mapping
How to use mapper.Map inside MapperConfiguration of AutoMapper?

I need to map an object to another one using AutoMapper. The tricky question is how can I access an …

c# .net mapping automapper
Why is my hosts file entry being ignored by the browser?

I mapped a website with the IP of www.facebook.com to load Facebook when I request a different url (…

ip mapping hosts
AutoMapper generic mapping

I have searched on Stack Overflow and googled about it but I haven't been able to find any help or …

c# mapping automapper
HTML 5 / Javascript flowchart tools / prezi style?

Does anyone know if there is sort of an open-source Prezi tool that works with HTML5 / javascript? I'm looking for …

html mapping visualization relational prezi
how to map an anonymous object to a class by AutoMapper?

I have an entity: public class Tag { public int Id { get; set; } public string Word { get; set; } // other properties... // and …

c# mapping automapper anonymous-types
How do I map ctrl x ctrl o to ctrl space in terminal vim?

After searching a bit on the net it seems that I can't map CtrlSpace to anything/alot. Is there a …

vim mapping omnicomplete
Configure elasticsearch mapping with java api

I have a few elasticsearch fields that I don't want to analyze before indexing. I have read that the right …

java elasticsearch mapping analyzer