Class AbstractLocalStorageService<F extends AbstractFile<F,ID,S>,ID extends Serializable,S extends AbstractStorageInfo<F,ID,S>>

java.lang.Object
de.frachtwerk.essencium.storage.generic.provider.local.AbstractLocalStorageService<F,ID,S>
All Implemented Interfaces:
StorageService<F,ID,S>
Direct Known Subclasses:
LocalStorageService, LocalStorageService, LocalStorageService

public abstract class AbstractLocalStorageService<F extends AbstractFile<F,ID,S>,ID extends Serializable,S extends AbstractStorageInfo<F,ID,S>> extends Object implements StorageService<F,ID,S>