Skip to content

JMapper Cache

Alessandro Vurro edited this page Dec 13, 2016 · 4 revisions

JMapperCache is a class that keeps track of all mappers keeping only one for each pair of classes.
It has only two methods: getMapper and getRelationalMapper.
Inside it there are two static Map, one that manages instances of JMapper the other RelationalJMapper. For more details see the source code.

Clone this wiki locally