Uses of Class
org.springframework.data.relational.core.sql.Table
Packages that use Table
Package
Description
JDBC-specific conversion classes.
Core domain types around DatabaseClient.
Query and update support.
Statement Builder implementation.
-
Uses of Table in org.springframework.data.jdbc.core.convert
Methods in org.springframework.data.jdbc.core.convert with parameters of type TableModifier and TypeMethodDescriptionQueryMapper.getMappedObject(org.springframework.jdbc.core.namedparam.MapSqlParameterSource parameterSource, CriteriaDefinition criteria, Table table, RelationalPersistentEntity<?> entity) QueryMapper.getMappedSort(Table table, org.springframework.data.domain.Sort sort, RelationalPersistentEntity<?> entity) Map theSortobject to apply field name mapping usingthe type to read. -
Uses of Table in org.springframework.data.r2dbc.core
Methods in org.springframework.data.r2dbc.core that return TableMethod parameters in org.springframework.data.r2dbc.core with type arguments of type TableModifier and TypeMethodDescriptionStatementMapper.SelectSpec.doWithTable(BiFunction<Table, StatementMapper.SelectSpec, StatementMapper.SelectSpec> function) Constructors in org.springframework.data.r2dbc.core with parameters of type TableModifierConstructorDescriptionprotectedSelectSpec(Table table, List<String> projectedFields, List<Expression> selectList, CriteriaDefinition criteria, org.springframework.data.domain.Sort sort, int limit, long offset, boolean distinct, LockMode lockMode) -
Uses of Table in org.springframework.data.r2dbc.query
Methods in org.springframework.data.r2dbc.query with parameters of type TableModifier and TypeMethodDescriptionQueryMapper.getMappedObject(org.springframework.r2dbc.core.binding.BindMarkers markers, CriteriaDefinition criteria, Table table, RelationalPersistentEntity<?> entity) QueryMapper.getMappedObject(org.springframework.r2dbc.core.binding.BindMarkers markers, Criteria criteria, Table table, RelationalPersistentEntity<?> entity) Deprecated.since 1.1.UpdateMapper.getMappedObject(org.springframework.r2dbc.core.binding.BindMarkers markers, Map<SqlIdentifier, ? extends Object> assignments, Table table, RelationalPersistentEntity<?> entity) UpdateMapper.getMappedObject(org.springframework.r2dbc.core.binding.BindMarkers markers, Update update, Table table, RelationalPersistentEntity<?> entity) QueryMapper.getMappedSort(Table table, org.springframework.data.domain.Sort sort, RelationalPersistentEntity<?> entity) Map theSortobject to apply field name mapping usingthe type to read. -
Uses of Table in org.springframework.data.relational.core.sql
Methods in org.springframework.data.relational.core.sql that return TableModifier and TypeMethodDescriptionstatic TableCreates a newTableusing analias.Creates a newTablealiased toalias.Table.as(SqlIdentifier alias) Creates a newTablealiased toalias.static TableCreates a newTablegivenname.static TableTable.create(SqlIdentifier name) Creates a newTablegivenname.static TableCreates a newTable.Methods in org.springframework.data.relational.core.sql with parameters of type TableModifier and TypeMethodDescriptionstatic Columnstatic Expressionstatic Columnstatic AsteriskFromTablestatic ColumnColumn.create(SqlIdentifier name, Table table) static DeleteBuilder.DeleteWhereCreates a newDeleteBuilderand declares theTableto delete from.Declare aTableforDELETE FROM.Creates a newInsertBuilderand declare theTableto insert into.Declare aTabletoINSERT INTO.Configure theTableto which the update is applied.static UpdateBuilder.UpdateAssignCreates a newUpdateBuilderand declare theTablefor the update.