Uses of Interface
com.blazebit.persistence.view.metamodel.SingularAttribute
Packages that use SingularAttribute
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 SingularAttribute in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view with parameters of type SingularAttributeModifier and TypeMethodDescription<E> EEntityViewBuilderBase.get(SingularAttribute<ViewType, E> attribute) Returns the value for the given attribute.<E> BuilderTypeEntityViewBuilderBase.with(SingularAttribute<ViewType, E> attribute, E value) Sets the given value for the attribute.<E> EntityViewNestedBuilder<E,? extends BuilderType, ?> EntityViewBuilderBase.withBuilder(SingularAttribute<ViewType, E> attribute) Starts and returns a nested entity view builder for the given singular attribute. -
Uses of SingularAttribute in com.blazebit.persistence.view.change
Methods in com.blazebit.persistence.view.change with parameters of type SingularAttributeModifier and TypeMethodDescription<X> List<SingularChangeModel<X>>PluralChangeModel.get(SingularAttribute<V, X> attribute) Deprecated.<X> SingularChangeModel<X>SingularChangeModel.get(SingularAttribute<E, X> attribute) Deprecated.<X> List<SingularChangeModel<X>>MapChangeModel.keyGet(SingularAttribute<K, X> attribute) Deprecated. -
Uses of SingularAttribute in com.blazebit.persistence.view.metamodel
Subinterfaces of SingularAttribute in com.blazebit.persistence.view.metamodelModifier and TypeInterfaceDescriptioninterfaceA singular attribute that is also a method attribute.interfaceSubqueryAttribute<X,Y> Instances of the type SubqueryAttribute represents single-valued properties or fields.
PluralChangeModel.get(MethodSingularAttribute)