Uses of Class
com.github.arangobee.Arangobee
Packages that use Arangobee
-
Uses of Arangobee in com.github.arangobee
Methods in com.github.arangobee that return ArangobeeModifier and TypeMethodDescriptionArangobee.dao(ChangeEntryDao dao) Arangobee.setChangelogCollectionName(String changelogCollectionName) Overwrites a default Arangobee changelog collection hardcoded in DEFAULT_CHANGELOG_COLLECTION_NAME.Arangobee.setChangeLogLockPollRate(long changeLogLockPollRate) Poll rate for acquiring lock if waitForLock is trueArangobee.setChangeLogLockWaitTime(long changeLogLockWaitTime) Waiting time for acquiring lock if waitForLock is trueArangobee.setChangeLogsScanPackage(String changeLogsScanPackage) Package name where @ChangeLog-annotated classes are kept.Arangobee.setLockCollectionName(String lockCollectionName) Overwrites a default Arangobee lock collection hardcoded in DEFAULT_LOCK_COLLECTION_NAMEArangobee.setSpringEnvironment(org.springframework.core.env.Environment environment) Set Environment object for Spring Profiles (@Profile) integrationArangobee.setThrowExceptionIfCannotObtainLock(boolean throwExceptionIfCannotObtainLock) Feature which enables/disables throwing ArangobeeLockException if Arangobee can not obtain lockArangobee.setWaitForLock(boolean waitForLock) Feature which enables/disables waiting for lock if it's already obtained