- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
public abstract class EntityCRUDManager<DataObject extends Serializable, DataKey extends Serializable, Filter, DaoObject extends GenericDao<DataObject, DataKey>>
extends EntityManager<DaoObject> implements CRUDManager<DataObject, DataKey, Filter> {
...
}
public interface CRUDManager<DataObject extends Serializable, DataKey extends Serializable, Filter>{
...
}
public abstract class EntityManager<DaoObject extends GenericDao> extends Manager{
...
}
KILA 23.12.2010 18:44 # +1
Анонимус 23.12.2010 19:34 # +1
Справедливости ради хочу сказать что на свете много есть способов организации дао (table gateway, record gateway, active record, data-mapper) и каждый из них ублюдошен по своему. Дао -- это такое место, где нужно зажать нос, и все.