com.jenkov.mrpersister.impl.command
Class Daos
java.lang.Object
com.jenkov.mrpersister.impl.command.Daos
- All Implemented Interfaces:
- IDaos
public class Daos
- extends java.lang.Object
- implements IDaos
- Author:
- Jakob Jenkov - Copyright 2005 Jenkov Development
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
persistenceManager
protected PersistenceManager persistenceManager
connection
protected java.sql.Connection connection
configuration
protected IPersistenceConfiguration configuration
genericDao
protected IGenericDao genericDao
jdbcDao
protected IJdbcDao jdbcDao
mapDao
protected IMapDao mapDao
Daos
public Daos(java.sql.Connection connection,
IPersistenceConfiguration configuration,
PersistenceManager manager)
getConnection
public java.sql.Connection getConnection()
- Specified by:
getConnection
in interface IDaos
getConfiguration
public IPersistenceConfiguration getConfiguration()
- Specified by:
getConfiguration
in interface IDaos
getGenericDao
public IGenericDao getGenericDao()
- Specified by:
getGenericDao
in interface IDaos
getJdbcDao
public IJdbcDao getJdbcDao()
- Specified by:
getJdbcDao
in interface IDaos
getMapDao
public IMapDao getMapDao()
- Specified by:
getMapDao
in interface IDaos