Package omero.api
Interface AMD_Search_setUseProjections
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_Search_setUseProjections extends Ice.AMDCallback
Determines if Lucene queries should not hit the database. Instead all values which are stored in the index will be loaded into the object, which includes the id. However, the entity will not be marked unloaded and therefore it is especially important to not allow a projection-instance to be saved back to the server. This can result in DATA LOSS.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response()
ice_response indicates that the operation completed successfully.
-