-
Notifications
You must be signed in to change notification settings - Fork 41
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.
© 2016 Alessandro Vurro
- Home
- How to map
- Relations
- Conversions
- creation/enrichment
- XML
- Annotation
- API
- Configurations
- Utilities
- Examples
- Articles
- More information
- Performance tests
- Release Notes