public abstract class AbstractMongoMockDAO<T extends AEntity> extends Object implements ICrudDAO<T>
protected ConcurrentHashMap<String,T>
objects
AbstractMongoMockDAO()
protected void
customDelete(String id)
customSave(T object)
void
delete(String id)
delete(T object)
T
findById(String id)
List<T>
findList()
save(T object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected ConcurrentHashMap<String,T extends AEntity> objects
public AbstractMongoMockDAO()
public List<T> findList()
findList
ICrudDAO<T extends AEntity>
public T findById(String id)
findById
public T save(T object)
save
protected void customSave(T object)
protected void customDelete(String id)
public void delete(T object)
delete
public void delete(String id)
Copyright © 2013 Taimos GmbH. All Rights Reserved.