Uses of Class
org.springframework.data.relational.core.sql.Table
Packages that use Table
-
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.