Package com.jenkov.mrpersister.itf.mapping

Interface Summary
ICustomObjectMapper A custom object mapper can assist the IGenericDao instances with the mapping of classes to database tables.
IDbNameDeterminer This interface represents the database name determiner to be used with Mr.
IDbNameGuesser This interface represents the functions made available by the database name guessers used in Mr.
IDbPrimaryKeyDeterminer This interface represents the functions of the database primary key determiners used in Mr.
IGetterMapping This interface represents the functions special to getter method mappings.
IKey This interface represents a mapping of a primary or foreing key in a database, to a list of getter and setter mappings.
IKeyValue This interface represents a concrete compound key.
IMethodMapping This interface represents the functions that both IGetterMapping and ISetterMapping instances have in common (it is the super-interface of both).
IObjectMapper This interface represents the functions made available by the object mapper in Mr.
IObjectMapping Represents one method from an object to the database, and/or from the database to the object.
IObjectMappingCache The IObjectMappingCache is a cache for object mappings.
IObjectMappingFactory This interface represents the functions of the object mapping factorie(s) used by Mr.
IObjectMappingKey  
ISetterMapping This interface represents functions special to the setter method mappings.