public abstract class AbstractCompundCustomQuery extends AbstractCustomQuery
Modifier and Type | Field and Description |
---|---|
protected List<ICustomQuery> |
_subQueries |
Constructor and Description |
---|
AbstractCompundCustomQuery()
Default constructor for Externalizable.
|
Modifier and Type | Method and Description |
---|---|
List<ICustomQuery> |
get_subQueries() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
addCustomIndex, getCustomIndexes, matches
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toSQLQuery
enabledSmartExternalizableWithReference
protected List<ICustomQuery> _subQueries
public AbstractCompundCustomQuery()
public List<ICustomQuery> get_subQueries()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class AbstractCustomQuery
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class AbstractCustomQuery
IOException
Copyright © GigaSpaces.