Interface BackedModel


public interface BackedModel
Defines the contracts for a model that is backed by a store.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the store that is backing the model.
  • Method Details

    • getBackingStore

      @Nonnull BackingStore getBackingStore()
      Gets the store that is backing the model.
      Returns:
      the backing store.