Class EntityViewBuilderImpl<T>
java.lang.Object
com.blazebit.persistence.view.impl.EntityViewBuilderBaseImpl<T,EntityViewBuilder<T>>
com.blazebit.persistence.view.impl.EntityViewBuilderImpl<T>
- All Implemented Interfaces:
EntityViewBuilder<T>,EntityViewBuilderBase<T,EntityViewBuilder<T>>
public class EntityViewBuilderImpl<T>
extends EntityViewBuilderBaseImpl<T,EntityViewBuilder<T>>
implements EntityViewBuilder<T>
- Since:
- 1.5.0
- Author:
- Christian Beikov
-
Constructor Summary
ConstructorsConstructorDescriptionEntityViewBuilderImpl(EntityViewManagerImpl evm, ManagedViewTypeImplementor<T> managedViewType, MappingConstructorImpl<T> mappingConstructor, Map<String, Object> optionalParameters) -
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
-
EntityViewBuilderImpl
public EntityViewBuilderImpl(EntityViewManagerImpl evm, ManagedViewTypeImplementor<T> managedViewType, MappingConstructorImpl<T> mappingConstructor, Map<String, Object> optionalParameters)
-
-
Method Details
-
build
- Specified by:
buildin interfaceEntityViewBuilder<T>
-