|
Interface Summary |
| IGenericDao |
This interface represents a generic dao which is the preferred way of accesing Mr Persister. |
| IGenericDaoCommand |
NOTE: Experimental!!
This interface represents a command that is executed inside one Mr. |
| IGenericDaoFactory |
|
| IGenericDaoTransaction |
* NOTE: Experimental!!
This interface represents a transaction that is executed inside one Mr. |
| IJdbcDao |
Represents a DAO capable of simplifying the most ordinary JDBC tasks like reading
a long from the database, iterating a ResultSet and executing an update. |
| IMapDao |
|
| IObjectCache |
This interface is not yet used. |
| IObjectReader |
This interface represents all the functions made available by the object reader of Mr. |
| IObjectWriter |
The interface represents all the functions made available by the object writer of Mr. |
| IPersistenceConfiguration |
This interface represents a persistence configuration which is a collection of Mr. |
| IPersistenceConfigurationFactory |
|
| IPreparedStatementManager |
Represents a manager capable of preparing, initializing parameters of,
executing and post processing a PreparedStatement. |
| IReadFilter |
This interface represents the read filters that can be used in Mr. |
| IResultSetProcessor |
Represents a processor capable of initializing and processing a
ResultSet, and returning a result afterwards. |
| ISqlCache |
This interface represents all functions made available by the SQL caches in Mr. |
| ISqlGenerator |
This interface represents all functions made available by the SQL generator in Mr. |