English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
0

What does it means by mapper in java?..what is the function of mapper and how does it works?..
please help me...
thank you...

2007-08-21 13:44:18 · 2 answers · asked by kakashi 1 in Computers & Internet Programming & Design

2 answers

Without a little context, it's not clear what you mean.

There is a Java class called Map, which is used for storing key-value pairs.

I've used an O/R Mapper, which transforms Java classes to/from relational databases (sort of a version of Hibernate, from before Hibernate existed).

2007-08-21 14:46:10 · answer #1 · answered by McFate 7 · 0 0

A mapper is used to populate an object(class) from a database normally. You'll use a group of these mappers to manipulate, including write, read, and update the datasource and letting it take care of the behind the scenes work of connections and initialization.

2007-08-24 12:05:12 · answer #2 · answered by dickersonka 2 · 0 0

fedest.com, questions and answers