public final class TransactionalJaversBuilder
extends org.javers.core.JaversBuilder
| Modifier and Type | Method | Description |
|---|---|---|
org.javers.core.Javers |
build() |
|
static TransactionalJaversBuilder |
javers() |
|
TransactionalJaversBuilder |
withTxManager(org.springframework.transaction.PlatformTransactionManager txManager) |
addComponent, addModule, addModule, bindComponent, bootContainer, getComponents, getContainer, getContainerComponent, removeComponentassembleJaversInstance, registerCustomComparator, registerEntities, registerEntity, registerEntity, registerIgnoredClass, registerJaversRepository, registerJsonAdvancedTypeAdapter, registerType, registerValue, registerValue, registerValueGsonTypeAdapter, registerValueObject, registerValueObject, registerValueObjects, registerValueTypeAdapter, registerValueWithCustomToString, scanTypeName, withCommitIdGenerator, withDateTimeProvider, withListCompareAlgorithm, withMappingStyle, withNewObjectsSnapshot, withObjectAccessHook, withPackagesToScan, withPrettyPrint, withPrettyPrintDateFormats, withProperties, withTypeSafeValuespublic static TransactionalJaversBuilder javers()
public TransactionalJaversBuilder withTxManager(org.springframework.transaction.PlatformTransactionManager txManager)
public org.javers.core.Javers build()
build in class org.javers.core.JaversBuilder