Uses of Interface
com.speedment.jpastreamer.application.StreamSupplier
-
Uses of StreamSupplier in com.speedment.jpastreamer.application
Methods in com.speedment.jpastreamer.application that return StreamSupplierModifier and TypeMethodDescriptiondefault <T> StreamSupplier<T>JPAStreamer.createStreamSupplier(Projection<T> projection) Creates and returns a newStreamSupplierthat can createStreams over all entities in the underlying data source (e.g database) of theentityspecified by the providedprojection.<T> StreamSupplier<T>JPAStreamer.createStreamSupplier(StreamConfiguration<T> streamConfiguration) Creates and returns a newStreamSupplierthat can createStreams over all entities in the underlying data source (e.g database) of the provided typeentityClass.default <T> StreamSupplier<T>JPAStreamer.createStreamSupplier(Class<T> entityClass) Creates and returns a newStreamSupplierthat can createStreams over all entities in the underlying data source (e.g database) of the provided typeentityClass.