Interface EntityViewNestedBuilder<T,​X>

Type Parameters:
T - The entity view type that is built
X - The entity view builder type to return
All Superinterfaces:
EntityViewBuilderBase<T,​EntityViewNestedBuilder<T,​X>>

public interface EntityViewNestedBuilder<T,​X>
extends EntityViewBuilderBase<T,​EntityViewNestedBuilder<T,​X>>
A builder for creating nested entity views.
Since:
1.5.0
Author:
Christian Beikov
  • Method Details

    • build

      X build()
      Finishes this builder, associates the built object with the parent object and returns the next builder.
      Returns:
      The next builder