clouway / twig-persist

twig-persist
0 stars 3 forks source link

set activation level when execute bulk or get operation. #1

Open mgenov opened 10 years ago

mgenov commented 10 years ago

set activation level when execute bulk or get operation.

georgievJon commented 10 years ago

Set activation level exist for get operation

Example:

Entity entity = datastore.load().type(Entity.class).id(entityId).activate(0).now();
Map<Object, Entity> entityMap = datastore.load().type(Entity.class).ids(entityIds).activate(0).now();
mgenov commented 10 years ago

We could add this information as markdown docs in the project folder.