Uses of Record Class
org.springframework.data.relational.core.mapping.AggregatePath.ColumnInfo
Packages that use AggregatePath.ColumnInfo
-
Uses of AggregatePath.ColumnInfo in org.springframework.data.relational.core.mapping
Methods in org.springframework.data.relational.core.mapping that return AggregatePath.ColumnInfoModifier and TypeMethodDescriptionAggregatePath.ColumnInfos.any()Any of the containedAggregatePath.ColumnInfoinstances.@Nullable AggregatePath.ColumnInfoAggregatePath.ColumnInfos.get(AggregatePath path) Gets theAggregatePath.ColumnInfofor the providedAggregatePathdefault AggregatePath.ColumnInfoAggregatePath.getColumnInfo()AggregatePath.TableInfo.getRequiredQualifierColumnInfo()@Nullable AggregatePath.ColumnInfoAggregatePath.TableInfo.qualifierColumnInfo()Returns the value of thequalifierColumnInforecord component.AggregatePath.TableInfo.reverseColumnInfo()Deprecated, for removal: This API element is subject to removal in a future version.since there might be more than one reverse column instead.AggregatePath.ColumnInfos.unique()If this instance contains exactly oneAggregatePath.ColumnInfoit will be returned.Method parameters in org.springframework.data.relational.core.mapping with type arguments of type AggregatePath.ColumnInfoModifier and TypeMethodDescription<T> TAggregatePath.ColumnInfos.any(BiFunction<AggregatePath, AggregatePath.ColumnInfo, T> mapper) Calls the mapper for each pair one pair ofAggregatePathandAggregatePath.ColumnInfo, if there is any.voidAggregatePath.ColumnInfos.forEach(BiConsumer<AggregatePath, AggregatePath.ColumnInfo> consumer) Calls the consumer for each pair ofAggregatePathand ColumnInfo.<T> TAggregatePath.ColumnInfos.reduce(T identity, BiFunction<AggregatePath, AggregatePath.ColumnInfo, T> accumulator, BinaryOperator<T> combiner) Performs aStream.reduce(Object, BiFunction, BinaryOperator)onAggregatePath.ColumnInfoandAggregatePathto reduce the results into a singleTreturn value.AggregatePath.ColumnInfos.toColumnList(BiFunction<AggregatePath, AggregatePath.ColumnInfo, Column> mappingFunction) Creates aListofColumninstances by applying the provided mapping function to eachAggregatePathandAggregatePath.ColumnInfo.Constructors in org.springframework.data.relational.core.mapping with parameters of type AggregatePath.ColumnInfoModifierConstructorDescriptionTableInfo(SqlIdentifier qualifiedTableName, @Nullable SqlIdentifier tableAlias, AggregatePath.ColumnInfos backReferenceColumnInfos, @Nullable AggregatePath.ColumnInfo qualifierColumnInfo, @Nullable Class<?> qualifierColumnType, AggregatePath.ColumnInfos idColumnInfos) Creates an instance of aTableInforecord class.