| Global DB-ORM mapping definitions, prefixes and cache.
Mapping definitions are used only by a result set mapper (such as
jodd.db.orm.mapper.ResultSetMapper to lookup for an entity from table name. Table names are read from result-set meta data, for example.
Moreover, it is not needed to use mappings at all: in that case just provide entity types during result set to
objects conversion.
|