public interface CRUDAccessor<T extends AbstractIdentifiableObject> extends Accessor<T>
| Modifier and Type | Method and Description |
|---|---|
void |
remove(org.bson.types.ObjectId id) |
void |
save(List<? extends T> entities)
Save a list of entities.
|
T |
save(T entity)
Save an entity.
|
findByAttributes, get, getAllCopyright © 2019. All rights reserved.