Uses of Interface
com.blazebit.persistence.view.EntityViewBuilderBase
Packages that use EntityViewBuilderBase
Package
Description
Entity-View extension for the Blaze-Persistence API.
-
Uses of EntityViewBuilderBase in com.blazebit.persistence.view
Classes in com.blazebit.persistence.view with type parameters of type EntityViewBuilderBaseModifier and TypeInterfaceDescriptioninterfaceEntityViewBuilderBase<ViewType,BuilderType extends EntityViewBuilderBase<ViewType, BuilderType>> A builder for creating an entity view.Subinterfaces of EntityViewBuilderBase in com.blazebit.persistence.viewModifier and TypeInterfaceDescriptioninterfaceEntityViewBuilder<ViewType>A builder for defining flush related configuration.interfaceEntityViewNestedBuilder<ViewType,ResultType, BuilderType extends EntityViewNestedBuilder<ViewType, ResultType, BuilderType>> A builder for creating nested entity views.Constructors in com.blazebit.persistence.view with parameters of type EntityViewBuilderBaseModifierConstructorDescriptionSingularIndexEntityViewBuilderListener(EntityViewBuilderBase<?, ?> builder, int parameterIndex) Creates a new listener.SingularNameEntityViewBuilderListener(EntityViewBuilderBase<?, ?> builder, String attributeName) Creates a new listener.