Class FusedCollectionElementActions
java.lang.Object
com.blazebit.persistence.view.impl.update.flush.FusedCollectionElementActions
- All Implemented Interfaces:
FusedCollectionActions
- Since:
- 1.3.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionFusedCollectionElementActions(ViewToEntityMapper loadOnlyViewToEntityMapper, Map<Object, Object> removed, Map<Object, Object> added) -
Method Summary
Modifier and TypeMethodDescriptionintgetAdded()getAdded(UpdateContext context) intgetRemoved(UpdateContext context) intint
-
Constructor Details
-
FusedCollectionElementActions
-
-
Method Details
-
operationCount
public int operationCount()- Specified by:
operationCountin interfaceFusedCollectionActions
-
getRemoveCount
public int getRemoveCount()- Specified by:
getRemoveCountin interfaceFusedCollectionActions
-
getAddCount
public int getAddCount()- Specified by:
getAddCountin interfaceFusedCollectionActions
-
getUpdateCount
public int getUpdateCount()- Specified by:
getUpdateCountin interfaceFusedCollectionActions
-
getAdded
- Specified by:
getAddedin interfaceFusedCollectionActions
-
getAdded
- Specified by:
getAddedin interfaceFusedCollectionActions
-
getRemoved
- Specified by:
getRemovedin interfaceFusedCollectionActions
-
getRemoved
- Specified by:
getRemovedin interfaceFusedCollectionActions
-