Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
M
main(String[])
- Static method in class com.jenkov.mrpersister.itf.
Database
main(String[])
- Static method in class com.jenkov.mrpersister.
MappingTool
Runs the MappingTool application from the command line.
mapDao
- Variable in class com.jenkov.mrpersister.impl.command.
Daos
MapDao
- Class in
com.jenkov.mrpersister.impl
MapDao(IDaos)
- Constructor for class com.jenkov.mrpersister.impl.
MapDao
mapGettersToTable(Class, IObjectMapping, Connection, String, String)
- Method in class com.jenkov.mrpersister.impl.mapping.
ObjectMapper
mapGettersToTable(Class, IObjectMapping, Connection, String, String)
- Method in interface com.jenkov.mrpersister.itf.mapping.
IObjectMapper
Maps an object to the table provided as parameter, using method name guessing for the members/fields.
mapper
- Variable in class com.jenkov.mrpersister.impl.
PersistenceConfiguration
mappingCache
- Variable in class com.jenkov.mrpersister.impl.
PersistenceConfiguration
MappingTool
- Class in
com.jenkov.mrpersister
The MappingTool class is a method utility that can show how the Mr.
MappingTool(String[])
- Constructor for class com.jenkov.mrpersister.
MappingTool
Initializes the MappingTool instance with arguments passed from the command line.
MappingTool(File, Class)
- Constructor for class com.jenkov.mrpersister.
MappingTool
Initializes the MappingTool instance with the database property file
File
instance, and the
Class
instance of the class to be mapped.
MappingTool(File, Class, String)
- Constructor for class com.jenkov.mrpersister.
MappingTool
Initializes the MappingTool instance with the database property file, the class to be mapped, and the name of the table to map the class to.
MappingUtil
- Class in
com.jenkov.mrpersister.util
This class contains utility methods shared by the components of Mr Persister.
MappingUtil()
- Constructor for class com.jenkov.mrpersister.util.
MappingUtil
mapSettersToSelf(Class, IObjectMapping)
- Method in class com.jenkov.mrpersister.impl.mapping.
ObjectMapper
mapSettersToSelf(Class, IObjectMapping)
- Method in interface com.jenkov.mrpersister.itf.mapping.
IObjectMapper
Maps an object to fields named the same as it's setters and adds the method mappings to the provided object mapping.
mapSettersToTable(Class, IObjectMapping, Connection, String, String)
- Method in class com.jenkov.mrpersister.impl.mapping.
ObjectMapper
mapSettersToTable(Class, IObjectMapping, Connection, String, String)
- Method in interface com.jenkov.mrpersister.itf.mapping.
IObjectMapper
Maps an object to the table provided as parameter, using method name guessing for the members/fields.
mapToTable(Class, IObjectMapping, Connection, String, String)
- Method in class com.jenkov.mrpersister.impl.mapping.
ObjectMapper
mapToTable(Class, IObjectMapping, Connection, String, String)
- Method in interface com.jenkov.mrpersister.itf.mapping.
IObjectMapper
Maps an object to the table provided as parameter, using method name guessing for the members/fields.
MethodMapping
- Class in
com.jenkov.mrpersister.impl.mapping.method
MethodMapping()
- Constructor for class com.jenkov.mrpersister.impl.mapping.method.
MethodMapping
modify(Object, IObjectMapping)
- Method in class com.jenkov.mrpersister.impl.mapping.
AutoGeneratedColumnsMapper
modify(Object, IObjectMapping)
- Method in class com.jenkov.mrpersister.impl.mapping.
CustomObjectMapperBase
modify(Object, IObjectMapping)
- Method in interface com.jenkov.mrpersister.itf.mapping.
ICustomObjectMapper
MrPersister
- Class in
com.jenkov.mrpersister
Deprecated.
Use a PersistenceManager instance to obtain the factories instead. Note: PersistenceManager instances should be reused throughout the application lifetime.
MrPersister()
- Constructor for class com.jenkov.mrpersister.
MrPersister
Deprecated.
MYSQL
- Static variable in class com.jenkov.mrpersister.itf.
Database
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W