Package com.atlassian.bamboo.versioning
Class AbstractVersioningSupplement<T,R>
- java.lang.Object
-
- com.atlassian.bamboo.versioning.AbstractVersioningSupplement<T,R>
-
- All Implemented Interfaces:
VersioningSupplement<T>
- Direct Known Subclasses:
PlanVersioningSupplement
,RepositoryDataEntityVersioningSupplement
public abstract class AbstractVersioningSupplement<T,R> extends Object implements VersioningSupplement<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected BambooOptimisticLockingSettings
bambooOptimisticLockingSettings
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractVersioningSupplement(@NotNull BambooOptimisticLockingSettings bambooOptimisticLockingSettings, @NotNull Class<R> type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
incrementVersion(@Nullable org.hibernate.Session session, boolean canExecute, @NotNull org.apache.logging.log4j.util.TriConsumer<javax.persistence.criteria.CriteriaBuilder,javax.persistence.criteria.CriteriaUpdate<R>,javax.persistence.criteria.Root<R>> where)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.bamboo.versioning.VersioningSupplement
incrementVersion
-
-
-
-
Field Detail
-
bambooOptimisticLockingSettings
protected final BambooOptimisticLockingSettings bambooOptimisticLockingSettings
-
-
Constructor Detail
-
AbstractVersioningSupplement
protected AbstractVersioningSupplement(@NotNull @NotNull BambooOptimisticLockingSettings bambooOptimisticLockingSettings, @NotNull @NotNull Class<R> type)
-
-
Method Detail
-
incrementVersion
protected void incrementVersion(@Nullable @Nullable org.hibernate.Session session, boolean canExecute, @NotNull @NotNull org.apache.logging.log4j.util.TriConsumer<javax.persistence.criteria.CriteriaBuilder,javax.persistence.criteria.CriteriaUpdate<R>,javax.persistence.criteria.Root<R>> where)
-
-