Package de.xima.fc.common.persistence_adapter


package de.xima.fc.common.persistence_adapter
  • Interfaces
    Class
    Description
    ICrudPersistenceAdapter<PersistenceContext, Entity>
    A persistence adapter for entities that allows CRUD operations, e.g. create, read, update, delete.
    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.