Class AbstractCompundCustomQuery
java.lang.Object
com.gigaspaces.internal.query.AbstractCustomQuery
com.gigaspaces.internal.query.AbstractCompundCustomQuery
- All Implemented Interfaces:
ICustomQuery, SmartExternalizable, Externalizable, Serializable
- Direct Known Subclasses:
CompoundAndCustomQuery, CompoundOrCustomQuery
Base class for compound custom queries.
- Since:
- 7.1
- Author:
- Niv Ingberg
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidhandleConvertingException(ConvertingException e, ICustomQuery subQuery, ServerEntry entry) voidvoidMethods inherited from class AbstractCustomQuery
addCustomIndex, getCustomIndexes, matchConvertingExceptionHandler, matchesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ICustomQuery
toSQLQueryMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
_subQueries
-
-
Constructor Details
-
AbstractCompundCustomQuery
public AbstractCompundCustomQuery()Default constructor for Externalizable.
-
-
Method Details
-
get_subQueries
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classAbstractCustomQuery- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classAbstractCustomQuery- Throws:
IOException
-
handleConvertingException
protected void handleConvertingException(ConvertingException e, ICustomQuery subQuery, ServerEntry entry) throws ConvertingException - Throws:
ConvertingException
-