Class EntityViewNestedBuilderImpl<ViewType,ResultType>
java.lang.Object
com.blazebit.persistence.view.impl.EntityViewBuilderBaseImpl<ViewType,EntityViewNestedBuilderImpl<ViewType,ResultType>>
com.blazebit.persistence.view.impl.EntityViewNestedBuilderImpl<ViewType,ResultType>
- All Implemented Interfaces:
EntityViewBuilderBase<ViewType,,EntityViewNestedBuilderImpl<ViewType, ResultType>> EntityViewNestedBuilder<ViewType,ResultType, EntityViewNestedBuilderImpl<ViewType, ResultType>>
public class EntityViewNestedBuilderImpl<ViewType,ResultType>
extends EntityViewBuilderBaseImpl<ViewType,EntityViewNestedBuilderImpl<ViewType,ResultType>>
implements EntityViewNestedBuilder<ViewType,ResultType,EntityViewNestedBuilderImpl<ViewType,ResultType>>
- Since:
- 1.5.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionEntityViewNestedBuilderImpl(EntityViewManagerImpl evm, ManagedViewTypeImplementor<ViewType> managedViewType, Map<ManagedViewType<? extends ViewType>, String> inheritanceSubtypeMappings, Map<String, Object> optionalParameters, ResultType result, EntityViewBuilderListener listener) -
Method Summary
Methods inherited from class com.blazebit.persistence.view.impl.EntityViewBuilderBaseImpl
buildObject, get, get, get, get, getManagedViewType, getTuple, with, with, with, with, withBuilder, withBuilder, withBuilder, withBuilder, withBuilder, withBuilder, withBuilder, withCollectionBuilder, withCollectionBuilder, withElement, withElement, withElement, withElement, withElement, withEntry, withEntry, withEntry, withListBuilder, withListBuilder, withListBuilder, withListBuilder, withListBuilder, withListElement, withListElement, withListElement, withMapBuilder, withMapBuilder, withMapBuilder, withMapBuilder, withSetBuilder, withSetBuilder, withSingularBuilder, withSingularBuilderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.blazebit.persistence.view.EntityViewBuilderBase
get, get, get, get, with, with, with, with, withBuilder, withBuilder, withBuilder, withBuilder, withBuilder, withBuilder, withBuilder, withCollectionBuilder, withCollectionBuilder, withElement, withElement, withElement, withElement, withElement, withEntry, withEntry, withEntry, withListBuilder, withListBuilder, withListBuilder, withListBuilder, withListElement, withListElement, withListElement, withMapBuilder, withMapBuilder, withMapBuilder, withMapBuilder, withSetBuilder, withSetBuilder, withSingularBuilder, withSingularBuilder
-
Constructor Details
-
EntityViewNestedBuilderImpl
public EntityViewNestedBuilderImpl(EntityViewManagerImpl evm, ManagedViewTypeImplementor<ViewType> managedViewType, Map<ManagedViewType<? extends ViewType>, String> inheritanceSubtypeMappings, Map<String, Object> optionalParameters, ResultType result, EntityViewBuilderListener listener)
-
-
Method Details
-
build
- Specified by:
buildin interfaceEntityViewNestedBuilder<ViewType,ResultType, EntityViewNestedBuilderImpl<ViewType, ResultType>>
-