Uses of Interface
com.blazebit.persistence.view.metamodel.MethodSingularAttribute
Packages that use MethodSingularAttribute
Package
Description
Entity-View extension for the Blaze-Persistence API.
Change model interfaces for querying changes of Updatable Entity-Views.
Entity-View extension metamodel.
-
Uses of MethodSingularAttribute in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view with parameters of type MethodSingularAttributeModifier and TypeMethodDescription<X> SubGraph<X>EntityViewSetting.fetch(MethodSingularAttribute<T, X> attribute) <X> SubGraph<X>SubGraph.fetch(MethodSingularAttribute<T, X> attribute) Adds a fetch for the given attribute and returns theSubGraphfor it. -
Uses of MethodSingularAttribute in com.blazebit.persistence.view.change
Methods in com.blazebit.persistence.view.change with parameters of type MethodSingularAttributeModifier and TypeMethodDescription<X> List<SingularChangeModel<X>>PluralChangeModel.get(MethodSingularAttribute<V, X> attribute) Returns the change models for the elements attribute.<X> SingularChangeModel<X>SingularChangeModel.get(MethodSingularAttribute<E, X> attribute) Returns the change model for the attribute.<X> List<SingularChangeModel<X>>MapChangeModel.keyGet(MethodSingularAttribute<K, X> attribute) Returns the change models for the keys attribute. -
Uses of MethodSingularAttribute in com.blazebit.persistence.view.metamodel
Methods in com.blazebit.persistence.view.metamodel with parameters of type MethodSingularAttributeModifier and TypeMethodDescription<E> AttributePath<X,E, E> AttributePath.get(MethodSingularAttribute<B, E> attribute) Returns a new attribute path that additionally de-references the given attribute.<E> AttributePath<X,E, E> AttributePathWrapper.get(MethodSingularAttribute<B, E> attribute) static <X,E> AttributePath<X, E, E> AttributePaths.of(MethodSingularAttribute<X, E> attribute) Creates an attribute path for the given attribute.