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)

With OpenLayers, what is the correct way of removing a markers layer, and the popups?

LoadPin is a function to add a marker to a map. It initializes the layer on the first call. map …

javascript popup mapping openlayers markers
How to create a "dependency graph" for IT assets

One of my customers is trying to create an interactive "matrix" of interdependencies for the various applications used in their …

documentation resources mapping enterprise assets
Entity Framework 4.1 InverseProperty Attribute and ForeignKey

I will create two references between Employee and Team entities with foreign keys. So I defined two entities as follow …

c# mapping entity entity-framework-4.1 cascading-deletes
How can I have case insensitive URLS in Spring MVC with annotated mappings

I have annotated mappings working great through my spring mvc web app, however, they are case sensitive. I cannot find …

java spring spring-mvc mapping case-insensitive
Unable to access UNC Paths in Powershell remote session

I am unable to access the UNC paths on my servers in a Powershell remote session from my local machine. …

powershell mapping remoting invoke
Navigation Property without Declaring Foreign Key

All my models contain at least two associations. When modeling this in ef4 I've only been able to do this …

c# entity-framework mapping ef-code-first entity-framework-4.1
Java mapping: Selma vs MapStruct

Currently there are two main popular Java Object to Object mapping frameworks that supersede Dozer (http://dozer.sourceforge.net/documentation/…

java mapping mapstruct
Dozer String to enum mapping

I have such enum: public enum PartnershipIndicator { VENDOR("VENDOR"), COPARTNER("COPARTNER"), BUYER("BUYER"); String code; private PartnershipIndicator(String code) { this.…

java string enums mapping dozer
Batch file to map an external network drive and prompt for username and password

I am fairly new to BAT File Scripting and I was wondering if someone could tell me and show me …

batch-file mapping network-drive
MySQL: Understanding mapping tables

When building a category navigation system for a business directory with a many to many relationship, I understand that it …

php mysql database-design mapping categories