public interface PipelineFactory
-
Method Summary
Modifier and TypeMethodDescription<T> Pipeline<T>createPipeline(Class<T> rootClass) Creates and returns a new Pipeline.
-
Method Details
-
createPipeline
Creates and returns a new Pipeline.- Parameters:
rootClass- the entity class to be used as a root (source)
-