Method Summary |
|
void | executeForIndex(CompassCallback callback) Executes the given callback for index operations. |
void | executeForMirror(CompassCallback callback) Executes the given callback for mirror operations. |
Compass | getIndexCompass() Returns the Compass instance used for indexing. |
ResourceMapping | getMappingForEntityForIndex(String name) Returns the mapping of the given name (alias or class name) when performing
the index operation. |
ResourceMapping | getMappingForEntityForIndex(Class clazz) Returns the mapping for the given class name when performing the index operation. |
Compass | getMirrorCompass() Returns the Compass instance used for mirroring. |
boolean | hasMappingForEntityForIndex(Class clazz) Returns true if there is mapping for the given class when
performing the index operation. |
boolean | hasMappingForEntityForIndex(String name) Returns true if there is mapping for the given name (alias
or class name) when performing the index operation. |
boolean | hasMappingForEntityForMirror(Class clazz, CascadeMapping.Cascade cascade) Returns true if there is mapping for the given class when
performing the mirror operation. |
boolean | hasMappingForEntityForMirror(String name, CascadeMapping.Cascade cascade) Returns true if there is mapping for the given name (alias
or class name) when performing the mirror operation. |