Interface EntityViewBuilder<T>

Type Parameters:
T - The entity view type that is built
All Superinterfaces:
EntityViewBuilderBase<T,​EntityViewBuilder<T>>

public interface EntityViewBuilder<T>
extends EntityViewBuilderBase<T,​EntityViewBuilder<T>>
A builder for defining flush related configuration.
Since:
1.5.0
Author:
Christian Beikov
  • Method Details

    • build

      T build()
      Builds the entity view and returns it.
      Returns:
      The built entity view