Uses of Interface
de.xima.fc.logic.filesystem.IEntityFileSystemPersistenceAdapter
Packages that use IEntityFileSystemPersistenceAdapter
-
Uses of IEntityFileSystemPersistenceAdapter in de.xima.fc.gui.model.form_theme
Classes in de.xima.fc.gui.model.form_theme that implement IEntityFileSystemPersistenceAdapterModifier and TypeClassDescriptionfinal class -
Uses of IEntityFileSystemPersistenceAdapter in de.xima.fc.logic.filesystem
Classes in de.xima.fc.logic.filesystem that implement IEntityFileSystemPersistenceAdapterModifier and TypeClassDescriptionclassFileEntityPersistenceAdapter<File extends IFileEntity<?,Data> & IFileSizeProviding, Data extends IFileDataEntity<File>, Context> Afile entity adapterfor a generalfile entity.classFileEntityViewPersistenceAdapter<View extends IFileEntityView, File extends IFileEntity<?,Data> & IFileSizeProviding, Data extends IFileDataEntity<File>, Context> Afile entity adapterfor a view of afile entity.classFileProvidingEntityAdapter<Entity extends IFileProviding<File,Data>, File extends IFileEntity<Entity, Data> & IFileSizeProviding, Data extends IFileDataEntity<File>, Context> Afile entity adapterfor a generalfile providingentity.Methods in de.xima.fc.logic.filesystem with parameters of type IEntityFileSystemPersistenceAdapterModifier and TypeMethodDescription<PersistenceContext>
EntityFileSystem.BuilderStage3<Entry, PersistenceContext, Entity, Scope> EntityFileSystem.BuilderStage2.persistenceAdapter(IEntityFileSystemPersistenceAdapter<PersistenceContext, Entity, EntryScope<Scope, Entry>> persistenceAdapter) Sets the persistence adapter for synchronizing the entities with the persistence layer.