Package org.javers.spring.jpa
Class TransactionalJaversBuilder
- java.lang.Object
-
- org.javers.core.AbstractContainerBuilder
-
- org.javers.core.JaversBuilder
-
- org.javers.spring.jpa.TransactionalJaversBuilder
-
public final class TransactionalJaversBuilder extends org.javers.core.JaversBuilder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.javers.core.Javersbuild()static TransactionalJaversBuilderjavers()TransactionalJaversBuilderwithTxManager(org.springframework.transaction.PlatformTransactionManager txManager)-
Methods inherited from class org.javers.core.JaversBuilder
assembleJaversInstance, registerCustomComparator, registerCustomType, registerEntities, registerEntity, registerEntity, registerIgnoredClass, registerIgnoredClassesStrategy, registerJaversRepository, registerJsonAdvancedTypeAdapter, registerType, registerTypes, registerValue, registerValue, registerValue, registerValue, registerValueGsonTypeAdapter, registerValueObject, registerValueObject, registerValueObjects, registerValueTypeAdapter, registerValueWithCustomToString, scanTypeName, withCommitIdGenerator, withDateTimeProvider, withInitialChanges, withListCompareAlgorithm, withMappingStyle, withNewObjectsSnapshot, withObjectAccessHook, withPackagesToScan, withPrettyPrint, withPrettyPrintDateFormats, withProperties, withTerminalChanges, withTypeSafeValues
-
-
-
-
Method Detail
-
javers
public static TransactionalJaversBuilder javers()
-
withTxManager
public TransactionalJaversBuilder withTxManager(org.springframework.transaction.PlatformTransactionManager txManager)
-
build
public org.javers.core.Javers build()
- Overrides:
buildin classorg.javers.core.JaversBuilder
-
-