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)

is there a way to resize marker icons depending on zoom level in leaflet?

I'm making a project for the school and I need to resize the marker icons depending on zoom level in …

javascript mapping leaflet
MapStruct String to List mapping

How would i map String to List and List to String? Consider we have following classess class People{ private String …

java mapping mapstruct
Automapper for Java

Is there Java equivalent of .Net's Automapper?

java .net mapping automapper
Postgres: user mapping not found for "postgres"

I'm connected to schema apm. Trying to execute a function and getting below error: ERROR: user mapping not found for "…

sql postgresql mapping postgres-fdw
Dozer mapping for Hibernate object to DTO

I try to use Dozer to convert my domain entity to DTO objects. So, I want to convert PersistentList, PersistentBag, ... …

java hibernate mapping dto dozer
Interactive World Map, highlight countries on mouseover

I need to create an interactive world map on the front page of a site, the view portal will be …

javascript mapping svg openlayers
adding Overlay to a MapView in osmdroid

I am writing a simple android application using osmdroid that work online an offline untill now I am able to …

android mapping overlay osmdroid
Hibernate Unidirectional Parent/Child relationship - delete() performs update on child table instead of delete

If I delete a record from the Parent table I want the corresponding records in the child table to be …

java hibernate mapping one-to-many
Mapping Lists of objects with Dozer

I created a dozer mapping for ClassA to ClassB. Now I want to map a List<ClassA> to …

java mapping dozer
Fluent Nhibernate inner join

I have 3 tables (Master, Imagen, Linea) were: Master public virtual int Id { get; private set; } public virtual Imagen imagen { get; …

c# nhibernate mapping inner-join fluent