Uses of Class
com.blazebit.persistence.view.metamodel.AttributeFilterMappingPath
Packages that use AttributeFilterMappingPath
Package
Description
Entity-View extension for the Blaze-Persistence API.
-
Uses of AttributeFilterMappingPath in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view with parameters of type AttributeFilterMappingPathModifier and TypeMethodDescription<FilterValue>
voidEntityViewSetting.addAttributeFilter(AttributeFilterMappingPath<T, FilterValue> attributeFilter, FilterValue filterValue) Adds the attribute's default attribute filter to the attribute filters of this setting or overwrites the filter value of an existing default attribute filter.<FilterValue>
EntityViewSetting<T,Q> EntityViewSetting.withAttributeFilter(AttributeFilterMappingPath<T, FilterValue> attributeFilter, FilterValue filterValue) Adds the attribute's default attribute filter to the attribute filters of this setting or overwrites the filter value of an existing default attribute filter.