Uses of Interface
com.blazebit.persistence.view.metamodel.AttributeFilterMapping
Packages that use AttributeFilterMapping
Package
Description
Entity-View extension for the Blaze-Persistence API.
Entity-View extension metamodel.
-
Uses of AttributeFilterMapping in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view with parameters of type AttributeFilterMappingModifier and TypeMethodDescription<FilterValue>
voidEntityViewSetting.addAttributeFilter(AttributeFilterMapping<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(AttributeFilterMapping<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. -
Uses of AttributeFilterMapping in com.blazebit.persistence.view.metamodel
Methods in com.blazebit.persistence.view.metamodel that return AttributeFilterMappingModifier and TypeMethodDescriptionAttributeFilterMappingPath.getFilter()Returns the filter mapping.Returns the attribute filter mapping of this attribute with the given name.Methods in com.blazebit.persistence.view.metamodel that return types with arguments of type AttributeFilterMappingModifier and TypeMethodDescriptionMethodAttribute.getFilters()Returns the attribute filter mappings of this attribute.Constructors in com.blazebit.persistence.view.metamodel with parameters of type AttributeFilterMappingModifierConstructorDescriptionAttributeFilterMappingPath(AttributePath<X, ?, ?> attributePath, AttributeFilterMapping<?, FilterValue> filter) Creates a new attribute filter mapping path.