Package de.xima.fc.common.persistence_adapter
-
Interface Summary Interface Description ICrudPersistenceAdapter<PersistenceContext,Entity> A persistence adapter for entities that allows CRUD operations, e.g.IFileDataPersistenceAdapter<PersistenceContext,Entity> A persistence adapter for entities that allows access to a binary file.IScopedEntityPersistenceAdapter<PersistenceContext,Entity,Scope> A persistence adapter for entities that are scoped to a certain context, such as a client or project.