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 TypeMethodDescriptiondefault AggregatePath.ColumnInfoAggregatePath.getColumnInfo()AggregatePath.TableInfo.qualifierColumnInfo()Returns the value of thequalifierColumnInforecord component.AggregatePath.TableInfo.reverseColumnInfo()Returns the value of thereverseColumnInforecord component.Constructors in org.springframework.data.relational.core.mapping with parameters of type AggregatePath.ColumnInfoModifierConstructorDescriptionTableInfo(SqlIdentifier qualifiedTableName, SqlIdentifier tableAlias, AggregatePath.ColumnInfo reverseColumnInfo, AggregatePath.ColumnInfo qualifierColumnInfo, Class<?> qualifierColumnType, SqlIdentifier idColumnName, SqlIdentifier effectiveIdColumnName) Creates an instance of aTableInforecord class.