Uses of Class
org.apache.jackrabbit.spi.commons.batch.AbstractChangeLog
-
Packages that use AbstractChangeLog Package Description org.apache.jackrabbit.spi.commons.batch -
-
Uses of AbstractChangeLog in org.apache.jackrabbit.spi.commons.batch
Subclasses of AbstractChangeLog in org.apache.jackrabbit.spi.commons.batch Modifier and Type Class Description class
ChangeLogImpl
ThisChangeLog
implementation simply keeps back all calls to itsBatch
methods as a list ofoperations
(with item of typeOperation
).class
ConsolidatingChangeLog
Methods in org.apache.jackrabbit.spi.commons.batch with parameters of type AbstractChangeLog Modifier and Type Method Description boolean
AbstractChangeLog. equals(AbstractChangeLog<?> other)
-