Uses of Interface
com.blazebit.persistence.view.metamodel.MethodAttribute
Packages that use MethodAttribute
Package
Description
Entity-View extension for the Blaze-Persistence API.
Entity-View extension metamodel.
-
Uses of MethodAttribute in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view with parameters of type MethodAttributeModifier and TypeMethodDescriptionvoidEntityViewSetting.addAttributeSorter(MethodAttribute<T, ?> attribute, Sorter sorter) Adds the given attribute sorter to the attribute sorters of this setting.EntityViewSetting.withAttributeSorter(MethodAttribute<T, ?> attribute, Sorter sorter) Adds the given attribute sorter to the attribute sorters of this setting. -
Uses of MethodAttribute in com.blazebit.persistence.view.metamodel
Subinterfaces of MethodAttribute in com.blazebit.persistence.view.metamodelModifier and TypeInterfaceDescriptioninterfaceA collection attribute that is also a method attribute.interfaceMethodListAttribute<X,E> A list attribute that is also a method attribute.interfaceMethodMapAttribute<X,K, V> A map attribute that is also a method attribute.interfaceMethodMultiListAttribute<X,E, C extends Collection<E>> A multi-list attribute that is also a method attribute.interfaceMethodMultiMapAttribute<X,K, V, C extends Collection<V>> A multi-map attribute that is also a method attribute.interfaceMethodPluralAttribute<X,C, E> A plural attribute that is also a method attribute.interfaceMethodSetAttribute<X,E> A set attribute that is also a method attribute.interfaceA singular attribute that is also a method attribute.Methods in com.blazebit.persistence.view.metamodel that return MethodAttributeModifier and TypeMethodDescriptionMethodAttribute<? super X,?> ManagedViewType.getAttribute(String name) Returns the attribute of the entity view specified by the given name.MethodAttribute<X,?> AttributeFilterMapping.getDeclaringAttribute()Returns the declaring attribute.MethodAttribute<? super X,?> ViewType.getIdAttribute()Returns the id attribute of the entity view.MethodAttribute<? super X,?> ViewType.getVersionAttribute()Returns the version attribute of the entity view if there is any, or null.MethodAttribute<?,Y> AttributePath.resolve(ManagedViewType<X> baseType) Resolves this attribute path on the given base type and returns the last attribute.MethodAttribute<?,Y> AttributePathWrapper.resolve(ManagedViewType<X> baseType) Methods in com.blazebit.persistence.view.metamodel that return types with arguments of type MethodAttributeModifier and TypeMethodDescriptionList<MethodAttribute<?,?>> AttributePath.getAttributes()Returns the de-referenced attributes in order.List<MethodAttribute<?,?>> AttributePathWrapper.getAttributes()Set<MethodAttribute<? super X,?>> ManagedViewType.getAttributes()Returns the attributes of the entity view.List<MethodAttribute<?,?>> AttributePath.resolveAll(ManagedViewType<X> baseType) Resolves this attribute path on the given base type and returns all attributes in order.List<MethodAttribute<?,?>> AttributePathWrapper.resolveAll(ManagedViewType<X> baseType)