primaryKeyColumns
Returns the value of the
primaryKeyColumns record component.- Returns:
- the value of the
primaryKeyColumnsrecord component
schema - The schema name, not requiredname - The table nameescape - An indicator telling whether table and column names require escapingtype - The table mapping typeprimaryKeyColumns - The list of primary key columns, can be null or emptycolumns - The list of columns. See SqlColumnMappingsequences - The list of table sequences, can be null or empty. See SqlSequenceMappingindexes - The list of table indexes, can be null or empty. See SqlIndexMappingPersistentEntity.static enum SqlTableMapping(@Nullable String schema,
String name,
boolean escape,
SqlTableMapping.TableType type,
List<SqlColumnMapping> primaryKeyColumns,
@Nullable List<SqlColumnMapping> columns) SqlTableMapping(@Nullable String schema,
String name,
boolean escape,
SqlTableMapping.TableType type,
List<SqlColumnMapping> primaryKeyColumns,
@Nullable List<SqlColumnMapping> columns,
@Nullable List<SqlSequenceMapping> sequences) SqlTableMapping(@Nullable String schema,
String name,
boolean escape,
SqlTableMapping.TableType type,
List<SqlColumnMapping> primaryKeyColumns,
List<SqlColumnMapping> columns,
List<SqlSequenceMapping> sequences,
List<SqlIndexMapping> indexes) SqlTableMapping record class.columns()columns record component.final booleanbooleanescape()escape record component.final inthashCode()indexes()indexes record component.name()name record component.primaryKeyColumns record component.@Nullable Stringschema()schema record component.sequences record component.final StringtoString()type()type record component.SqlTableMapping record class.schema - the value for the schema record componentname - the value for the name record componentescape - the value for the escape record componenttype - the value for the type record componentprimaryKeyColumns - the value for the primaryKeyColumns record componentcolumns - the value for the columns record componentsequences - the value for the sequences record componentindexes - the value for the indexes record componentObjects::equals(Object,Object); primitive components are compared with the compare method from their corresponding wrapper classes.primaryKeyColumns record component.primaryKeyColumns record component