Interface StoreDescriptor

All Known Implementing Classes:
JpaStoreDescriptor, NoopStoreDescriptor, TestInMemoryStoreDescriptor, UndefinedStoreDescriptor

public interface StoreDescriptor
Describes the type of a data store.
  • Method Summary

    Modifier and Type
    Method
    Description
    Data store implementation bean name.
    boolean
    Whether the data store works with JPA entities.
  • Method Details

    • getBeanName

      String getBeanName()
      Data store implementation bean name.
    • isJpa

      boolean isJpa()
      Whether the data store works with JPA entities.