createStorage

protected final ProjectionStorage<I> createStorage()

Creates the storage for this repository.

Default implementations use defaultStorageFactory invoking its method which creates a storage compatible with the repository.

Overwrite this method for creating a custom implementation of Storage.

Return

the created storage instance