Uses of Package
org.springframework.data.relational.core.sql
Packages that use org.springframework.data.relational.core.sql
Package
Description
Dialects abstract the SQL dialect of the underlying database.
Query and update support.
Statement Builder implementation.
SQL rendering utilities to render SQL from the Statement Builder API.
Query support for relational database repositories.
Support infrastructure for query derivation of relational database repositories.
-
Classes in org.springframework.data.relational.core.sql used by org.springframework.data.relational.core.conversionClassDescriptionRepresents a named object that exists in the database like a table name or a column name.
-
Classes in org.springframework.data.relational.core.sql used by org.springframework.data.relational.core.dialectClassDescriptionAn interface describing the processing steps for the conversion of
SqlIdentifierto SQL snippets or column names.Value object providing lock options to apply to aSelectstatement.AST for aSELECTstatement.Simple function accepting one or moreExpressions.Represents a named object that exists in the database like a table name or a column name. -
Classes in org.springframework.data.relational.core.sql used by org.springframework.data.relational.core.mappingClassDescriptionRepresents a named object that exists in the database like a table name or a column name.
-
Classes in org.springframework.data.relational.core.sql used by org.springframework.data.relational.core.queryClassDescriptionRepresents a named object that exists in the database like a table name or a column name.
-
Classes in org.springframework.data.relational.core.sql used by org.springframework.data.relational.core.sqlClassDescriptionAliased element exposing an
alias.Represents an analytic function, also known as windowing functionUpdate assignment to aColumn.Assign aExpressionto aColumn.BETWEENConditioncomparing betweenExpressions.Bind marker/parameter placeholder used to construct prepared statements with parameter substitution.Represents aBooleanliteral.Column name within aSELECT … FROMclause.ComparingConditioncomparing twoExpressions.ASTSegmentfor a condition.AST for aDELETEstatement.Entry point to construct aDeletestatement.Interface exposing theDeletebuild method.Interface exposingWHEREmethods.Expression that can be used in select lists.Simple condition that evaluates to SQLFALSE.FROMclause.An interface describing the processing steps for the conversion ofSqlIdentifierto SQL snippets or column names.Encapsulates the three kinds of letter casing supported.A conversion from unquoted identifiers to quoted identifiers.INConditionclause.Represents a inline query within a SQL statement.AST for aINSERTstatement.Entry point to construct anInsertstatement.Interface exposing theInsertbuild method.Interface exposingWHEREmethods.Interface exposingvaluemethods to add values to theINSERTstatement and the build method.Interface exposingvaluemethods to add values to theINSERTstatement.Interface exposingvaluemethods to add values to theINSERTstatement and the build method.IS NULLCondition.LIKEConditioncomparing twoExpressions.Represents a literal.Lock Mode Types of SELECT statements.Wrapper for multipleConditions.Named element exposing aname.Represents aNumberliteral.Represents a field in theORDER BYclause.Supertype of all Abstract Syntax Tree (AST) segments.A list ofSegmentinstances.AST for aSELECTstatement.Entry point to construct aSelectstatement.Interface exposing theSelectbuild method.Builder exposingSELECTandFROMmethods.Builder exposingFROMmethods.Builder exposingFROM,JOIN,WHERE,LIMIT/OFFSETandLOCKmethods.Builder exposingFROM,WHERE,LIMIT/OFFSET, JOINANDandLOCKcontinuation methods.Builder exposingFROM,JOIN,WHERE,LIMIT/OFFSETandLOCKmethods.Interface exposingJOINmethods.Limit/offset methods.Lock methods.Interface exposingONmethods to declareJOINrelationships.Builder exposing JOIN andJOIN … ONcontinuation methods.Interface declaring the target column comparison relationship.Builder exposingORDER BYandLOCKmethods.Interface exposingWHERE,LOCKmethods.Simple function accepting one or moreExpressions.Represents a named object that exists in the database like a table name or a column name.Represents aCharSequenceliteral.Baseclass for all kinds of "select in parenthesis".Represents a table reference within a SQL statement.A segment that can be used as table in a query.Simple condition that evaluates to SQLTRUE.AST for aaUPDATEstatement.Entry point to construct anUpdatestatement.Interface exposing theUpdatebuild method.Interface exposingSETmethods.Interface exposingWHEREmethods.Interface for implementations that wish to be visited by aVisitor.ASTSegmentvisitor. -
Classes in org.springframework.data.relational.core.sql used by org.springframework.data.relational.core.sql.renderClassDescriptionColumn name within a
SELECT … FROMclause.AST for aDELETEstatement.An interface describing the processing steps for the conversion ofSqlIdentifierto SQL snippets or column names.AST for aINSERTstatement.AST for aSELECTstatement.Represents a named object that exists in the database like a table name or a column name.A segment that can be used as table in a query.AST for aaUPDATEstatement.ASTSegmentvisitor. -
-
Classes in org.springframework.data.relational.core.sql used by org.springframework.data.relational.repository.queryClassDescriptionRepresents a named object that exists in the database like a table name or a column name.
-
Classes in org.springframework.data.relational.core.sql used by org.springframework.data.relational.repository.supportClassDescriptionRepresents a named object that exists in the database like a table name or a column name.