Uses of Class
org.springframework.data.relational.core.mapping.AggregatePath.ColumnInfos
Packages that use AggregatePath.ColumnInfos
-
Uses of AggregatePath.ColumnInfos in org.springframework.data.relational.core.mapping
Methods in org.springframework.data.relational.core.mapping that return AggregatePath.ColumnInfosModifier and TypeMethodDescriptionAggregatePath.TableInfo.backReferenceColumnInfos()Returns the value of thebackReferenceColumnInfosrecord component.AggregatePath.TableInfo.effectiveIdColumnInfos()The id columns of the underlying table.static AggregatePath.ColumnInfosAggregatePath.ColumnInfos.empty()An empty ColumnInfos instance with a fixed base path.AggregatePath.TableInfo.idColumnInfos()Returns the value of theidColumnInfosrecord component.Constructors in org.springframework.data.relational.core.mapping with parameters of type AggregatePath.ColumnInfosModifierConstructorDescriptionTableInfo(SqlIdentifier qualifiedTableName, @Nullable SqlIdentifier tableAlias, AggregatePath.ColumnInfos backReferenceColumnInfos, @Nullable AggregatePath.ColumnInfo qualifierColumnInfo, @Nullable Class<?> qualifierColumnType, AggregatePath.ColumnInfos idColumnInfos) Creates an instance of aTableInforecord class.