Uses of Interface
com.blazebit.persistence.view.metamodel.SetAttribute
Packages that use SetAttribute
Package
Description
Entity-View extension for the Blaze-Persistence API.
Entity-View extension metamodel.
-
Uses of SetAttribute in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view with parameters of type SetAttributeModifier and TypeMethodDescription<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withBuilder(SetAttribute<ViewType, E> attribute) Starts and returns a nested entity view builder for the Set attribute.<E> BuilderTypeEntityViewBuilderBase.withElement(SetAttribute<ViewType, E> attribute, E value) Adds the given value as element to the Set for the given attribute. -
Uses of SetAttribute in com.blazebit.persistence.view.metamodel
Subinterfaces of SetAttribute in com.blazebit.persistence.view.metamodelModifier and TypeInterfaceDescriptioninterfaceMethodSetAttribute<X,E> A set attribute that is also a method attribute.