- 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.