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)

How To Calculate Distance Between Two Points in Driving Direction Mode in Android

everyone... I have something to ask about using a MapView in Android with Google Maps API.. I've read about how …

android google-maps mapping driving-directions
Fluent NHibernate, working with interfaces

I just switched to Fluent NHibernate and I've encountered an issue and did not find any information about it. Here's …

c# nhibernate interface mapping fluent
BeanUtils.copyProperties() vs DozerBeanMapper.map()

I am using BeanUtils.copyProperties() for bean to dto mapping when I need to map all fields and field names …

java mapping dozer apache-commons-beanutils
map degrees to 0 - 360 in python

is it possible to map a value of rotation to be inside the range of 0-360 degrees? For example: a …

python mapping degrees
LINQ Map one type to another

I need to find difference between to sets. Classes ,comprising the sets, are different but have same type of fields. …

linq mapping except
Entity Framework Code First Many to Many Setup For Existing Tables

I have the following tables Essence, EssenseSet, and Essense2EssenceSet Essense2EssenceSet is the linking table that creates the M:…

entity-framework mapping many-to-many entity-framework-4.1 code-first
extbase mapping to an existing table doesn't work

I've extended the pages table and now I want to use some of the data in a domain object called "…

mapping persistence typo3 typoscript
Entity Framework Non-nullable column is mapped to a nullable entity property

I am getting this nullable column error message in Entity Framework 4.1 - when the column is not actually nullable: Non-nullable …

c# entity-framework mapping poco nullable
Dozer Mapping HashMap<Key,Value> to List<Value>

I have a source object which has: public class Source { public Map<String,DTO>getDTOs(); } and a destination …

java mapping dozer
Sails.js - One to Many mapping

Is there any way to do relation mapping between models in Sails.js? Here is what I would like: Video.…

javascript node.js mapping one-to-many sails.js