Class JaversMongoProperties


  • @ConfigurationProperties(prefix="javers")
    public class JaversMongoProperties
    extends org.javers.spring.JaversSpringProperties
    • Constructor Detail

      • JaversMongoProperties

        public JaversMongoProperties()
    • Method Detail

      • isSchemaManagementEnabled

        public boolean isSchemaManagementEnabled()
      • setSchemaManagementEnabled

        public void setSchemaManagementEnabled​(boolean schemaManagementEnabled)
      • getSnapshotCollectionName

        public java.lang.String getSnapshotCollectionName()
      • setSnapshotCollectionName

        public void setSnapshotCollectionName​(java.lang.String snapshotCollectionName)
      • getHeadCollectionName

        public java.lang.String getHeadCollectionName()
      • setHeadCollectionName

        public void setHeadCollectionName​(java.lang.String headCollectionName)
      • isDocumentDbCompatibilityEnabled

        public boolean isDocumentDbCompatibilityEnabled()
      • setDocumentDbCompatibilityEnabled

        public void setDocumentDbCompatibilityEnabled​(boolean documentDbCompatibilityEnabled)
      • getSnapshotsCacheSize

        public int getSnapshotsCacheSize()
      • setSnapshotsCacheSize

        public void setSnapshotsCacheSize​(int cacheSize)
      • isDedicatedMongodbConfigurationEnabled

        public boolean isDedicatedMongodbConfigurationEnabled()
      • defaultObjectAccessHook

        protected java.lang.String defaultObjectAccessHook()
        Specified by:
        defaultObjectAccessHook in class org.javers.spring.JaversSpringProperties