Uses of Interface
com.blazebit.persistence.view.EntityViewNestedBuilder
Packages that use EntityViewNestedBuilder
Package
Description
Entity-View extension for the Blaze-Persistence API.
-
Uses of EntityViewNestedBuilder in com.blazebit.persistence.view
Classes in com.blazebit.persistence.view with type parameters of type EntityViewNestedBuilderModifier and TypeInterfaceDescriptioninterfaceEntityViewNestedBuilder<ViewType,ResultType, BuilderType extends EntityViewNestedBuilder<ViewType, ResultType, BuilderType>> A builder for creating nested entity views.Methods in com.blazebit.persistence.view that return EntityViewNestedBuilderModifier and TypeMethodDescription<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withBuilder(CollectionAttribute<ViewType, E> attribute) Starts and returns a nested entity view builder for the given Collection attribute.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withBuilder(ListAttribute<ViewType, E> attribute) Starts and returns a nested entity view builder for the given List attribute.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withBuilder(ListAttribute<ViewType, E> attribute, int index) Starts and returns a nested entity view builder for the given List attribute.<K,V> EntityViewNestedBuilder<K, ? extends EntityViewNestedBuilder<V, ? extends BuilderType, ?>, ?> EntityViewBuilderBase.withBuilder(MapAttribute<ViewType, K, V> attribute) Starts and returns a nested entity view builder for the given Map attribute.<K,V> EntityViewNestedBuilder<V, ? extends BuilderType, ?> EntityViewBuilderBase.withBuilder(MapAttribute<ViewType, K, V> attribute, K key) Starts and returns a nested entity view builder for the given Map attribute.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withBuilder(SetAttribute<ViewType, E> attribute) Starts and returns a nested entity view builder for the Set attribute.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withBuilder(SingularAttribute<ViewType, E> attribute) Starts and returns a nested entity view builder for the given singular attribute.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withCollectionBuilder(int parameterIndex) Starts and returns a nested entity view builder for the Collection, Set or List attribute for the given constructor parameter index.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withCollectionBuilder(String attribute) Starts and returns a nested entity view builder for the Collection, Set or List attribute for the given attribute name.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withListBuilder(int parameterIndex) Starts and returns a nested entity view builder for the List attribute for the given constructor parameter index.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withListBuilder(int parameterIndex, int index) Starts and returns a nested entity view builder for the List attribute for the given constructor parameter index.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withListBuilder(String attribute) Starts and returns a nested entity view builder for the List attribute for the given attribute name.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withListBuilder(String attribute, int index) Starts and returns a nested entity view builder for the List attribute for the given attribute name.<K,V> EntityViewNestedBuilder<K, ? extends EntityViewNestedBuilder<V, ? extends BuilderType, ?>, ?> EntityViewBuilderBase.withMapBuilder(int parameterIndex) Starts and returns a nested entity view builder for the Map attribute for the given constructor parameter index.<V> EntityViewNestedBuilder<V,? extends BuilderType, ?> EntityViewBuilderBase.withMapBuilder(int parameterIndex, Object key) Starts and returns a nested entity view builder for the Map attribute for the given constructor parameter index.<K,V> EntityViewNestedBuilder<K, ? extends EntityViewNestedBuilder<V, ? extends BuilderType, ?>, ?> EntityViewBuilderBase.withMapBuilder(String attribute) Starts and returns a nested entity view builder for the Map attribute for the given attribute name.<V> EntityViewNestedBuilder<V,? extends BuilderType, ?> EntityViewBuilderBase.withMapBuilder(String attribute, Object key) Starts and returns a nested entity view builder for the Map attribute for the given attribute name.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withSetBuilder(int parameterIndex) Starts and returns a nested entity view builder for the Set attribute for the given constructor parameter index.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withSetBuilder(String attribute) Starts and returns a nested entity view builder for the Set attribute for the given attribute name.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withSingularBuilder(int parameterIndex) Starts and returns a nested entity view builder for the singular attribute for the given constructor parameter index.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withSingularBuilder(String attribute) Starts and returns a nested entity view builder for the singular attribute for the given attribute name.Methods in com.blazebit.persistence.view that return types with arguments of type EntityViewNestedBuilderModifier and TypeMethodDescription<K,V> EntityViewNestedBuilder<K, ? extends EntityViewNestedBuilder<V, ? extends BuilderType, ?>, ?> EntityViewBuilderBase.withBuilder(MapAttribute<ViewType, K, V> attribute) Starts and returns a nested entity view builder for the given Map attribute.<K,V> EntityViewNestedBuilder<K, ? extends EntityViewNestedBuilder<V, ? extends BuilderType, ?>, ?> EntityViewBuilderBase.withMapBuilder(int parameterIndex) Starts and returns a nested entity view builder for the Map attribute for the given constructor parameter index.<K,V> EntityViewNestedBuilder<K, ? extends EntityViewNestedBuilder<V, ? extends BuilderType, ?>, ?> EntityViewBuilderBase.withMapBuilder(String attribute) Starts and returns a nested entity view builder for the Map attribute for the given attribute name.