Interface EntityListProvider

All Known Implementing Classes:
EclipseStoreStorage

public interface EntityListProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> IdentitySet<T>
    getEntityList(Class<T> clazz)
     
  • Method Details