Package com.pnfsoftware.jeb.core.dao


package com.pnfsoftware.jeb.core.dao
Public data-access abstractions used by JEB engines to access file stores, persisted project data, and related runtime data sources.
  • Interfaces
    Class
    Description
    Marker interface for an optional application-scoped database exposed by a data provider.
    Provides access to the data sources used by a JEB engines context.
    Database of binary blobs keyed by unique identifiers.
    A database record reader.
    A database record writer.
    Definition of a binary file store: a store where artifacts are byte arrays uniquely identified by a key.
    Marker interface for an optional user-scoped database exposed by a data provider.