@Deprecated public abstract class AbstractMongoMockDAO<T extends AEntity> extends Object implements ICrudDAO<T>
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<String,T> |
objects
Deprecated.
|
| Constructor and Description |
|---|
AbstractMongoMockDAO()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
customDelete(String id)
Deprecated.
|
protected void |
customSave(T object)
Deprecated.
|
void |
delete(String id)
Deprecated.
|
void |
delete(T object)
Deprecated.
|
T |
findById(String id)
Deprecated.
|
List<T> |
findList()
Deprecated.
|
T |
save(T object)
Deprecated.
|
protected final ConcurrentHashMap<String,T extends AEntity> objects
protected void customSave(T object)
protected void customDelete(String id)
public final void delete(T object)
Copyright © 2013–2015 Taimos GmbH. All rights reserved.