Uses of Interface
org.springframework.data.relational.core.mapping.AggregatePath
Packages that use AggregatePath
Package
Description
-
Uses of AggregatePath in org.springframework.data.relational.core.conversion
Methods in org.springframework.data.relational.core.conversion with parameters of type AggregatePathModifier and TypeMethodDescriptionMappingRelationalConverter.AggregatePathValueProvider.getValue(AggregatePath path) Return a value for the givenAggregatePath.MappingRelationalConverter.DocumentValueProvider.getValue(AggregatePath path) booleanMappingRelationalConverter.AggregatePathValueProvider.hasNonEmptyValue(AggregatePath aggregatePath) booleanMappingRelationalConverter.DocumentValueProvider.hasNonEmptyValue(AggregatePath path) booleanMappingRelationalConverter.AggregatePathValueProvider.hasValue(AggregatePath path) Determine whether there is a value for the givenAggregatePath.booleanMappingRelationalConverter.DocumentValueProvider.hasValue(AggregatePath path) -
Uses of AggregatePath in org.springframework.data.relational.core.mapping
Methods in org.springframework.data.relational.core.mapping that return AggregatePathModifier and TypeMethodDescriptionAggregatePath.append(RelationalPersistentProperty property) Creates a new path by extending the current path by the property passed as an argument.default AggregatePathAggregatePath.filter(Predicate<? super AggregatePath> predicate) Filter the AggregatePath returning the first item matching the givenPredicate.PersistentPropertyPathExtension.getAggregatePath()Deprecated, for removal: This API element is subject to removal in a future version.RelationalMappingContext.getAggregatePath(PersistentPropertyPath<? extends RelationalPersistentProperty> path) Provides anAggregatePathfor the providedPersistentPropertyPath.RelationalMappingContext.getAggregatePath(RelationalPersistentEntity<?> type) AggregatePath.getIdDefiningParentPath()Returns the longest ancestor path that has anIdproperty.static AggregatePathAggregatePathTraversal.getIdDefiningPath(AggregatePath aggregatePath) AggregatePath.getParentPath()Returns the path that has the same beginning but is one segment shorter than this path.static AggregatePathAggregatePathTraversal.getTableOwningPath(AggregatePath aggregatePath) Methods in org.springframework.data.relational.core.mapping that return types with arguments of type AggregatePathMethods in org.springframework.data.relational.core.mapping with parameters of type AggregatePathModifier and TypeMethodDescriptionstatic AggregatePathAggregatePathTraversal.getIdDefiningPath(AggregatePath aggregatePath) static AggregatePathAggregatePathTraversal.getTableOwningPath(AggregatePath aggregatePath) Method parameters in org.springframework.data.relational.core.mapping with type arguments of type AggregatePathModifier and TypeMethodDescriptiondefault AggregatePathAggregatePath.filter(Predicate<? super AggregatePath> predicate) Filter the AggregatePath returning the first item matching the givenPredicate. -
Uses of AggregatePath in org.springframework.data.relational.core.sqlgeneration
Methods in org.springframework.data.relational.core.sqlgeneration with parameters of type AggregatePathModifier and TypeMethodDescriptionAliasFactory.getBackReferenceAlias(AggregatePath path) AliasFactory.getColumnAlias(AggregatePath path) AliasFactory.getKeyAlias(AggregatePath path) AliasFactory.getRowCountAlias(AggregatePath path) AliasFactory.getRowNumberAlias(AggregatePath path) AliasFactory.getTableAlias(AggregatePath path)