Uses of Interface
com.blazebit.persistence.view.CorrelationProvider
Packages that use CorrelationProvider
Package
Description
Entity-View extension for the Blaze-Persistence API.
Entity-View extension metamodel.
SPI for implementers of the Blaze-Persistence Entity-View extension.
-
Uses of CorrelationProvider in com.blazebit.persistence.view
Methods in com.blazebit.persistence.view that return CorrelationProviderModifier and TypeMethodDescriptionCorrelationProviderFactory.create(ParameterHolder<?> parameterHolder, Map<String, Object> optionalParameters) Creates and returns a new correlation provider for the given parameters. -
Uses of CorrelationProvider in com.blazebit.persistence.view.metamodel
Methods in com.blazebit.persistence.view.metamodel that return types with arguments of type CorrelationProviderModifier and TypeMethodDescriptionClass<? extends CorrelationProvider>CorrelatedAttribute.getCorrelationProvider()Returns the correlation provider of the attribute.Class<? extends CorrelationProvider>ViewRoot.getCorrelationProvider()Returns the correlation provider of the view root. -
Uses of CorrelationProvider in com.blazebit.persistence.view.spi
Methods in com.blazebit.persistence.view.spi that return types with arguments of type CorrelationProviderModifier and TypeMethodDescriptionClass<? extends CorrelationProvider>EntityViewRootMapping.getCorrelationProvider()The class which provides the correlation provider for this entity view root ornullif eitherEntityViewRootMapping.getManagedTypeClass()()} orEntityViewRootMapping.getJoinExpression()is defined.