Uses of Interface
com.blazebit.persistence.view.metamodel.CollectionAttribute
Packages that use CollectionAttribute
Package
Description
Entity-View extension for the Blaze-Persistence API.
Entity-View extension metamodel.
-
Uses of CollectionAttribute in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view with parameters of type CollectionAttributeModifier 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> BuilderTypeEntityViewBuilderBase.withElement(CollectionAttribute<ViewType, E> attribute, E value) Adds the given value as element to the Collection for the given attribute. -
Uses of CollectionAttribute in com.blazebit.persistence.view.metamodel
Subinterfaces of CollectionAttribute in com.blazebit.persistence.view.metamodelModifier and TypeInterfaceDescriptioninterfaceA collection attribute that is also a method attribute.