Class EntityFileSystem.BuilderStage2<Entry extends IFileSystemEntry<Entry>,​Entity,​Scope>

    • Method Detail

      • persistenceAdapter

        public <PersistenceContext> EntityFileSystem.BuilderStage3<Entry,​PersistenceContext,​Entity,​Scope> persistenceAdapter​(IEntityFileSystemPersistenceAdapter<PersistenceContext,​Entity,​EntryScope<Scope,​Entry>> persistenceAdapter)
        Sets the persistence adapter for synchronizing the entities with the persistence layer.
        Type Parameters:
        PersistenceContext - The type of the persistence context used to access the persistence layer.
        Parameters:
        persistenceAdapter - The persistence adapter for the entities.
        Returns:
        A builder instance for chaining method calls.