Interface EntityListProvider

All Known Implementing Classes:
EclipseStoreStorage

public interface EntityListProvider
  • Method Details

    • getEntityList

      <T> IdentitySet<T> getEntityList(Class<T> clazz)
    • getEntityCount

      <T> long getEntityCount(Class<T> clazz)