|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICustomObjectMapper | |
---|---|
com.jenkov.mrpersister.impl | |
com.jenkov.mrpersister.impl.mapping | |
com.jenkov.mrpersister.itf | |
com.jenkov.mrpersister.itf.mapping |
Uses of ICustomObjectMapper in com.jenkov.mrpersister.impl |
---|
Fields in com.jenkov.mrpersister.impl declared as ICustomObjectMapper | |
---|---|
protected ICustomObjectMapper |
PersistenceConfiguration.customObjectMapper
|
Methods in com.jenkov.mrpersister.impl that return ICustomObjectMapper | |
---|---|
ICustomObjectMapper |
PersistenceConfiguration.getCustomObjectMapper()
|
Methods in com.jenkov.mrpersister.impl with parameters of type ICustomObjectMapper | |
---|---|
void |
PersistenceConfiguration.setCustomObjectMapper(ICustomObjectMapper customObjectMapper)
|
Uses of ICustomObjectMapper in com.jenkov.mrpersister.impl.mapping |
---|
Classes in com.jenkov.mrpersister.impl.mapping that implement ICustomObjectMapper | |
---|---|
class |
AutoGeneratedColumnsMapper
|
class |
CustomObjectMapperBase
An abstract base class for easy implementation of custom object mappers. |
Methods in com.jenkov.mrpersister.impl.mapping that return ICustomObjectMapper | |
---|---|
ICustomObjectMapper |
ObjectMappingKey.getCustomObjectMapper()
|
Methods in com.jenkov.mrpersister.impl.mapping with parameters of type ICustomObjectMapper | |
---|---|
static ObjectMappingKey |
ObjectMappingKey.createInstance(java.lang.Class objectClass,
ICustomObjectMapper mapper)
Creates an instance of ObjectMappingKey with both object class and
a custom object mapper set. |
IObjectMappingKey |
ObjectMappingFactory.createInstance(java.lang.Class objectClass,
ICustomObjectMapper mapper)
|
static ObjectMappingKey |
ObjectMappingKey.createInstance(java.lang.Class objectClass,
java.lang.String name,
ICustomObjectMapper mapper)
Creates an instance of ObjectMappingKey with both object class, name, and
a custom object mapper set. |
IObjectMappingKey |
ObjectMappingFactory.createInstance(java.lang.Class objectClass,
java.lang.String name,
ICustomObjectMapper mapper)
|
Uses of ICustomObjectMapper in com.jenkov.mrpersister.itf |
---|
Methods in com.jenkov.mrpersister.itf that return ICustomObjectMapper | |
---|---|
ICustomObjectMapper |
IPersistenceConfiguration.getCustomObjectMapper()
Returns the custom object mapper of this persistence configuration. |
Methods in com.jenkov.mrpersister.itf with parameters of type ICustomObjectMapper | |
---|---|
void |
IPersistenceConfiguration.setCustomObjectMapper(ICustomObjectMapper customMapper)
Sets the custom object mapper of this persistence configuration. |
Uses of ICustomObjectMapper in com.jenkov.mrpersister.itf.mapping |
---|
Methods in com.jenkov.mrpersister.itf.mapping that return ICustomObjectMapper | |
---|---|
ICustomObjectMapper |
IObjectMappingKey.getCustomObjectMapper()
|
Methods in com.jenkov.mrpersister.itf.mapping with parameters of type ICustomObjectMapper | |
---|---|
IObjectMappingKey |
IObjectMappingFactory.createInstance(java.lang.Class objectClass,
ICustomObjectMapper mapper)
Deprecated. Renamed to createObjectMappingKey |
IObjectMappingKey |
IObjectMappingFactory.createInstance(java.lang.Class objectClass,
java.lang.String name,
ICustomObjectMapper mapper)
Deprecated. Renamed to createObjectMappingKey |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |