|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IObjectMapper | |
---|---|
com.jenkov.mrpersister.impl | |
com.jenkov.mrpersister.impl.mapping | |
com.jenkov.mrpersister.itf |
Uses of IObjectMapper in com.jenkov.mrpersister.impl |
---|
Fields in com.jenkov.mrpersister.impl declared as IObjectMapper | |
---|---|
protected IObjectMapper |
PersistenceConfiguration.mapper
|
Methods in com.jenkov.mrpersister.impl that return IObjectMapper | |
---|---|
IObjectMapper |
PersistenceConfiguration.getObjectMapper()
|
protected IObjectMapper |
GenericDao.getObjectMapper()
Returns the object mapper set in the persistence configuration used by this DAO class. |
protected IObjectMapper |
AbstractDao.getObjectMapper()
Returns the object mapper set in the persistence configuration used by this DAO class. |
Methods in com.jenkov.mrpersister.impl with parameters of type IObjectMapper | |
---|---|
void |
PersistenceConfiguration.setObjectMapper(IObjectMapper mapper)
|
Uses of IObjectMapper in com.jenkov.mrpersister.impl.mapping |
---|
Classes in com.jenkov.mrpersister.impl.mapping that implement IObjectMapper | |
---|---|
class |
ObjectMapper
|
Uses of IObjectMapper in com.jenkov.mrpersister.itf |
---|
Methods in com.jenkov.mrpersister.itf that return IObjectMapper | |
---|---|
IObjectMapper |
IPersistenceConfiguration.getObjectMapper()
Returns the object mapper used in this persistence configuration. |
Methods in com.jenkov.mrpersister.itf with parameters of type IObjectMapper | |
---|---|
void |
IPersistenceConfiguration.setObjectMapper(IObjectMapper mapper)
Sets the object mapper to be used with this persistence configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |