Class EntityProvider<T>

java.lang.Object
software.xdev.spring.data.eclipse.store.core.EntityProvider<T>

public class EntityProvider<T> extends Object
  • Constructor Details

    • EntityProvider

      public EntityProvider()
  • Method Details

    • addIdentitySet

      public void addIdentitySet(IdentitySet<? extends T> identitySet)
    • stream

      public Stream<? extends T> stream()
    • toCollection

      public Collection<T> toCollection()
    • isEmpty

      public boolean isEmpty()
    • size

      public long size()