public interface GroupingByEntityDialect extends GridDialect
GridDialect
that can group operations for a given entity.Modifier and Type | Method and Description |
---|---|
void |
executeBatch(OperationsQueue operationsQueue)
Execute all the changes collected in the
OperationsQueue . |
void |
flushPendingOperations(EntityKey entityKey,
TupleContext tupleContext)
Flush all the pending operations.
|
createAssociation, createTuple, forEachTuple, getAssociation, getDuplicateInsertPreventionStrategy, getLockingStrategy, getTuple, insertOrUpdateAssociation, insertOrUpdateTuple, isStoredInEntityStructure, nextValue, overrideType, removeAssociation, removeTuple, supportsSequences, usesNavigationalInformationForInverseSideOfAssociations
void executeBatch(OperationsQueue operationsQueue)
OperationsQueue
.operationsQueue
- the operations queuevoid flushPendingOperations(EntityKey entityKey, TupleContext tupleContext)
entityKey
- the EntityKey
of the entity which is the origin of this operationtupleContext
- the TupleContext
Copyright © 2010-2024 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.