Package com.helixframework.db.repository
Class AbstractMultiQuerySpecification
java.lang.Object
com.helixframework.db.repository.AbstractMultiQuerySpecification
- All Implemented Interfaces:
MultiQuerySpecification
public abstract class AbstractMultiQuerySpecification
extends Object
implements MultiQuerySpecification
An abstract implementation of the
MultiQuerySpecification interface that provides
a base structure for handling multiple query specifications.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.helixframework.db.repository.MultiQuerySpecification
execute, getName
-
Field Details
-
txId
-
-
Constructor Details
-
AbstractMultiQuerySpecification
public AbstractMultiQuerySpecification()
-
-
Method Details
-
getTxId
Description copied from interface:MultiQuerySpecificationRetrieves the transaction ID associated with this query specification.- Specified by:
getTxIdin interfaceMultiQuerySpecification- Returns:
- the transaction ID
-
setTxId
Sets the transaction identifier (txId) for the current instance.- Parameters:
txId- the transaction identifier to be set
-