Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractDialect - Class in org.springframework.data.relational.core.dialect
- 
Base class forDialectimplementations.
- AbstractDialect() - Constructor for class org.springframework.data.relational.core.dialect.AbstractDialect
- AbstractJdbcConfiguration - Class in org.springframework.data.jdbc.repository.config
- 
Beans that must be registered for Spring Data JDBC to work.
- AbstractJdbcConfiguration() - Constructor for class org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
- AbstractJdbcQuery - Class in org.springframework.data.jdbc.repository.query
- 
Base class for queries based on a repository method.
- AbstractJdbcQuery.ConvertingRowMapper<T> - Class in org.springframework.data.jdbc.repository.query
- AbstractJdbcQuery.RowMapperFactory - Interface in org.springframework.data.jdbc.repository.query
- 
Factory to create aRowMapperfor a given class.
- AbstractR2dbcConfiguration - Class in org.springframework.data.r2dbc.config
- 
Base class for Spring Data R2DBC configuration containing bean declarations that must be registered for Spring Data R2DBC to work.
- AbstractR2dbcConfiguration() - Constructor for class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- AbstractR2dbcQuery - Class in org.springframework.data.r2dbc.repository.query
- 
Base class for reactiveRepositoryQueryimplementations for R2DBC.
- AbstractR2dbcQuery(R2dbcQueryMethod, R2dbcEntityOperations, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
- AbstractRelationalConverter - Class in org.springframework.data.relational.core.conversion
- 
Base class forRelationalConverterimplementations.
- AbstractRelationalConverter(RelationalMappingContext) - Constructor for class org.springframework.data.relational.core.conversion.AbstractRelationalConverter
- 
Creates a newAbstractRelationalConvertergivenMappingContext.
- AbstractRelationalConverter(RelationalMappingContext, CustomConversions) - Constructor for class org.springframework.data.relational.core.conversion.AbstractRelationalConverter
- AbstractRelationalEvent<E> - Class in org.springframework.data.relational.core.mapping.event
- 
Base class for mapping events of Spring Data Relational
- AbstractRelationalEvent(Object) - Constructor for class org.springframework.data.relational.core.mapping.event.AbstractRelationalEvent
- 
Creates an event with the given source.
- AbstractRelationalEventListener<E> - Class in org.springframework.data.relational.core.mapping.event
- 
Base class to implement domain class specificApplicationListenerclasses.
- AbstractRelationalEventListener() - Constructor for class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
- 
Creates a newAbstractRelationalEventListener.
- accept(SqlIdentifier, Object, Class<?>) - Method in interface org.springframework.data.jdbc.core.convert.Identifier.IdentifierConsumer
- 
Performs this operation on the given arguments.
- acquireLockAll(LockMode, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- acquireLockAll(LockMode, Class<T>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Acquire a lock on all aggregates of the given domain type.
- acquireLockAll(LockMode, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- acquireLockAll(LockMode, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- acquireLockAll(LockMode, Class<T>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- acquireLockById(Object, LockMode, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- acquireLockById(Object, LockMode, Class<T>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Acquire a lock on the aggregate specified by id.
- acquireLockById(Object, LockMode, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- acquireLockById(Object, LockMode, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- acquireLockById(Object, LockMode, Class<T>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- add(C) - Method in interface org.springframework.data.relational.core.conversion.BatchingAggregateChange
- 
Adds aMutableAggregateChangeinto thisBatchingAggregateChange.
- add(DeleteAggregateChange<T>) - Method in class org.springframework.data.relational.core.conversion.DeleteBatchingAggregateChange
- add(RootAggregateChange<T>) - Method in class org.springframework.data.relational.core.conversion.SaveBatchingAggregateChange
- addAction(DbAction<?>) - Method in class org.springframework.data.relational.core.conversion.DeleteAggregateChange
- 
Adds an action to thisAggregateChange.
- addAction(DbAction<?>) - Method in interface org.springframework.data.relational.core.conversion.MutableAggregateChange
- 
Adds an action to thisAggregateChange.
- AFTER_FROM_TABLE - Enum constant in enum class org.springframework.data.relational.core.dialect.LockClause.Position
- 
Append the clause after from table.
- AFTER_ORDER_BY - Enum constant in enum class org.springframework.data.relational.core.dialect.LimitClause.Position
- 
Append the clause at the end of the statement.
- AFTER_ORDER_BY - Enum constant in enum class org.springframework.data.relational.core.dialect.LockClause.Position
- 
Append the clause at the end of the statement.
- AfterConvertCallback<T> - Interface in org.springframework.data.r2dbc.mapping.event
- 
Callback being invoked after a domain object is materialized from a row when reading results.
- AfterConvertCallback<T> - Interface in org.springframework.data.relational.core.mapping.event
- 
AnEntityCallbackthat gets invoked after an aggregate was converted from the database into an entity.
- AfterConvertEvent<E> - Class in org.springframework.data.relational.core.mapping.event
- 
Gets published after instantiation and setting of all the properties of an entity.
- AfterConvertEvent(E) - Constructor for class org.springframework.data.relational.core.mapping.event.AfterConvertEvent
- AfterDeleteCallback<T> - Interface in org.springframework.data.relational.core.mapping.event
- 
AnEntityCallbackthat gets called after an aggregate got deleted.
- AfterDeleteEvent<E> - Class in org.springframework.data.relational.core.mapping.event
- 
Gets published after deletion of an entity.
- AfterDeleteEvent(Identifier, E, AggregateChange<E>) - Constructor for class org.springframework.data.relational.core.mapping.event.AfterDeleteEvent
- afterFromTable() - Method in class org.springframework.data.relational.core.dialect.SqlServerSelectRenderContext
- afterFromTable() - Method in interface org.springframework.data.relational.core.sql.render.SelectRenderContext
- 
Customization hook: Rendition of a part afterFROMtable.
- afterOrderBy(boolean) - Method in class org.springframework.data.relational.core.dialect.SqlServerSelectRenderContext
- afterOrderBy(boolean) - Method in interface org.springframework.data.relational.core.sql.render.SelectRenderContext
- 
Customization hook: Rendition of a part afterORDER BY.
- afterPropertiesSet() - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
- afterPropertiesSet() - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- AfterSaveCallback<T> - Interface in org.springframework.data.r2dbc.mapping.event
- 
Entity callback triggered after save of aOutboundRow.
- AfterSaveCallback<T> - Interface in org.springframework.data.relational.core.mapping.event
- 
AnEntityCallbackthat gets invoked after an aggregate was saved to the database.
- AfterSaveEvent<E> - Class in org.springframework.data.relational.core.mapping.event
- 
Gets published after a new instance or a changed instance was saved in the database.
- AfterSaveEvent(E, AggregateChange<E>) - Constructor for class org.springframework.data.relational.core.mapping.event.AfterSaveEvent
- afterSelectList() - Method in class org.springframework.data.relational.core.dialect.SqlServerSelectRenderContext
- afterSelectList() - Method in interface org.springframework.data.relational.core.sql.render.SelectRenderContext
- 
Customization hook: Rendition of a part after theSELECTlist and before anyFROMrenderings.
- AggregateChange<T> - Interface in org.springframework.data.relational.core.conversion
- 
Represents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.
- AggregateChange.Kind - Enum Class in org.springframework.data.relational.core.conversion
- 
The kind of action to be performed on an aggregate.
- AggregatePath - Interface in org.springframework.data.relational.core.mapping
- 
Represents a path within an aggregate starting from the aggregate root.
- AggregatePath.ColumnInfo - Record Class in org.springframework.data.relational.core.mapping
- AggregatePath.TableInfo - Record Class in org.springframework.data.relational.core.mapping
- AggregatePathTraversal - Class in org.springframework.data.relational.core.mapping
- AggregatePathTraversal() - Constructor for class org.springframework.data.relational.core.mapping.AggregatePathTraversal
- AggregateReference<T,ID> - Interface in org.springframework.data.jdbc.core.mapping 
- 
A reference to the aggregate root of a different aggregate.
- AggregateReference.IdOnlyAggregateReference<T,ID> - Class in org.springframework.data.jdbc.core.mapping 
- 
AnAggregateReferencethat only holds the id of the referenced aggregate root.
- alias() - Method in record class org.springframework.data.relational.core.mapping.AggregatePath.ColumnInfo
- 
Returns the value of thealiasrecord component.
- aliased(String, String) - Static method in class org.springframework.data.relational.core.sql.Table
- 
Creates a newTableusing analias.
- aliased(String, Table, String) - Static method in class org.springframework.data.relational.core.sql.Column
- Aliased - Interface in org.springframework.data.relational.core.sql
- 
Aliased element exposing analias.
- AliasedExpression - Class in org.springframework.data.relational.core.sql
- 
An expression with an alias.
- AliasedExpression(Expression, String) - Constructor for class org.springframework.data.relational.core.sql.AliasedExpression
- AliasedExpression(Expression, SqlIdentifier) - Constructor for class org.springframework.data.relational.core.sql.AliasedExpression
- AliasFactory - Class in org.springframework.data.relational.core.sqlgeneration
- 
Creates aliases to be used in SQL generation
- AliasFactory() - Constructor for class org.springframework.data.relational.core.sqlgeneration.AliasFactory
- all() - Method in interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation.TerminatingDelete
- 
Remove all matching rows.
- all() - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.TerminatingSelect
- 
Get all matching elements.
- AnalyticFunction - Class in org.springframework.data.relational.core.sql
- 
Represents an analytic function, also known as windowing function
- AnalyticFunction.Partition - Class in org.springframework.data.relational.core.sql
- and(String) - Method in class org.springframework.data.relational.core.query.Criteria
- and(List<? extends CriteriaDefinition>) - Method in class org.springframework.data.relational.core.query.Criteria
- and(Sort.Direction, String...) - Method in class org.springframework.data.relational.domain.SqlSort
- 
Returns a newSqlSortwith the given sorting criteria added to the current one.
- and(SqlTypeMapping) - Method in interface org.springframework.data.jdbc.core.mapping.schema.SqlTypeMapping
- 
Returns a composedSqlTypeMappingthat represents a fallback of this type mapping and another.
- and(CriteriaDefinition) - Method in class org.springframework.data.relational.core.query.Criteria
- and(Condition) - Method in interface org.springframework.data.relational.core.sql.Condition
- 
Combine anotherConditionusingAND.
- and(Condition) - Method in interface org.springframework.data.relational.core.sql.DeleteBuilder.DeleteWhereAndOr
- and(Condition) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectWhereAndOr
- and(Condition) - Method in interface org.springframework.data.relational.core.sql.UpdateBuilder.UpdateWhereAndOr
- and(Expression) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectOnCondition
- 
Declare an additional source column in theJOIN.
- and(Part, Criteria, Iterator<Object>) - Method in class org.springframework.data.relational.repository.query.RelationalQueryCreator
- 
Combines the givenCriteriawith the new one created for the given method name part usingAND.
- AND - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Combinator
- AndCondition - Class in org.springframework.data.relational.core.sql
- andUnsafe(Sort.Direction, String...) - Method in class org.springframework.data.relational.domain.SqlSort
- 
Returns a newSqlSortwith the given sorting criteria added to the current one.
- ANSI - Static variable in interface org.springframework.data.relational.core.sql.IdentifierProcessing
- 
AnIdentifierProcessingthat can be used for databases adhering to the SQL standard which uses double quotes (") for quoting and makes unquoted literals equivalent to upper case.
- ANSI - Static variable in class org.springframework.data.relational.core.sql.IdentifierProcessing.Quoting
- AnsiDialect - Class in org.springframework.data.relational.core.dialect
- 
An SQL dialect for the ANSI SQL standard.
- AnsiDialect() - Constructor for class org.springframework.data.relational.core.dialect.AnsiDialect
- append(String, Object) - Method in class org.springframework.data.relational.domain.RowDocument
- 
Appends a new entry (or overwrites an existing value atkey).
- append(String, Parameter) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- 
Put the given key/value pair into thisOutboundRowand return this.
- append(RelationalPersistentProperty) - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- 
Creates a new path by extending the current path by the property passed as an argument.
- append(SqlIdentifier, Parameter) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- 
Put the given key/value pair into thisOutboundRowand return this.
- apply(Row, RowMetadata) - Method in class org.springframework.data.r2dbc.convert.EntityRowMapper
- apply(String) - Method in class org.springframework.data.relational.core.sql.IdentifierProcessing.Quoting
- apply(Escaper) - Method in interface org.springframework.data.relational.core.query.ValueFunction
- 
Produces a value by considering the givenEscaper.
- apply(Update) - Method in interface org.springframework.data.r2dbc.core.ReactiveUpdateOperation.TerminatingUpdate
- 
Update all matching rows in the table.
- APPLY_RENAMING - Enum constant in enum class org.springframework.data.relational.core.mapping.ForeignKeyNaming
- 
This strategy takes names specified viaTableannotation into account.
- applyDefaults(BasicRelationalPersistentProperty) - Method in class org.springframework.data.relational.core.mapping.RelationalMappingContext
- ArrayColumns - Interface in org.springframework.data.relational.core.dialect
- 
Interface declaring methods that express how a dialect supports array-typed columns.
- ArrayColumns.Unsupported - Enum Class in org.springframework.data.relational.core.dialect
- 
DefaultArrayColumnsimplementation for dialects that do not support array-typed columns.
- ArrayUtils - Class in org.springframework.data.r2dbc.support
- 
Utilities for array interaction.
- as(Class<R>) - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.SelectWithProjection
- 
Define theresult target typethat the fields should be mapped to.
- as(String) - Method in class org.springframework.data.relational.core.sql.AnalyticFunction
- as(String) - Method in class org.springframework.data.relational.core.sql.Column
- 
Creates a new aliasedColumn.
- as(String) - Method in class org.springframework.data.relational.core.sql.SimpleFunction
- 
Expose this function result under a columnalias.
- as(String) - Method in class org.springframework.data.relational.core.sql.Table
- 
Creates a newTablealiased toalias.
- as(SqlIdentifier) - Method in class org.springframework.data.relational.core.sql.AnalyticFunction
- as(SqlIdentifier) - Method in class org.springframework.data.relational.core.sql.Column
- 
Creates a new aliasedColumn.
- as(SqlIdentifier) - Method in class org.springframework.data.relational.core.sql.SimpleFunction
- 
Expose this function result under a columnalias.
- as(SqlIdentifier) - Method in class org.springframework.data.relational.core.sql.Table
- 
Creates a newTablealiased toalias.
- AS_IS - Enum constant in enum class org.springframework.data.relational.core.sql.IdentifierProcessing.LetterCasing
- asc() - Method in class org.springframework.data.relational.core.sql.OrderByField
- 
Creates a newOrderByFieldfrom a the current one using ascending sorting.
- asc(String) - Static method in class org.springframework.data.relational.domain.SqlSort.SqlOrder
- 
Creates a newSqlSort.SqlOrderinstance.
- asIs() - Static method in class org.springframework.data.relational.core.sql.render.NamingStrategies
- 
Creates a as-isRenderNamingStrategythat preservesColumnandTablenames as they were expressed during their declaration.
- Assignment - Interface in org.springframework.data.relational.core.sql
- 
Update assignment to aColumn.
- Assignments - Class in org.springframework.data.relational.core.sql
- 
Factory for commonAssignments.
- AssignValue - Class in org.springframework.data.relational.core.sql
- 
Assign aExpressionto aColumn.
- asterisk() - Static method in class org.springframework.data.relational.core.sql.Expressions
- asterisk() - Method in interface org.springframework.data.relational.core.sql.TableLike
- 
Creates aAsteriskFromTablemaker selecting all columns from thisTable(e.g.
- asterisk(Table) - Static method in class org.springframework.data.relational.core.sql.Expressions
- AsteriskFromTable - Class in org.springframework.data.relational.core.sql
- AUDITING_ORDER - Static variable in class org.springframework.data.relational.auditing.RelationalAuditingCallback
- 
The order used for thisEventListener.
- auditorAwareRef() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcAuditing
- 
Configures theAuditorAwarebean to be used to lookup the current principal.
- auditorAwareRef() - Element in annotation interface org.springframework.data.r2dbc.config.EnableR2dbcAuditing
- 
Configures theReactiveAuditorAwarebean to be used to lookup the current principal.
- AUTOGENERATED_ID_TYPES - Static variable in class org.springframework.data.jdbc.core.mapping.JdbcSimpleTypes
B
- basePackageClasses() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcRepositories
- 
Type-safe alternative toEnableJdbcRepositories.basePackages()for specifying the packages to scan for annotated components.
- basePackageClasses() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
- 
Type-safe alternative toEnableR2dbcRepositories.basePackages()for specifying the packages to scan for annotated components.
- basePackages() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcRepositories
- 
Base packages to scan for annotated components.
- basePackages() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
- 
Base packages to scan for annotated components.
- BasicJdbcPersistentProperty - Class in org.springframework.data.jdbc.core.mapping
- 
Extension toBasicRelationalPersistentProperty.
- BasicJdbcPersistentProperty(Property, PersistentEntity<?, RelationalPersistentProperty>, SimpleTypeHolder, NamingStrategy) - Constructor for class org.springframework.data.jdbc.core.mapping.BasicJdbcPersistentProperty
- 
Creates a newBasicJdbcPersistentProperty.
- BasicRelationalPersistentProperty - Class in org.springframework.data.relational.core.mapping
- 
SQL-specificPersistentPropertyimplementation.
- BasicRelationalPersistentProperty(Property, PersistentEntity<?, RelationalPersistentProperty>, SimpleTypeHolder, NamingStrategy) - Constructor for class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- 
Creates a newBasicRelationalPersistentProperty.
- BatchDelete(List<DbAction.Delete<T>>) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.BatchDelete
- BatchingAggregateChange<T,C extends MutableAggregateChange<T>> - Interface in org.springframework.data.relational.core.conversion 
- 
Represents the changes happening to one or more aggregates (as used in the context of Domain Driven Design) as a whole.
- BatchInsert(List<DbAction.Insert<T>>) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.BatchInsert
- BatchInsertRoot(List<DbAction.InsertRoot<T>>) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.BatchInsertRoot
- BeforeConvertCallback<T> - Interface in org.springframework.data.r2dbc.mapping.event
- 
Callback being invoked before a domain object is converted to be persisted.
- BeforeConvertCallback<T> - Interface in org.springframework.data.relational.core.mapping.event
- 
AnEntityCallbackthat gets invoked before the aggregate is converted into a database change.
- BeforeConvertEvent<E> - Class in org.springframework.data.relational.core.mapping.event
- 
Gets published before an aggregate gets converted into a database change, but after the decision was made if an insert or an update is to be performed.
- BeforeConvertEvent(E) - Constructor for class org.springframework.data.relational.core.mapping.event.BeforeConvertEvent
- BeforeDeleteCallback<T> - Interface in org.springframework.data.relational.core.mapping.event
- 
AnEntityCallbackthat gets invoked before an entity is deleted.
- BeforeDeleteEvent<E> - Class in org.springframework.data.relational.core.mapping.event
- 
Gets published when an entity is about to get deleted.
- BeforeDeleteEvent(Identifier, E, AggregateChange<E>) - Constructor for class org.springframework.data.relational.core.mapping.event.BeforeDeleteEvent
- BeforeSaveCallback<T> - Interface in org.springframework.data.r2dbc.mapping.event
- 
Entity callback triggered before save of a row.
- BeforeSaveCallback<T> - Interface in org.springframework.data.relational.core.mapping.event
- 
AnEntityCallbackthat gets invoked before changes are applied to the database, after the aggregate was converted to a database change.
- BeforeSaveEvent<E> - Class in org.springframework.data.relational.core.mapping.event
- 
Gets published before changes are applied to the database, after the aggregate was converted to a database change.
- BeforeSaveEvent(E, AggregateChange<E>) - Constructor for class org.springframework.data.relational.core.mapping.event.BeforeSaveEvent
- between(Object, Object) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausing between (BETWEEN begin AND end).
- between(Expression, Expression) - Method in class org.springframework.data.relational.core.sql.Column
- 
Creates aBETWEENCondition.
- between(Expression, Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
- 
Creates aBETWEENCondition.
- Between - Class in org.springframework.data.relational.core.sql
- 
BETWEENConditioncomparing betweenExpressions.
- BETWEEN - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- bind(int, Parameter) - Method in class org.springframework.data.r2dbc.dialect.BindTargetBinder
- 
Bind aParameterby index.
- bind(String, Parameter) - Method in class org.springframework.data.r2dbc.dialect.BindTargetBinder
- 
Bind aParameterby name.
- bind(DatabaseClient.GenericExecuteSpec) - Method in interface org.springframework.data.r2dbc.repository.query.BindableQuery
- 
Bind parameters to thequery.
- BindableQuery - Interface in org.springframework.data.r2dbc.repository.query
- 
Interface declaring a query that supplies SQL and can bind parameters to aDatabaseClient.GenericExecuteSpec.
- bindMarker() - Static method in class org.springframework.data.relational.core.sql.SQL
- 
Creates a new parameter bind marker.
- bindMarker(String) - Static method in class org.springframework.data.relational.core.sql.SQL
- 
Creates a new parameter bind marker associated with anamehint.
- BindMarker - Class in org.springframework.data.relational.core.sql
- 
Bind marker/parameter placeholder used to construct prepared statements with parameter substitution.
- BindMarker() - Constructor for class org.springframework.data.relational.core.sql.BindMarker
- BindTargetBinder - Class in org.springframework.data.r2dbc.dialect
- 
Utility to bindParameterto aBindTarget.
- BindTargetBinder(BindTarget) - Constructor for class org.springframework.data.r2dbc.dialect.BindTargetBinder
- BooleanLiteral - Class in org.springframework.data.relational.core.sql
- 
Represents aBooleanliteral.
- BoundAssignments - Class in org.springframework.data.r2dbc.query
- 
Value object representingAssignments with theirBindings.
- BoundAssignments(Bindings, List<Assignment>) - Constructor for class org.springframework.data.r2dbc.query.BoundAssignments
- BoundCondition - Class in org.springframework.data.r2dbc.query
- BoundCondition(Bindings, Condition) - Constructor for class org.springframework.data.r2dbc.query.BoundCondition
- build() - Method in class org.springframework.data.jdbc.core.convert.JdbcIdentifierBuilder
- build() - Method in interface org.springframework.data.relational.core.sql.DeleteBuilder.BuildDelete
- 
Build theDeletestatement and verify basic relationship constraints such as all referenced columns have aFROMtable import.
- build() - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.BuildInsert
- 
Build theInsertstatement.
- build() - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.BuildSelect
- 
Build theSelectstatement and verify basic relationship constraints such as all referenced columns have aFROMorJOINtable import.
- build() - Method in interface org.springframework.data.relational.core.sql.UpdateBuilder.BuildUpdate
- 
Build theUpdate.
- build(boolean) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.BuildSelect
- 
Build theSelectstatement.
- builder() - Static method in interface org.springframework.data.relational.core.sql.Delete
- 
Creates a newDeleteBuilder.
- builder() - Static method in interface org.springframework.data.relational.core.sql.Insert
- 
Creates a newInsertBuilder.
- builder() - Static method in interface org.springframework.data.relational.core.sql.Select
- 
Creates a newSelectBuilder.
- builder() - Static method in interface org.springframework.data.relational.core.sql.Update
- 
Creates a newUpdateBuilder.
- by(String) - Static method in class org.springframework.data.relational.domain.SqlSort.SqlOrder
- 
Creates a newSqlSort.SqlOrderinstance.
C
- CascadingDataAccessStrategy - Class in org.springframework.data.jdbc.core.convert
- 
Delegates each method to theDataAccessStrategys passed to the constructor in turn until the first that does not throw an exception.
- CascadingDataAccessStrategy(List<DataAccessStrategy>) - Constructor for class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- CaseExpression - Class in org.springframework.data.relational.core.sql
- 
Case with one or more conditions expression.
- CaseExpressionVisitor - Class in org.springframework.data.relational.core.sql.render
- 
Renderer forCaseExpression.
- cast(Expression, String) - Static method in class org.springframework.data.relational.core.sql.Expressions
- Cast - Class in org.springframework.data.relational.core.sql
- 
Represents aCASTexpression likeCAST(something AS JSON.
- clear() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- clear() - Method in class org.springframework.data.relational.domain.RowDocument
- clone() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- coalesce(Expression...) - Static method in class org.springframework.data.relational.core.sql.Functions
- 
Creates a newCOALESCEfunction.
- column(String) - Method in interface org.springframework.data.relational.core.sql.TableLike
- column(String, Table) - Static method in class org.springframework.data.relational.core.sql.SQL
- column(Column) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertIntoColumnsAndValues
- 
Add aColumnto theINTOcolumn list.
- column(SqlIdentifier) - Method in interface org.springframework.data.relational.core.sql.TableLike
- Column - Class in org.springframework.data.relational.core.sql
- 
Column name within aSELECT … FROMclause.
- Column - Annotation Interface in org.springframework.data.relational.core.mapping
- 
The annotation to configure the mapping from an attribute to a database column.
- ColumnInfo(SqlIdentifier, SqlIdentifier) - Constructor for record class org.springframework.data.relational.core.mapping.AggregatePath.ColumnInfo
- 
Creates an instance of aColumnInforecord class.
- columns(String...) - Method in class org.springframework.data.relational.core.query.Query
- 
Add columns to the query.
- columns(String...) - Method in interface org.springframework.data.relational.core.sql.TableLike
- columns(Collection<String>) - Method in class org.springframework.data.relational.core.query.Query
- 
Add columns to the query.
- columns(Collection<String>) - Method in interface org.springframework.data.relational.core.sql.TableLike
- columns(Collection<Column>) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertIntoColumnsAndValues
- 
Add a one or moreColumnto theINTOcolumn list.
- columns(Column...) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertIntoColumnsAndValues
- 
Add a one or moreColumnto theINTOcolumn list.
- columns(SqlIdentifier...) - Method in class org.springframework.data.relational.core.query.Query
- 
Add columns to the query.
- columns(SqlIdentifier...) - Method in interface org.springframework.data.relational.core.sql.TableLike
- Comparison - Class in org.springframework.data.relational.core.sql
- 
ComparingConditioncomparing twoExpressions.
- compute(String, BiFunction<? super String, ? super Object, ?>) - Method in class org.springframework.data.relational.domain.RowDocument
- computeIfAbsent(String, Function<? super String, ?>) - Method in class org.springframework.data.relational.domain.RowDocument
- computeIfPresent(String, BiFunction<? super String, ? super Object, ?>) - Method in class org.springframework.data.relational.domain.RowDocument
- Condition - Interface in org.springframework.data.relational.core.sql
- 
ASTSegmentfor a condition.
- Conditions - Class in org.springframework.data.relational.core.sql
- 
Factory for commonConditions.
- connectionFactory() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- 
Return a R2DBCConnectionFactory.
- considerNestedRepositories() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcRepositories
- 
Configures whether nested repository-interfaces (e.g. defined as inner classes) should be discovered by the repositories infrastructure.
- considerNestedRepositories() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
- 
Configures whether nested repository-interfaces (e.g. defined as inner classes) should be discovered by the repositories infrastructure.
- ConstantCondition - Class in org.springframework.data.relational.core.sql
- 
Conditionrepresenting fixed sql predicate.
- consumeRenderedPart() - Method in class org.springframework.data.relational.core.sql.render.CaseExpressionVisitor
- 
Consumes the delegated rendering part.
- containsKey(Object) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- containsKey(Object) - Method in class org.springframework.data.relational.domain.RowDocument
- containsValue(Object) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- containsValue(Object) - Method in class org.springframework.data.relational.domain.RowDocument
- convert(E) - Method in class org.springframework.data.r2dbc.convert.EnumWriteSupport
- convert(Boolean) - Method in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.BooleanToByteConverter
- convert(Byte) - Method in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.ByteToBooleanConverter
- convert(Object, TypeInformation<? extends S>) - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.ConversionContext
- 
Converts a source object intotarget.
- convert(Object, TypeInformation<? extends S>, MappingRelationalConverter.ConversionContext) - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.ConversionContext
- 
Converts a source object intotarget.
- convert(Object, TypeInformation<? extends S>, MappingRelationalConverter.ConversionContext) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter.DefaultConversionContext
- convert(Timestamp) - Method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToInstantConverter
- convert(Timestamp) - Method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalDateConverter
- convert(Timestamp) - Method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalDateTimeConverter
- convert(Timestamp) - Method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalTimeConverter
- convert(Instant) - Method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.InstantToTimestampConverter
- convert(LocalDate) - Method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalDateToTimestampConverter
- convert(LocalDateTime) - Method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalDateTimeToTimestampConverter
- convert(LocalTime) - Method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalTimeToTimestampConverter
- convert(MappingRelationalConverter.ConversionContext, T, TypeInformation<?>) - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter
- convert(T, TypeInformation<?>) - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.DefaultConversionContext.ValueConverter
- ConvertingRowMapper(RowMapper<T>, Converter<Object, Object>) - Constructor for class org.springframework.data.jdbc.repository.query.AbstractJdbcQuery.ConvertingRowMapper
- convertValue(Object, TypeInformation<?>) - Method in class org.springframework.data.jdbc.core.convert.QueryMapper
- convertValue(Object, TypeInformation<?>) - Method in class org.springframework.data.r2dbc.query.QueryMapper
- count() - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- count() - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.TerminatingSelect
- 
Get the number of matching elements.
- count() - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- count(Class<?>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- count(Class<?>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Counts the rows in the table representing the given domain type.
- count(Class<?>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- count(Class<?>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- count(Class<?>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Counts the number of aggregates of a given type.
- count(Class<?>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- count(Class<?>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- count(Collection<? extends Expression>) - Static method in class org.springframework.data.relational.core.sql.Functions
- 
Creates a newCOUNTfunction.
- count(Example<S>) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- count(Example<S>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- count(Query, Class<?>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Returns the number of rows for the given entity class applyingQuery.
- count(Query, Class<?>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- count(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- count(Query, Class<T>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Counts the rows in the table representing the given probe type, that match the givenquery.
- count(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- count(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- count(Query, Class<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Counts the number of aggregates of a given type that match the givenquery.
- count(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- count(Query, Class<T>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- count(Expression...) - Static method in class org.springframework.data.relational.core.sql.Functions
- 
Creates a newCOUNTfunction.
- create() - Method in class org.springframework.data.jdbc.core.convert.DataAccessStrategyFactory
- 
Creates a newDataAccessStrategy.
- create() - Static method in class org.springframework.data.relational.core.sql.render.SqlRenderer
- 
Creates a newSqlRenderer.
- create(Class<?>) - Method in interface org.springframework.data.jdbc.repository.query.AbstractJdbcQuery.RowMapperFactory
- 
Create aRowMapperbased on the expected return type passed in as an argument.
- create(String) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.DeleteSpec
- 
Create anDELETEspecification fortable.
- create(String) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
- 
Create anINSERTspecification fortable.
- create(String) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- 
Create anSELECTspecification fortable.
- create(String) - Static method in class org.springframework.data.relational.core.sql.Table
- 
Creates a newTablegivenname.
- create(String, String, Object) - Static method in class org.springframework.data.relational.core.sql.Comparison
- 
Creates a newComparisonfrom simple StringP arguments
- create(String, List<? extends Expression>) - Static method in class org.springframework.data.relational.core.sql.SimpleFunction
- create(String, Update) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
- 
Create anINSERTspecification fortable.
- create(String, Expression...) - Static method in class org.springframework.data.relational.core.sql.AnalyticFunction
- create(String, TableLike) - Static method in class org.springframework.data.relational.core.sql.Column
- create(R2dbcDialect, R2dbcConverter) - Static method in interface org.springframework.data.r2dbc.core.StatementMapper
- create(RelationalPersistentEntity<?>) - Static method in class org.springframework.data.relational.core.mapping.PersistentPropertyTranslator
- 
Create a newPersistentPropertyTranslator.
- create(RelationalPersistentEntity<?>, Predicate<RelationalPersistentProperty>) - Static method in class org.springframework.data.relational.core.mapping.PersistentPropertyTranslator
- 
Create a newPersistentPropertyTranslatoraccepting afilter predicatewhether the translation should happen at all.
- create(Column, Expression) - Static method in class org.springframework.data.relational.core.sql.AssignValue
- create(Expression) - Static method in class org.springframework.data.relational.core.sql.IsNull
- 
Creates a newIsNullexpression.
- create(Expression, String) - Static method in class org.springframework.data.relational.core.sql.Cast
- 
Creates a newCASTexpression.
- create(Expression, String, Expression) - Static method in class org.springframework.data.relational.core.sql.Comparison
- create(Expression, Collection<? extends Expression>) - Static method in class org.springframework.data.relational.core.sql.In
- create(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.In
- create(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Like
- create(Expression, Expression...) - Static method in class org.springframework.data.relational.core.sql.In
- create(Expression, Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Between
- create(IdentifierProcessing) - Static method in interface org.springframework.data.relational.core.dialect.IdGeneration
- create(IdentifierProcessing.Quoting, IdentifierProcessing.LetterCasing) - Static method in interface org.springframework.data.relational.core.sql.IdentifierProcessing
- 
Create aIdentifierProcessingrule givenIdentifierProcessing.QuotingandIdentifierProcessing.LetterCasingrules.
- create(RenderContext) - Static method in class org.springframework.data.relational.core.sql.render.SqlRenderer
- 
Creates a newSqlRendererusing aRenderContext.
- create(Select, String) - Static method in class org.springframework.data.relational.core.sql.InlineQuery
- 
Creates a newInlineQueryusing analias.
- create(Select, SqlIdentifier) - Static method in class org.springframework.data.relational.core.sql.InlineQuery
- 
Creates a newInlineQueryusing analias.
- create(SqlIdentifier) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.DeleteSpec
- 
Create anDELETEspecification fortable.
- create(SqlIdentifier) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
- 
Create anINSERTspecification fortable.
- create(SqlIdentifier) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- 
Create anSELECTspecification fortable.
- create(SqlIdentifier) - Static method in class org.springframework.data.relational.core.sql.Table
- 
Creates a newTablegivenname.
- create(SqlIdentifier, Update) - Static method in class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
- 
Create anINSERTspecification fortable.
- create(SqlIdentifier, Table) - Static method in class org.springframework.data.relational.core.sql.Column
- create(Table) - Static method in class org.springframework.data.relational.core.sql.AsteriskFromTable
- create(When) - Static method in class org.springframework.data.relational.core.sql.CaseExpression
- 
Create CASEExpressionwith initialWhencondition.
- create(Part, Iterator<Object>) - Method in class org.springframework.data.relational.repository.query.RelationalQueryCreator
- 
CreatesCriteriafor the given method name part.
- createArray(Object[]) - Method in class org.springframework.data.jdbc.core.convert.DefaultJdbcTypeFactory
- createArray(Object[]) - Method in interface org.springframework.data.jdbc.core.convert.JdbcTypeFactory
- 
Converts the provided value in aArrayinstance.
- createAssociation() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- createChangeSet(LiquibaseChangeSetWriter.ChangeSetMetadata, DatabaseChangeLog) - Method in class org.springframework.data.jdbc.core.mapping.schema.LiquibaseChangeSetWriter
- 
Creates an initial ChangeSet.
- createChangeSet(LiquibaseChangeSetWriter.ChangeSetMetadata, Database, DatabaseChangeLog) - Method in class org.springframework.data.jdbc.core.mapping.schema.LiquibaseChangeSetWriter
- 
Creates a diff ChangeSet by comparingDatabasewithmapped entities.
- createCollection(Collection<?>, RelationalPersistentProperty) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- 
Writes the givenCollectionusing the givenRelationalPersistentPropertyinformation.
- createCombinedAccessStrategy(RelationalMappingContext, JdbcConverter, NamedParameterJdbcOperations, SqlSession, NamespaceStrategy, Dialect) - Static method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- 
Create aDataAccessStrategythat first checks for queries defined by MyBatis and if it doesn't find one uses aDefaultDataAccessStrategy
- createCombinedAccessStrategy(RelationalMappingContext, JdbcConverter, NamedParameterJdbcOperations, SqlSession, Dialect) - Static method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- 
Create aDataAccessStrategythat first checks for queries defined by MyBatis and if it doesn't find one uses aDefaultDataAccessStrategy
- createConverter(R2dbcDialect, Collection<?>) - Static method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- createDelete(String) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
- 
Create aDELETEspecification fortable.
- createDelete(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
- 
Create aDELETEspecification fortable.
- createFrom(List<RelationalParameters.RelationalParameter>) - Method in class org.springframework.data.jdbc.repository.query.JdbcParameters
- createFrom(List<RelationalParameters.RelationalParameter>) - Method in class org.springframework.data.relational.repository.query.RelationalParameters
- createInsert(String) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
- 
Create anINSERTspecification fortable.
- createInsert(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
- 
Create anINSERTspecification fortable.
- createNotIn(Expression, Collection<? extends Expression>) - Static method in class org.springframework.data.relational.core.sql.In
- createNotIn(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.In
- createNotIn(Expression, Expression...) - Static method in class org.springframework.data.relational.core.sql.In
- createParameters(ParametersSource) - Method in class org.springframework.data.jdbc.repository.query.JdbcQueryMethod
- createParameters(ParametersSource) - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.relational.core.mapping.RelationalMappingContext
- createPersistentProperty(Property, RelationalPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.jdbc.core.mapping.JdbcMappingContext
- createPersistentProperty(Property, RelationalPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.relational.core.mapping.RelationalMappingContext
- createQuery(RelationalParameterAccessor) - Method in class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
- 
Creates aBindableQueryinstance using the givenParameterAccessor
- createQuery(RelationalParameterAccessor) - Method in class org.springframework.data.r2dbc.repository.query.PartTreeR2dbcQuery
- createQuery(RelationalParameterAccessor) - Method in class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
- createRenderContext() - Method in class org.springframework.data.relational.core.dialect.RenderContextFactory
- 
Returns aRenderContextconfigured withDialectspecifics.
- createRepositoryFactory() - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- createSelect(String) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
- 
Create aSELECTspecification fortable.
- createSelect(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
- 
Create aSELECTspecification fortable.
- createSequenceQuery(String) - Static method in interface org.springframework.data.relational.core.dialect.IdGeneration
- createSequenceQuery(SqlIdentifier) - Method in interface org.springframework.data.relational.core.dialect.IdGeneration
- 
The SQL statement that allows retrieving the next value from the passed sequence
- createUpdate(String, Update) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
- 
Create anUPDATEspecification fortable.
- createUpdate(SqlIdentifier, Update) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
- 
Create anUPDATEspecification fortable.
- Criteria - Class in org.springframework.data.relational.core.query
- 
Central class for creating queries.
- Criteria.CriteriaStep - Interface in org.springframework.data.relational.core.query
- 
Interface declaring terminal builder methods to build aCriteria.
- CriteriaDefinition - Interface in org.springframework.data.relational.core.query
- 
Interface defining a criteria definition object.
- CriteriaDefinition.Combinator - Enum Class in org.springframework.data.relational.core.query
- CriteriaDefinition.Comparator - Enum Class in org.springframework.data.relational.core.query
- CROSS_JOIN - Enum constant in enum class org.springframework.data.relational.core.sql.Join.JoinType
- 
CROSS JOINfor two tables.
D
- DataAccessStrategy - Interface in org.springframework.data.jdbc.core.convert
- 
Abstraction for accesses to the database that should be implementable with a single SQL statement per method and relates to a single entity as opposed toJdbcAggregateOperationswhich provides interactions related to complete aggregates.
- dataAccessStrategyBean(NamedParameterJdbcOperations, JdbcConverter, JdbcMappingContext, Dialect) - Method in class org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
- dataAccessStrategyBean(NamedParameterJdbcOperations, JdbcConverter, JdbcMappingContext, Dialect) - Method in class org.springframework.data.jdbc.repository.config.MyBatisJdbcConfiguration
- DataAccessStrategyFactory - Class in org.springframework.data.jdbc.core.convert
- 
Factory to create aDataAccessStrategybased on the configuration of the provided components.
- DataAccessStrategyFactory(SqlGeneratorSource, JdbcConverter, NamedParameterJdbcOperations, SqlParametersFactory, InsertStrategyFactory) - Constructor for class org.springframework.data.jdbc.core.convert.DataAccessStrategyFactory
- 
Creates a newDataAccessStrategyFactory.
- dataAccessStrategyRef() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcRepositories
- 
Configures the name of theDataAccessStrategybean definition to be used to create repositories discovered through this annotation.
- databaseClient() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- 
Register aDatabaseClientusingAbstractR2dbcConfiguration.connectionFactory()andReactiveDataAccessStrategy.
- dateTimeProviderRef() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcAuditing
- 
Configures aDateTimeProviderbean name that allows customizing theLocalDateTimeto be used for setting creation and modification dates.
- dateTimeProviderRef() - Element in annotation interface org.springframework.data.r2dbc.config.EnableR2dbcAuditing
- 
Configures aDateTimeProviderbean name that allows customizing the timestamp to be used for setting creation and modification dates.
- Db2Dialect - Class in org.springframework.data.relational.core.dialect
- 
An SQL dialect for DB2.
- Db2Dialect() - Constructor for class org.springframework.data.relational.core.dialect.Db2Dialect
- DbAction<T> - Interface in org.springframework.data.relational.core.conversion
- 
An instance of this interface represents a (conceptual) single interaction with a database, e.g. a single update, used as a step when synchronizing the state of an aggregate with the database.
- DbAction.AcquireLockAllRoot<T> - Class in org.springframework.data.relational.core.conversion
- 
Represents an acquire lock statement for all aggregate roots of a given type.
- DbAction.AcquireLockRoot<T> - Class in org.springframework.data.relational.core.conversion
- 
Represents an acquire lock statement for a aggregate root when only the ID is known.
- DbAction.BatchDelete<T> - Class in org.springframework.data.relational.core.conversion
- 
Represents a batch delete statement for multiple entities that are reachable via a given path from the aggregate root.
- DbAction.BatchDeleteRoot<T> - Class in org.springframework.data.relational.core.conversion
- 
Represents a batch delete statement for multiple entities that are aggregate roots.
- DbAction.BatchInsert<T> - Class in org.springframework.data.relational.core.conversion
- 
Represents a batch insert statement for a multiple entities that are not aggregate roots.
- DbAction.BatchInsertRoot<T> - Class in org.springframework.data.relational.core.conversion
- 
Represents a batch insert statement for a multiple entities that are aggregate roots.
- DbAction.BatchWithValue<T,A extends DbAction<T>, B> - Class in org.springframework.data.relational.core.conversion 
- 
Represents a batch ofDbActionthat share a common value for a property of the action.
- DbAction.Delete<T> - Class in org.springframework.data.relational.core.conversion
- 
Represents a delete statement for all entities that that a reachable via a give path from the aggregate root.
- DbAction.DeleteAll<T> - Class in org.springframework.data.relational.core.conversion
- 
Represents an delete statement for all entities that that a reachable via a give path from any aggregate root of a given type.
- DbAction.DeleteAllRoot<T> - Class in org.springframework.data.relational.core.conversion
- 
Represents a delete statement for all aggregate roots of a given type.
- DbAction.DeleteRoot<T> - Class in org.springframework.data.relational.core.conversion
- 
Represents a delete statement for a aggregate root when only the ID is known.
- DbAction.Insert<T> - Class in org.springframework.data.relational.core.conversion
- 
Represents an insert statement for a single entity that is not the root of an aggregate.
- DbAction.InsertRoot<T> - Class in org.springframework.data.relational.core.conversion
- 
Represents an insert statement for the root of an aggregate.
- DbAction.UpdateRoot<T> - Class in org.springframework.data.relational.core.conversion
- 
Represents an update statement for the aggregate root.
- DbAction.WithDependingOn<T> - Interface in org.springframework.data.relational.core.conversion
- 
An action depending on another action for providing additional information like the id of a parent entity.
- DbAction.WithEntity<T> - Interface in org.springframework.data.relational.core.conversion
- 
ADbActionthat stores the information of a single entity in the database.
- DbAction.WithPropertyPath<T> - Interface in org.springframework.data.relational.core.conversion
- 
ADbActionnot operation on the root of an aggregate but on its contained entities.
- DbAction.WithRoot<T> - Interface in org.springframework.data.relational.core.conversion
- 
ADbActionpertaining to the root on an aggregate.
- DbActionExecutionException - Exception in org.springframework.data.relational.core.conversion
- 
Exception thrown when during the execution of aDbActionan exception gets thrown.
- DbActionExecutionException(DbAction<?>, Throwable) - Constructor for exception org.springframework.data.relational.core.conversion.DbActionExecutionException
- DbActionExecutionResult - Class in org.springframework.data.relational.core.conversion
- DbActionExecutionResult() - Constructor for class org.springframework.data.relational.core.conversion.DbActionExecutionResult
- DbActionExecutionResult(DbAction.WithEntity<?>) - Constructor for class org.springframework.data.relational.core.conversion.DbActionExecutionResult
- DbActionExecutionResult(DbAction.WithEntity<?>, Object) - Constructor for class org.springframework.data.relational.core.conversion.DbActionExecutionResult
- DEFAULT - Enum constant in enum class org.springframework.data.relational.core.dialect.InsertRenderContexts
- DEFAULT - Static variable in class org.springframework.data.relational.core.dialect.Escaper
- DEFAULT - Static variable in interface org.springframework.data.relational.core.dialect.IdGeneration
- 
A default instance working for many databases and equivalent to Spring Data JDBCs behavior before version 2.1.
- DEFAULT_AUTHOR - Static variable in class org.springframework.data.jdbc.core.mapping.schema.LiquibaseChangeSetWriter
- DEFAULT_INSTANCE - Static variable in interface org.springframework.data.jdbc.mybatis.NamespaceStrategy
- DefaultConversionContext(RelationalConverter, CustomConversions, ObjectPath, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<RowDocument>, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<Collection<?>>, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<Map<?, ?>>, MappingRelationalConverter.DefaultConversionContext.ValueConverter<Object>) - Constructor for class org.springframework.data.relational.core.conversion.MappingRelationalConverter.DefaultConversionContext
- DefaultDataAccessStrategy - Class in org.springframework.data.jdbc.core.convert
- 
The defaultDataAccessStrategyis to generate SQL statements based on metadata from the entity.
- DefaultDataAccessStrategy(SqlGeneratorSource, RelationalMappingContext, JdbcConverter, NamedParameterJdbcOperations, SqlParametersFactory, InsertStrategyFactory) - Constructor for class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- 
Creates aDefaultDataAccessStrategy
- DefaultDialectProvider() - Constructor for class org.springframework.data.jdbc.repository.config.DialectResolver.DefaultDialectProvider
- DefaultJdbcTypeFactory - Class in org.springframework.data.jdbc.core.convert
- 
AJdbcTypeFactorythat performs the conversion by utilizingJdbcOperations.execute(ConnectionCallback).
- DefaultJdbcTypeFactory(JdbcOperations) - Constructor for class org.springframework.data.jdbc.core.convert.DefaultJdbcTypeFactory
- 
Creates a newDefaultJdbcTypeFactory.
- DefaultJdbcTypeFactory(JdbcOperations, JdbcArrayColumns) - Constructor for class org.springframework.data.jdbc.core.convert.DefaultJdbcTypeFactory
- 
Creates a newDefaultJdbcTypeFactory.
- DefaultNamingStrategy - Class in org.springframework.data.relational.core.mapping
- 
The default naming strategy used by Spring Data Relational.
- DefaultNamingStrategy() - Constructor for class org.springframework.data.relational.core.mapping.DefaultNamingStrategy
- DefaultQueryMappingConfiguration - Class in org.springframework.data.jdbc.repository.config
- 
AQueryMappingConfigurationthat allows for registration ofRowMappers andResultSetExtractors via a fluent Api.
- DefaultQueryMappingConfiguration() - Constructor for class org.springframework.data.jdbc.repository.config.DefaultQueryMappingConfiguration
- DefaultReactiveDataAccessStrategy - Class in org.springframework.data.r2dbc.core
- 
DefaultReactiveDataAccessStrategyimplementation.
- DefaultReactiveDataAccessStrategy(R2dbcDialect) - Constructor for class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- DefaultReactiveDataAccessStrategy(R2dbcDialect, Collection<?>) - Constructor for class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- DefaultReactiveDataAccessStrategy(R2dbcDialect, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- DefaultSqlTypeMapping - Class in org.springframework.data.jdbc.core.mapping.schema
- 
Class that provides a default implementation of mapping Java type to a Database type.
- DefaultSqlTypeMapping() - Constructor for class org.springframework.data.jdbc.core.mapping.schema.DefaultSqlTypeMapping
- DelegatingDataAccessStrategy - Class in org.springframework.data.jdbc.core.convert
- 
Delegates all method calls to an instance set after construction.
- DelegatingDataAccessStrategy() - Constructor for class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- DelegatingDataAccessStrategy(DataAccessStrategy) - Constructor for class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- delete() - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
- 
Creates a newDeleteBuilder.
- delete(Class<?>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- delete(Class<?>) - Method in interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation
- 
Begin creating aDELETEoperation for the givendomainType.
- delete(Iterable<Object>, Class<?>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- delete(Iterable<Object>, Class<?>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Deletes multiple rows identified by the ids, from the table identified by the domainType.
- delete(Iterable<Object>, Class<?>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- delete(Iterable<Object>, Class<?>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- delete(Iterable<Object>, Class<?>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- delete(Iterable<Object>, PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- delete(Iterable<Object>, PersistentPropertyPath<RelationalPersistentProperty>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Deletes all entities reachable via propertyPath from the instances identified by rootIds.
- delete(Iterable<Object>, PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- delete(Iterable<Object>, PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- delete(Iterable<Object>, PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- delete(Object, Class<?>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- delete(Object, Class<?>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Deletes a single row identified by the id, from the table identified by the domainType.
- delete(Object, Class<?>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- delete(Object, Class<?>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- delete(Object, Class<?>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- delete(Object, PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- delete(Object, PersistentPropertyPath<RelationalPersistentProperty>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Deletes all entities reachable via propertyPath from the instance identified by rootId.
- delete(Object, PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- delete(Object, PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- delete(Object, PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- delete(Query, Class<?>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Remove entities (rows)/columns from the table byQuery.
- delete(Query, Class<?>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- delete(Table) - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
- 
Creates a newDeleteBuilderand declares theTableto delete from.
- delete(S) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- delete(T) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Delete an aggregate identified by its aggregate root.
- delete(T) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- delete(T) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Delete the given entity and emit the entity if the delete was applied.
- delete(T) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- delete(T) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- Delete - Interface in org.springframework.data.relational.core.sql
- 
AST for aDELETEstatement.
- Delete(Object, PersistentPropertyPath<RelationalPersistentProperty>) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.Delete
- DELETE - Enum constant in enum class org.springframework.data.relational.core.conversion.AggregateChange.Kind
- 
ADELETEof an aggregate typically involves adeleteon all contained entities.
- DeleteAggregateChange<T> - Class in org.springframework.data.relational.core.conversion
- 
Represents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.
- deleteAll() - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- deleteAll() - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- deleteAll(Class<?>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Delete all aggregates of a given type.
- deleteAll(Class<?>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- deleteAll(Class<T>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- deleteAll(Class<T>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Deletes all entities of the given domain type.
- deleteAll(Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- deleteAll(Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- deleteAll(Class<T>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- deleteAll(Iterable<? extends T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Delete all aggregates identified by their aggregate roots.
- deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- deleteAll(Publisher<? extends T>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- deleteAll(PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- deleteAll(PersistentPropertyPath<RelationalPersistentProperty>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Deletes all entities reachable via propertyPath from any instance.
- deleteAll(PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- deleteAll(PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- deleteAll(PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- DeleteAll(PersistentPropertyPath<RelationalPersistentProperty>) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.DeleteAll
- deleteAllById(Iterable<?>, Class<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Deletes all aggregates identified by their aggregate root ids.
- deleteAllById(Iterable<?>, Class<T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- deleteAllById(Iterable<? extends ID>) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- deleteAllById(Iterable<? extends ID>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- DeleteAllRoot(Class<T>) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.DeleteAllRoot
- DeleteBatchingAggregateChange<T> - Class in org.springframework.data.relational.core.conversion
- 
ABatchingAggregateChangeimplementation for delete changes that can contain actions for one or more delete operations.
- DeleteBuilder - Interface in org.springframework.data.relational.core.sql
- 
Entry point to construct aDeletestatement.
- DeleteBuilder.BuildDelete - Interface in org.springframework.data.relational.core.sql
- 
Interface exposing theDeletebuild method.
- DeleteBuilder.DeleteWhere - Interface in org.springframework.data.relational.core.sql
- 
Interface exposingWHEREmethods.
- DeleteBuilder.DeleteWhereAndOr - Interface in org.springframework.data.relational.core.sql
- deleteById(ID) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- deleteById(ID) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- deleteById(Object, Class<S>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- deleteById(Object, Class<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Deletes a single Aggregate including all entities contained in that aggregate.
- deleteById(Publisher<ID>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- DeleteRoot(Object, Class<T>, Number) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.DeleteRoot
- DeleteSpec(SqlIdentifier, CriteriaDefinition) - Constructor for class org.springframework.data.r2dbc.core.StatementMapper.DeleteSpec
- deleteWithVersion(Object, Class<T>, Number) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- deleteWithVersion(Object, Class<T>, Number) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Deletes a single entity from the database and enforce optimistic record locking using the version property.
- deleteWithVersion(Object, Class<T>, Number) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- deleteWithVersion(Object, Class<T>, Number) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- deleteWithVersion(Object, Class<T>, Number) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- desc() - Method in class org.springframework.data.relational.core.sql.OrderByField
- 
Creates a newOrderByFieldfrom a the current one using descending sorting.
- desc(String) - Static method in class org.springframework.data.relational.domain.SqlSort.SqlOrder
- 
Creates a newSqlSort.SqlOrderinstance.
- describedBy(T, Identifier) - Static method in class org.springframework.data.jdbc.core.convert.InsertSubject
- dialect - Variable in class org.springframework.data.relational.core.dialect.RenderContextFactory
- Dialect - Interface in org.springframework.data.relational.core.dialect
- 
Represents a dialect that is implemented by a particular database.
- DialectResolver - Class in org.springframework.data.jdbc.repository.config
- 
Resolves aDialect.
- DialectResolver - Class in org.springframework.data.r2dbc.dialect
- DialectResolver.DefaultDialectProvider - Class in org.springframework.data.jdbc.repository.config
- DialectResolver.JdbcDialectProvider - Interface in org.springframework.data.jdbc.repository.config
- 
SPI to extend Spring's default JDBC Dialect discovery mechanism.
- DialectResolver.NoDialectException - Exception in org.springframework.data.jdbc.repository.config
- 
Exception thrown whenDialectResolvercannot resolve aDialect.
- DialectResolver.NoDialectException - Exception in org.springframework.data.r2dbc.dialect
- 
Exception thrown whenDialectResolvercannot resolve aR2dbcDialect.
- DialectResolver.R2dbcDialectProvider - Interface in org.springframework.data.r2dbc.dialect
- 
SPI to extend Spring's default R2DBC Dialect discovery mechanism.
- distinct() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- 
Associate a result statement distinct with the select and create a newStatementMapper.SelectSpec.
- distinct() - Method in interface org.springframework.data.relational.core.sql.SelectBuilder
- 
Makes the select statement distinct
- distinct() - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectAndFrom
- 
Makes the select statement distinct
- doCreateRepositoryFactory() - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
- 
Creates the actualRepositoryFactorySupportinstance.
- doEnter(Visitable) - Method in class org.springframework.data.relational.core.sql.render.CaseExpressionVisitor
- doLeave(Visitable) - Method in class org.springframework.data.relational.core.sql.render.CaseExpressionVisitor
- doReadProjection(MappingRelationalConverter.ConversionContext, RowDocument, EntityProjection<R, ?>) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- doWithTable(BiFunction<Table, StatementMapper.SelectSpec, StatementMapper.SelectSpec>) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- driverRequiresKeyColumnNames() - Method in interface org.springframework.data.relational.core.dialect.IdGeneration
- 
Does the driver require the specification of those columns for which a generated id shall be returned.
E
- effectiveIdColumnName() - Method in record class org.springframework.data.relational.core.mapping.AggregatePath.TableInfo
- 
Returns the value of theeffectiveIdColumnNamerecord component.
- elseExpression(Expression) - Method in class org.springframework.data.relational.core.sql.CaseExpression
- 
Add ELSE clause
- Embedded - Annotation Interface in org.springframework.data.relational.core.mapping
- 
The annotation to configure a value object as embedded in the current table.
- Embedded.Empty - Annotation Interface in org.springframework.data.relational.core.mapping
- 
Shortcut for an empty embedded property.
- Embedded.Nullable - Annotation Interface in org.springframework.data.relational.core.mapping
- 
Shortcut for a nullable embedded property.
- Embedded.OnEmpty - Enum Class in org.springframework.data.relational.core.mapping
- 
Load strategy to be usedEmbedded.onEmpty().
- empty() - Static method in class org.springframework.data.jdbc.core.convert.Identifier
- 
Returns an emptyIdentifier.
- empty() - Static method in class org.springframework.data.jdbc.core.convert.JdbcIdentifierBuilder
- empty() - Static method in class org.springframework.data.relational.core.query.Criteria
- 
Static factory method to create an empty Criteria.
- empty() - Static method in interface org.springframework.data.relational.core.query.CriteriaDefinition
- 
Static factory method to create an emptyCriteriaDefinition.
- empty() - Static method in class org.springframework.data.relational.core.query.Query
- 
Create a new emptyQuery.
- empty() - Static method in class org.springframework.data.relational.RelationalManagedTypes
- 
Factory method to return an emptyRelationalManagedTypesobject.
- EMPTY - Static variable in interface org.springframework.data.jdbc.repository.QueryMappingConfiguration
- 
An immutable empty instance that will return null for all arguments.
- EMPTY - Static variable in interface org.springframework.data.relational.core.sql.SqlIdentifier
- 
Null-object.
- EnableJdbcAuditing - Annotation Interface in org.springframework.data.jdbc.repository.config
- 
Annotation to enable auditing in JDBC via annotation configuration.
- EnableJdbcRepositories - Annotation Interface in org.springframework.data.jdbc.repository.config
- 
Annotation to enable JDBC repositories.
- EnableR2dbcAuditing - Annotation Interface in org.springframework.data.r2dbc.config
- 
Annotation to enable auditing in R2DBC via annotation configuration.
- EnableR2dbcRepositories - Annotation Interface in org.springframework.data.r2dbc.repository.config
- 
Annotation to activate reactive relational repositories using R2DBC.
- enter(Visitable) - Method in class org.springframework.data.relational.core.sql.render.CaseExpressionVisitor
- enter(Visitable) - Method in interface org.springframework.data.relational.core.sql.Visitor
- 
Enter aVisitable.
- EntityLifecycleEventDelegate - Class in org.springframework.data.relational.core
- 
Delegate class to encapsulate lifecycle event configuration and publishing.
- EntityLifecycleEventDelegate() - Constructor for class org.springframework.data.relational.core.EntityLifecycleEventDelegate
- entityOperationsRef() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
- 
Configures the name of theR2dbcEntityOperationsbean to be used with the repositories detected.
- EntityRowMapper<T> - Class in org.springframework.data.jdbc.core.convert
- 
Maps aResultSetto an entity of typeT, including entities referenced.
- EntityRowMapper<T> - Class in org.springframework.data.r2dbc.convert
- 
Maps aRowto an entity of typeT, including entities referenced.
- EntityRowMapper(Class<T>, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.convert.EntityRowMapper
- EntityRowMapper(AggregatePath, JdbcConverter, Identifier) - Constructor for class org.springframework.data.jdbc.core.convert.EntityRowMapper
- EntityRowMapper(RelationalPersistentEntity<T>, JdbcConverter) - Constructor for class org.springframework.data.jdbc.core.convert.EntityRowMapper
- entrySet() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- entrySet() - Method in class org.springframework.data.relational.domain.RowDocument
- EnumWriteSupport<E extends Enum<E>> - Class in org.springframework.data.r2dbc.convert
- 
Support class to natively writeEnumvalues to the database.
- EnumWriteSupport() - Constructor for class org.springframework.data.r2dbc.convert.EnumWriteSupport
- EQ - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- equals(Object) - Method in class org.springframework.data.jdbc.core.convert.Identifier
- equals(Object) - Method in class org.springframework.data.jdbc.core.convert.InsertSubject
- equals(Object) - Method in class org.springframework.data.jdbc.core.mapping.AggregateReference.IdOnlyAggregateReference
- equals(Object) - Method in class org.springframework.data.jdbc.core.mapping.JdbcValue
- equals(Object) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- equals(Object) - Method in class org.springframework.data.relational.core.conversion.RowDocumentAccessor
- equals(Object) - Method in record class org.springframework.data.relational.core.mapping.AggregatePath.ColumnInfo
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.springframework.data.relational.core.mapping.AggregatePath.TableInfo
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.springframework.data.relational.core.mapping.event.Identifier
- equals(Object) - Method in class org.springframework.data.relational.core.query.Criteria
- equals(Object) - Method in class org.springframework.data.relational.core.sql.StringLiteral
- equals(Object) - Method in class org.springframework.data.relational.core.sql.Column
- equals(Object) - Method in interface org.springframework.data.relational.core.sql.Segment
- equals(Object) - Method in class org.springframework.data.relational.core.sql.Table
- equals(Object) - Method in class org.springframework.data.relational.domain.RowDocument
- equals(Expression) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectOnConditionComparison
- escape(String) - Method in class org.springframework.data.relational.core.dialect.Escaper
- 
Escapes all special like characters (_,%) using the configured escape character.
- Escaper - Class in org.springframework.data.relational.core.dialect
- 
Helper class encapsulating an escape character for LIKE queries and the actually usage of it in escapingStrings.
- evaluate(Sort.NullHandling) - Method in interface org.springframework.data.relational.core.dialect.OrderByNullPrecedence
- 
Converts aSort.NullHandlingoption to the appropriate SQL text to be included anORDER BYsort expression.
- evaluate(Sort.NullHandling) - Method in class org.springframework.data.relational.core.dialect.OrderByNullPrecedence.SqlStandardOrderByNullPrecedence
- evaluateOrderByNullHandling(Sort.NullHandling) - Method in interface org.springframework.data.relational.core.sql.render.SelectRenderContext
- 
Customization hook: Rendition of the null handling option for anORDER BYsort expression.
- evaluateTableExpressions(RepositoryMetadata, String) - Method in class org.springframework.data.relational.repository.support.RelationalQueryLookupStrategy
- excludeFilters() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcRepositories
- 
Specifies which types are not eligible for component scanning.
- excludeFilters() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
- 
Specifies which types are not eligible for component scanning.
- execute(Object[]) - Method in class org.springframework.data.jdbc.repository.query.PartTreeJdbcQuery
- execute(Object[]) - Method in class org.springframework.data.jdbc.repository.query.StringBasedJdbcQuery
- execute(Object[]) - Method in class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
- exists() - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.TerminatingSelect
- 
Check for the presence of matching elements.
- exists(Example<S>) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- exists(Example<S>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- exists(Query, Class<?>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Determine whether the result forentityClassQueryyields at least one row.
- exists(Query, Class<?>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- exists(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- exists(Query, Class<T>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Determine whether there is an aggregate of typedomainTypethat matches the providedQuery.
- exists(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- exists(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- exists(Query, Class<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Determine whether there are aggregates that match theQuery
- exists(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- exists(Query, Class<T>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- existsById(ID) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- existsById(ID) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- existsById(Object, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- existsById(Object, Class<T>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
returns if a row with the given id exists for the given type.
- existsById(Object, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- existsById(Object, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- existsById(Object, Class<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Checks if an aggregate identified by type and id exists in the database.
- existsById(Object, Class<T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- existsById(Object, Class<T>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- existsById(Publisher<ID>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- Expression - Interface in org.springframework.data.relational.core.sql
- 
Expression that can be used in select lists.
- Expressions - Class in org.springframework.data.relational.core.sql
- 
Factory for commonExpressions.
- Expressions.SimpleExpression - Class in org.springframework.data.relational.core.sql
F
- FalseCondition - Class in org.springframework.data.relational.core.sql
- 
Simple condition that evaluates to SQLFALSE.
- Field(SqlIdentifier) - Constructor for class org.springframework.data.r2dbc.query.QueryMapper.Field
- 
Creates a newQueryMapper.Fieldwithout meta-information but the given name.
- filter(Predicate<? super AggregatePath>) - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- 
Filter the AggregatePath returning the first item matching the givenPredicate.
- findAll() - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- findAll() - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findAll(Class<T>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- findAll(Class<T>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Loads all entities of the given type.
- findAll(Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- findAll(Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- findAll(Class<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Load all aggregates of a given type.
- findAll(Class<T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- findAll(Class<T>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- findAll(Class<T>, Pageable) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- findAll(Class<T>, Pageable) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Loads all entities of the given type, paged and sorted.
- findAll(Class<T>, Pageable) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- findAll(Class<T>, Pageable) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- findAll(Class<T>, Pageable) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Load a page of (potentially sorted) aggregates of a given type.
- findAll(Class<T>, Pageable) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- findAll(Class<T>, Pageable) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- findAll(Class<T>, Sort) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- findAll(Class<T>, Sort) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Loads all entities of the given type, sorted.
- findAll(Class<T>, Sort) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- findAll(Class<T>, Sort) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- findAll(Class<T>, Sort) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Load all aggregates of a given type, sorted.
- findAll(Class<T>, Sort) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- findAll(Class<T>, Sort) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- findAll(Example<S>) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- findAll(Example<S>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findAll(Example<S>, Pageable) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- findAll(Example<S>, Sort) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- findAll(Example<S>, Sort) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findAll(Pageable) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- findAll(Sort) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- findAll(Sort) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findAll(RelationalPersistentEntity<?>) - Method in interface org.springframework.data.relational.core.sqlgeneration.SqlGenerator
- findAll(RelationalPersistentEntity<?>, Condition) - Method in class org.springframework.data.relational.core.sqlgeneration.SingleQuerySqlGenerator
- findAll(RelationalPersistentEntity<?>, Condition) - Method in interface org.springframework.data.relational.core.sqlgeneration.SqlGenerator
- findAll(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- findAll(Query, Class<T>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Execute aSELECTquery and convert the resulting items to aIterable.
- findAll(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- findAll(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- findAll(Query, Class<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Execute aSELECTquery and convert the resulting items to aListthat is sorted.
- findAll(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- findAll(Query, Class<T>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- findAll(Query, Class<T>, Pageable) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- findAll(Query, Class<T>, Pageable) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Execute aSELECTquery and convert the resulting items to aIterable.
- findAll(Query, Class<T>, Pageable) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- findAll(Query, Class<T>, Pageable) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- findAll(Query, Class<T>, Pageable) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- findAll(Query, Class<T>, Pageable) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- findAll(Query, Class<T>, Pageable) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- findAllById(Iterable<?>, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- findAllById(Iterable<?>, Class<T>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Loads all entities that match one of the ids passed as an argument.
- findAllById(Iterable<?>, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- findAllById(Iterable<?>, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- findAllById(Iterable<?>, Class<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Load all aggregates of a given type that are identified by the given ids.
- findAllById(Iterable<?>, Class<T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- findAllById(Iterable<?>, Class<T>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- findAllById(Iterable<ID>) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- findAllById(Iterable<ID>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findAllById(Publisher<ID>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findAllByPath(Identifier, PersistentPropertyPath<? extends RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- findAllByPath(Identifier, PersistentPropertyPath<? extends RelationalPersistentProperty>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- findAllByPath(Identifier, PersistentPropertyPath<? extends RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- findAllByPath(Identifier, PersistentPropertyPath<? extends RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- findAllByPath(Identifier, PersistentPropertyPath<? extends RelationalPersistentProperty>) - Method in interface org.springframework.data.jdbc.core.convert.RelationResolver
- 
Finds all entities reachable via path.
- findAllByPath(Identifier, PersistentPropertyPath<? extends RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- findBy(Example<S>, Function<FluentQuery.FetchableFluentQuery<S>, R>) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- findBy(Example<S>, Function<FluentQuery.ReactiveFluentQuery<S>, P>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findById(ID) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- findById(ID) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findById(Object, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- findById(Object, Class<T>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Loads a single entity identified by type and id.
- findById(Object, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- findById(Object, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- findById(Object, Class<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Load an aggregate from the database.
- findById(Object, Class<T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- findById(Object, Class<T>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- findById(Publisher<ID>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findOne(Example<S>) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- findOne(Example<S>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- findOne(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- findOne(Query, Class<T>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Execute aSELECTquery and convert the resulting item to an entity ensuring exactly one result.
- findOne(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- findOne(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- findOne(Query, Class<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Execute aSELECTquery and convert the resulting item to an entity ensuring exactly one result.
- findOne(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- findOne(Query, Class<T>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- first() - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.TerminatingSelect
- 
Get the first result or no result.
- FluentR2dbcOperations - Interface in org.springframework.data.r2dbc.core
- 
Stripped down interface providing access to a fluent API that specifies a basic set of reactive R2DBC operations.
- forBackReferences(JdbcConverter, AggregatePath, Object) - Static method in class org.springframework.data.jdbc.core.convert.JdbcIdentifierBuilder
- 
Creates ParentKeys with backreference for the given path and value of the parents id.
- forDelete(Class<T>) - Static method in interface org.springframework.data.relational.core.conversion.BatchingAggregateChange
- 
Factory method to create aBatchingAggregateChangefor deleting entities.
- forDelete(Class<T>) - Static method in interface org.springframework.data.relational.core.conversion.MutableAggregateChange
- 
Factory method to create aDeleteAggregateChangefor deleting entities.
- forDelete(Class<T>, Number) - Static method in interface org.springframework.data.relational.core.conversion.MutableAggregateChange
- 
Factory method to create aDeleteAggregateChangefor deleting entities.
- forDelete(T) - Static method in interface org.springframework.data.relational.core.conversion.MutableAggregateChange
- 
Factory method to create aDeleteAggregateChangefor deleting entities.
- forEach(BiConsumer<? super String, ? super Object>) - Method in class org.springframework.data.relational.domain.RowDocument
- forEach(BiConsumer<? super SqlIdentifier, ? super Parameter>) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- forEach(Consumer<Class<?>>) - Method in class org.springframework.data.relational.RelationalManagedTypes
- forEach(Identifier.IdentifierConsumer) - Method in class org.springframework.data.jdbc.core.convert.Identifier
- 
Performs the given action for each element of theIdentifieruntil all elements have been processed or the action throws an exception.
- forEachAction(Consumer<? super DbAction<?>>) - Method in interface org.springframework.data.relational.core.conversion.AggregateChange
- 
Applies the given consumer to eachDbActionin thisAggregateChange.
- forEachAction(Consumer<? super DbAction<?>>) - Method in class org.springframework.data.relational.core.conversion.DeleteAggregateChange
- forEachAction(Consumer<? super DbAction<?>>) - Method in class org.springframework.data.relational.core.conversion.DeleteBatchingAggregateChange
- forEachAction(Consumer<? super DbAction<?>>) - Method in class org.springframework.data.relational.core.conversion.SaveBatchingAggregateChange
- ForeignKeyNaming - Enum Class in org.springframework.data.relational.core.mapping
- 
Enum for determining how the names of back references should get generated.
- forInstance(Object, RelationalPersistentEntity<T>) - Static method in enum class org.springframework.data.relational.core.conversion.IdValueSource
- 
Returns the appropriateIdValueSourcefor the instance:IdValueSource.NONEwhen the entity has no id property,IdValueSource.PROVIDEDwhen the value of the id property is not null and when it is a primitive type, not zero, andIdValueSource.GENERATEDotherwise.
- forProperty(String) - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.ConversionContext
- 
Obtain aMappingRelationalConverter.ConversionContextfor the given propertyname.
- forProperty(String) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter.ProjectingConversionContext
- forProperty(RelationalPersistentProperty) - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.ConversionContext
- 
Obtain aMappingRelationalConverter.ConversionContextfor the givenRelationalPersistentProperty.
- forSave(Class<T>) - Static method in interface org.springframework.data.relational.core.conversion.BatchingAggregateChange
- 
Factory method to create aBatchingAggregateChangefor saving entities.
- forSave(T) - Static method in interface org.springframework.data.relational.core.conversion.MutableAggregateChange
- 
Factory method to create aRootAggregateChangefor saving entities.
- forSave(T, Number) - Static method in interface org.springframework.data.relational.core.conversion.MutableAggregateChange
- 
Factory method to create aRootAggregateChangefor saving entities.
- forType(Class<T>) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
- 
Create a typedStatementMapperthat considers type-specific mapping metadata.
- from(Class<?>...) - Static method in class org.springframework.data.relational.RelationalManagedTypes
- 
Factory method used to constructRelationalManagedTypesfrom the given array oftypes.
- from(String) - Method in interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation.DeleteWithTable
- 
Explicitly set thenameof the table on which to perform the delete.
- from(String) - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.SelectWithTable
- 
Explicitly set thenameof the table on which to perform the query.
- from(String) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectAndFrom
- 
Declare aTabletoSELECT … FROM.
- from(String) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFrom
- 
Declare aTabletoSELECT … FROM.
- from(String) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndOrderBy
- from(Collection<? extends TableLike>) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectAndFrom
- 
Declare one or moreTables toSELECT … FROM.
- from(Collection<? extends TableLike>) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFrom
- 
Declare one or moreTables toSELECT … FROM.
- from(Collection<? extends TableLike>) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndJoin
- 
Declare one or moreTables toSELECT … FROM.
- from(Collection<? extends TableLike>) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndOrderBy
- from(List<? extends CriteriaDefinition>) - Static method in interface org.springframework.data.relational.core.query.CriteriaDefinition
- from(List<Criteria>) - Static method in class org.springframework.data.relational.core.query.Criteria
- from(Map<SqlIdentifier, Object>) - Static method in class org.springframework.data.jdbc.core.convert.Identifier
- 
Creates anIdentifierfrom aMapof name to value tuples.
- from(Map<SqlIdentifier, Object>) - Static method in class org.springframework.data.relational.core.query.Update
- 
Static factory method to create anUpdatefromassignments.
- from(ManagedTypes) - Static method in class org.springframework.data.relational.RelationalManagedTypes
- 
Wraps an existingManagedTypesobject withRelationalManagedTypes.
- from(Criteria...) - Static method in class org.springframework.data.relational.core.query.Criteria
- from(CriteriaDefinition...) - Static method in interface org.springframework.data.relational.core.query.CriteriaDefinition
- from(Expression) - Static method in class org.springframework.data.relational.core.sql.OrderByField
- 
Creates a newOrderByFieldfrom anExpressionapplying default ordering.
- from(Expression, Sort.Direction) - Static method in class org.springframework.data.relational.core.sql.OrderByField
- 
Creates a newOrderByFieldfrom anExpressionapplying a given ordering.
- from(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation.DeleteWithTable
- 
Explicitly set thenameof the table on which to perform the delete.
- from(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.SelectWithTable
- 
Explicitly set thenameof the table on which to perform the query.
- from(SqlIdentifier...) - Static method in interface org.springframework.data.relational.core.sql.SqlIdentifier
- 
Create a new compositeSqlIdentifierfrom one or moreSqlIdentifiers.
- from(Table) - Method in class org.springframework.data.relational.core.sql.Column
- from(Table) - Method in interface org.springframework.data.relational.core.sql.DeleteBuilder
- 
Declare aTableforDELETE FROM.
- from(TableLike) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectAndFrom
- 
Declare aTabletoSELECT … FROM.
- from(TableLike) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFrom
- 
Declare aTabletoSELECT … FROM.
- from(TableLike) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndJoin
- 
Declare aTabletoSELECT … FROM.
- from(TableLike) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndOrderBy
- from(TableLike...) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectAndFrom
- 
Declare one or moreTables toSELECT … FROM.
- from(TableLike...) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFrom
- 
Declare one or moreTables toSELECT … FROM.
- from(TableLike...) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndJoin
- 
Declare one or moreTables toSELECT … FROM.
- from(TableLike...) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndOrderBy
- From - Class in org.springframework.data.relational.core.sql
- 
FROMclause.
- fromIterable(Iterable<? extends Class<?>>) - Static method in class org.springframework.data.relational.RelationalManagedTypes
- FULL_OUTER_JOIN - Enum constant in enum class org.springframework.data.relational.core.sql.Join.JoinType
- 
FULL OUTER JOINtwo tables.
- Functions - Class in org.springframework.data.relational.core.sql
- 
Factory for commonfunction expressions.
G
- GENERATED - Enum constant in enum class org.springframework.data.relational.core.conversion.IdValueSource
- 
The id value is generated by the store.
- get(Object) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- get(Object) - Method in class org.springframework.data.relational.domain.RowDocument
- get(String) - Method in class org.springframework.data.jdbc.mybatis.MyBatisContext
- 
Returns a value for the given key.
- get(RelationalPersistentProperty) - Method in class org.springframework.data.relational.core.conversion.RowDocumentAccessor
- 
Returns the value the givenRelationalPersistentPropertyrefers to.
- get(SqlIdentifier) - Method in class org.springframework.data.jdbc.core.convert.Identifier
- getAction() - Method in class org.springframework.data.relational.core.conversion.DbActionExecutionResult
- getActions() - Method in class org.springframework.data.relational.core.conversion.DbAction.BatchWithValue
- getActualSqlType() - Method in class org.springframework.data.jdbc.repository.query.JdbcParameters.JdbcParameter
- getAfterFromTable() - Method in class org.springframework.data.relational.core.dialect.AbstractDialect
- 
Returns aafterFromTable Function.
- getAfterOrderBy() - Method in class org.springframework.data.relational.core.dialect.AbstractDialect
- 
Returns aafterOrderBy Function.
- getAggregateChange() - Method in class org.springframework.data.relational.core.mapping.event.RelationalDeleteEvent
- getAggregateChange() - Method in class org.springframework.data.relational.core.mapping.event.RelationalSaveEvent
- getAggregateChange() - Method in interface org.springframework.data.relational.core.mapping.event.WithAggregateChange
- getAggregatePath(PersistentPropertyPath<? extends RelationalPersistentProperty>) - Method in class org.springframework.data.relational.core.mapping.RelationalMappingContext
- 
Provides anAggregatePathfor the providedPersistentPropertyPath.
- getAggregatePath(RelationalPersistentEntity<?>) - Method in class org.springframework.data.relational.core.mapping.RelationalMappingContext
- getAlias() - Method in interface org.springframework.data.relational.core.sql.Aliased
- getAlias() - Method in class org.springframework.data.relational.core.sql.AliasedExpression
- getAliasFactory() - Method in class org.springframework.data.relational.core.sqlgeneration.SingleQuerySqlGenerator
- getAliasFactory() - Method in interface org.springframework.data.relational.core.sqlgeneration.SqlGenerator
- getAllColumns(Class<?>) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getAllColumns(Class<?>) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
- 
Deprecated.
- getArrayClass(Class<?>, int) - Static method in class org.springframework.data.r2dbc.support.ArrayUtils
- 
Create a new empty array with the given number ofdimensions.
- getArraySupport() - Method in interface org.springframework.data.jdbc.core.dialect.JdbcDialect
- 
Returns the JDBC specific array support object that describes how array-typed columns are supported by this dialect.
- getArraySupport() - Method in class org.springframework.data.jdbc.core.dialect.JdbcPostgresDialect
- getArraySupport() - Method in class org.springframework.data.r2dbc.dialect.H2Dialect
- getArraySupport() - Method in class org.springframework.data.r2dbc.dialect.PostgresDialect
- getArraySupport() - Method in class org.springframework.data.relational.core.dialect.AnsiDialect
- getArraySupport() - Method in interface org.springframework.data.relational.core.dialect.Dialect
- 
Returns the array support object that describes how array-typed columns are supported by this dialect.
- getArraySupport() - Method in class org.springframework.data.relational.core.dialect.H2Dialect
- getArraySupport() - Method in class org.springframework.data.relational.core.dialect.PostgresDialect
- getArrayType(Class<?>) - Method in interface org.springframework.data.jdbc.core.convert.JdbcArrayColumns
- getArrayType(Class<?>) - Method in interface org.springframework.data.relational.core.dialect.ArrayColumns
- 
Translate theuser typeof an array into the dialect-specific type.
- getArrayType(Class<?>) - Method in enum class org.springframework.data.relational.core.dialect.ArrayColumns.Unsupported
- getArrayType(Class<?>) - Method in class org.springframework.data.relational.core.dialect.ObjectArrayColumns
- getArrayTypeName(SQLType) - Method in enum class org.springframework.data.jdbc.core.convert.JdbcArrayColumns.DefaultSupport
- getArrayTypeName(SQLType) - Method in interface org.springframework.data.jdbc.core.convert.JdbcArrayColumns
- getArrayTypeName(SQLType) - Method in enum class org.springframework.data.jdbc.core.convert.JdbcArrayColumns.Unsupported
- getArrayValue(ArrayColumns, RelationalPersistentProperty, Object) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- getArrayValue(ArrayColumns, RelationalPersistentProperty, Object) - Method in interface org.springframework.data.r2dbc.convert.R2dbcConverter
- 
Convert avalueinto an array representation according toArrayColumns.
- getAssignments() - Method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
- getAssignments() - Method in class org.springframework.data.r2dbc.query.BoundAssignments
- getAssignments() - Method in class org.springframework.data.relational.core.query.Update
- 
Returns all assignments.
- getBackReferenceAlias(AggregatePath) - Method in class org.springframework.data.relational.core.sqlgeneration.AliasFactory
- getBatchValue() - Method in class org.springframework.data.relational.core.conversion.DbAction.BatchWithValue
- getBegin() - Method in class org.springframework.data.relational.core.sql.Between
- getBindableParameters() - Method in interface org.springframework.data.relational.repository.query.RelationalParameterAccessor
- getBindableParameters() - Method in class org.springframework.data.relational.repository.query.RelationalParametersParameterAccessor
- getBindings() - Method in class org.springframework.data.r2dbc.query.BoundAssignments
- getBindings() - Method in class org.springframework.data.r2dbc.query.BoundCondition
- getBindMarkersFactory() - Method in class org.springframework.data.r2dbc.dialect.H2Dialect
- getBindMarkersFactory() - Method in class org.springframework.data.r2dbc.dialect.MySqlDialect
- getBindMarkersFactory() - Method in class org.springframework.data.r2dbc.dialect.OracleDialect
- getBindMarkersFactory() - Method in class org.springframework.data.r2dbc.dialect.PostgresDialect
- getBindMarkersFactory() - Method in interface org.springframework.data.r2dbc.dialect.R2dbcDialect
- 
Returns theBindMarkersFactoryused by this dialect.
- getBindMarkersFactory() - Method in class org.springframework.data.r2dbc.dialect.SqlServerDialect
- getBindValue(Parameter) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getBindValue(Parameter) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
- 
Deprecated.Return a potentially convertedParameterfor strategies that support type conversion.
- getBindValue(Parameter) - Method in class org.springframework.data.r2dbc.query.QueryMapper
- 
Potentially convert theParameter.
- getClausePosition() - Method in interface org.springframework.data.relational.core.dialect.LimitClause
- 
Returns theLimitClause.Positionwhere to apply theclause.
- getClausePosition() - Method in interface org.springframework.data.relational.core.dialect.LockClause
- 
Returns theLockClause.Positionwhere to apply theclause.
- getColumn() - Method in class org.springframework.data.relational.core.query.Criteria
- getColumn() - Method in interface org.springframework.data.relational.core.query.CriteriaDefinition
- getColumn() - Method in class org.springframework.data.relational.core.sql.AssignValue
- getColumn() - Method in class org.springframework.data.relational.core.sql.Between
- getColumnAlias(AggregatePath) - Method in class org.springframework.data.relational.core.sqlgeneration.AliasFactory
- getColumnInfo() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- getColumnName() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- getColumnName() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
- 
Returns the name of the column backing this property.
- getColumnName(RelationalPersistentProperty) - Method in interface org.springframework.data.relational.core.mapping.NamingStrategy
- 
Defaults to return the givenRelationalPersistentProperty's name with the parts of a camel case name separated by '_';
- getColumns() - Method in class org.springframework.data.relational.core.query.Query
- 
Return the columns that this query should project.
- getColumnType(Class<?>) - Method in class org.springframework.data.jdbc.core.mapping.schema.DefaultSqlTypeMapping
- getColumnType(Class<?>) - Method in interface org.springframework.data.jdbc.core.mapping.schema.SqlTypeMapping
- 
Determines a column type for Class.
- getColumnType(RelationalPersistentProperty) - Method in interface org.springframework.data.jdbc.core.convert.JdbcConverter
- 
The type to be used to store this property in the database.
- getColumnType(RelationalPersistentProperty) - Method in class org.springframework.data.jdbc.core.convert.MappingJdbcConverter
- getColumnType(RelationalPersistentProperty) - Method in class org.springframework.data.jdbc.core.mapping.schema.DefaultSqlTypeMapping
- getColumnType(RelationalPersistentProperty) - Method in interface org.springframework.data.jdbc.core.mapping.schema.SqlTypeMapping
- 
Determines a column type for a persistent property.
- getCombinator() - Method in class org.springframework.data.relational.core.query.Criteria
- getCombinator() - Method in interface org.springframework.data.relational.core.query.CriteriaDefinition
- getComparator() - Method in class org.springframework.data.relational.core.query.Criteria
- getComparator() - Method in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- getComparator() - Method in interface org.springframework.data.relational.core.query.CriteriaDefinition
- getComparator() - Method in class org.springframework.data.relational.core.sql.Comparison
- getCondition() - Method in class org.springframework.data.r2dbc.query.BoundCondition
- getCondition() - Method in class org.springframework.data.relational.core.sql.When
- getConditions() - Method in class org.springframework.data.relational.core.sql.MultipleCondition
- getContent() - Method in class org.springframework.data.relational.core.sql.BooleanLiteral
- getContent() - Method in class org.springframework.data.relational.core.sql.Literal
- getContent() - Method in class org.springframework.data.relational.core.sql.NumericLiteral
- getContent() - Method in class org.springframework.data.relational.core.sql.StringLiteral
- getConversionContext(ObjectPath) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- 
Creates a newMappingRelationalConverter.ConversionContext.
- getConversions() - Method in class org.springframework.data.relational.core.conversion.AbstractRelationalConverter
- getConversionService() - Method in interface org.springframework.data.r2dbc.convert.R2dbcConverter
- 
Returns the underlyingConversionServiceused by the converter.
- getConversionService() - Method in class org.springframework.data.relational.core.conversion.AbstractRelationalConverter
- getConversionService() - Method in interface org.springframework.data.relational.core.conversion.RelationalConverter
- 
Returns the underlyingConversionServiceused by the converter.
- getConverter() - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getConverter() - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Return the underlyingR2dbcConverter.
- getConverter() - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- getConverter() - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
- 
Deprecated.Returns theR2dbcConverter.
- getConverters() - Method in class org.springframework.data.jdbc.core.dialect.JdbcDb2Dialect
- getConverters() - Method in class org.springframework.data.jdbc.core.dialect.JdbcMySqlDialect
- getConverters() - Method in class org.springframework.data.jdbc.core.dialect.JdbcSqlServerDialect
- getConverters() - Method in class org.springframework.data.r2dbc.dialect.MySqlDialect
- getConverters() - Method in class org.springframework.data.r2dbc.dialect.PostgresDialect
- getConverters() - Method in interface org.springframework.data.r2dbc.dialect.R2dbcDialect
- 
Return a collection of converters for this dialect.
- getConverters() - Method in class org.springframework.data.relational.core.dialect.Db2Dialect
- getConverters() - Method in interface org.springframework.data.relational.core.dialect.Dialect
- 
Return a collection of converters for this dialect.
- getConverters() - Method in class org.springframework.data.relational.core.dialect.MariaDbDialect
- getConverters() - Method in class org.springframework.data.relational.core.dialect.MySqlDialect
- getConverters() - Method in class org.springframework.data.relational.core.dialect.OracleDialect
- getConverters() - Method in class org.springframework.data.relational.core.dialect.PostgresDialect
- getConvertersToRegister() - Static method in class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters
- 
Returns the converters to be registered.
- getCriteria() - Method in class org.springframework.data.r2dbc.core.StatementMapper.DeleteSpec
- getCriteria() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- getCriteria() - Method in class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
- getCriteria() - Method in class org.springframework.data.relational.core.query.Query
- 
Return theCriteriato be applied.
- getCustomConversions() - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.ConversionContext
- getCustomConversions() - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter.DefaultConversionContext
- getCustomConverters() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- 
Customization hook to return custom converters.
- getDataAccessStrategy() - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Deprecated.
- getDataAccessStrategy() - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- getDatabaseClient() - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Expose the underlyingDatabaseClientto allow SQL operations.
- getDatabaseClient() - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- getDefaultInsertPart() - Method in interface org.springframework.data.relational.core.dialect.InsertWithDefaultValues
- getDefaultValuesInsertPart() - Method in interface org.springframework.data.relational.core.dialect.InsertRenderContext
- getDefaultValuesInsertPart() - Method in enum class org.springframework.data.relational.core.dialect.InsertRenderContexts
- getDependingOn() - Method in class org.springframework.data.relational.core.conversion.DbAction.Insert
- getDependingOn() - Method in interface org.springframework.data.relational.core.conversion.DbAction.WithDependingOn
- 
TheDbActionof a parent entity, possibly the aggregate root.
- getDialect() - Method in class org.springframework.data.jdbc.core.convert.SqlGeneratorSource
- getDialect() - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getDialect() - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
- 
Deprecated.
- getDialect() - Method in class org.springframework.data.relational.repository.support.RelationalQueryLookupStrategy
- getDialect(ConnectionFactory) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- 
Return aR2dbcDialectfor the givenConnectionFactory.
- getDialect(ConnectionFactory) - Static method in class org.springframework.data.r2dbc.dialect.DialectResolver
- 
Retrieve aR2dbcDialectby inspectingConnectionFactoryand its metadata.
- getDialect(ConnectionFactory) - Method in interface org.springframework.data.r2dbc.dialect.DialectResolver.R2dbcDialectProvider
- 
Returns aR2dbcDialectfor aConnectionFactory.
- getDialect(JdbcOperations) - Method in class org.springframework.data.jdbc.repository.config.DialectResolver.DefaultDialectProvider
- getDialect(JdbcOperations) - Static method in class org.springframework.data.jdbc.repository.config.DialectResolver
- 
Retrieve aDialectby inspecting aConnection.
- getDialect(JdbcOperations) - Method in interface org.springframework.data.jdbc.repository.config.DialectResolver.JdbcDialectProvider
- 
Returns aDialectfor aDataSource.
- getDimensionDepth(Class<?>) - Static method in class org.springframework.data.r2dbc.support.ArrayUtils
- 
Determine the number of dimensions for anarrayClass.
- getDimensionDepth(Object) - Static method in class org.springframework.data.r2dbc.support.ArrayUtils
- 
Determine the number of dimensions for an array object.
- getDirection() - Method in class org.springframework.data.relational.core.sql.OrderByField
- getDocument() - Method in class org.springframework.data.relational.core.conversion.RowDocumentAccessor
- getDocument(String) - Method in class org.springframework.data.relational.domain.RowDocument
- 
Retrieve the value atkeyasRowDocument.
- getDomainType() - Method in class org.springframework.data.jdbc.mybatis.MyBatisContext
- 
The domain type of the entity to query or act upon.
- getEmbeddedPrefix() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- getEmbeddedPrefix() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
- getEnd() - Method in class org.springframework.data.relational.core.sql.Between
- getEntity() - Method in class org.springframework.data.relational.core.conversion.DbAction.Insert
- getEntity() - Method in class org.springframework.data.relational.core.conversion.DbAction.InsertRoot
- getEntity() - Method in class org.springframework.data.relational.core.conversion.DbAction.UpdateRoot
- getEntity() - Method in interface org.springframework.data.relational.core.conversion.DbAction.WithEntity
- getEntity() - Method in class org.springframework.data.relational.core.mapping.event.RelationalDeleteEvent
- getEntity() - Method in interface org.springframework.data.relational.core.mapping.event.RelationalEvent
- getEntity() - Method in class org.springframework.data.relational.core.mapping.event.RelationalEventWithEntity
- getEntity() - Method in interface org.springframework.data.relational.core.mapping.event.WithEntity
- 
Overridden in order to change nullability.
- getEntityInformation() - Method in class org.springframework.data.jdbc.repository.query.JdbcQueryMethod
- getEntityInformation() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- getEntityInformation(Class<T>) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
- getEntityInformation(Class<T>) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
- getEntityInstantiators() - Method in class org.springframework.data.relational.core.conversion.AbstractRelationalConverter
- getEntityInstantiators() - Method in interface org.springframework.data.relational.core.conversion.RelationalConverter
- 
Return the underlyingEntityInstantiators.
- getEntityType() - Method in interface org.springframework.data.relational.core.conversion.AggregateChange
- 
The type of the root of thisAggregateChange.
- getEntityType() - Method in class org.springframework.data.relational.core.conversion.DbAction.AcquireLockAllRoot
- getEntityType() - Method in class org.springframework.data.relational.core.conversion.DbAction.AcquireLockRoot
- getEntityType() - Method in class org.springframework.data.relational.core.conversion.DbAction.BatchWithValue
- getEntityType() - Method in class org.springframework.data.relational.core.conversion.DbAction.DeleteAllRoot
- getEntityType() - Method in class org.springframework.data.relational.core.conversion.DbAction.DeleteRoot
- getEntityType() - Method in interface org.springframework.data.relational.core.conversion.DbAction
- getEntityType() - Method in class org.springframework.data.relational.core.conversion.DbAction.Insert
- getEntityType() - Method in interface org.springframework.data.relational.core.conversion.DbAction.WithDependingOn
- getEntityType() - Method in interface org.springframework.data.relational.core.conversion.DbAction.WithEntity
- getEntityType() - Method in interface org.springframework.data.relational.core.conversion.DbAction.WithPropertyPath
- getEntityType() - Method in class org.springframework.data.relational.core.conversion.DeleteAggregateChange
- getEntityType() - Method in class org.springframework.data.relational.core.conversion.DeleteBatchingAggregateChange
- getEntityType() - Method in class org.springframework.data.relational.core.conversion.SaveBatchingAggregateChange
- getEnvironment() - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- getEscapeCharacter() - Method in class org.springframework.data.relational.core.dialect.Escaper
- 
Returns the escape character.
- getExistsFunction() - Method in interface org.springframework.data.relational.core.dialect.Dialect
- 
Provide a SQL function that is suitable for implementing an exists-query.
- getExistsFunction() - Method in class org.springframework.data.relational.core.dialect.PostgresDialect
- getExpression() - Method in class org.springframework.data.relational.core.sql.OrderByField
- getExpressions() - Method in class org.springframework.data.relational.core.sql.SimpleFunction
- getFactoryInstance(R2dbcEntityOperations) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- 
Creates and initializes aRepositoryFactorySupportinstance.
- getFactoryInstance(DatabaseClient, ReactiveDataAccessStrategy) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- 
Creates and initializes aRepositoryFactorySupportinstance.
- getFirst(int, List<T>) - Static method in class org.springframework.data.jdbc.repository.support.ScrollDelegate
- 
Return the firstcountitems from the list.
- getFirst(int, List<T>) - Static method in class org.springframework.data.r2dbc.repository.support.ScrollDelegate
- 
Return the firstcountitems from the list.
- getFrom() - Method in class org.springframework.data.relational.core.sql.LockOptions
- getFrom() - Method in interface org.springframework.data.relational.core.sql.Select
- getFunctionName() - Method in class org.springframework.data.relational.core.sql.SimpleFunction
- getGeneratedId() - Method in class org.springframework.data.relational.core.conversion.DbActionExecutionResult
- getGroup() - Method in class org.springframework.data.relational.core.query.Criteria
- getGroup() - Method in interface org.springframework.data.relational.core.query.CriteriaDefinition
- getId() - Method in interface org.springframework.data.jdbc.core.mapping.AggregateReference
- getId() - Method in class org.springframework.data.jdbc.core.mapping.AggregateReference.IdOnlyAggregateReference
- getId() - Method in class org.springframework.data.jdbc.mybatis.MyBatisContext
- 
The ID of the entity to query/act upon.
- getId() - Method in class org.springframework.data.relational.core.conversion.DbAction.AcquireLockRoot
- getId() - Method in class org.springframework.data.relational.core.conversion.DbAction.DeleteRoot
- getId() - Method in class org.springframework.data.relational.core.mapping.event.RelationalDeleteEvent
- getId() - Method in interface org.springframework.data.relational.core.mapping.event.WithId
- 
Events with an identifier will always return aIdentifierone.
- getIdAttribute() - Method in class org.springframework.data.relational.repository.support.MappingRelationalEntityInformation
- getIdColumn() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentEntity
- 
Returns the column representing the identifier.
- getIdDefiningParentPath() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- 
Returns the longest ancestor path that has anIdproperty.
- getIdDefiningPath(AggregatePath) - Static method in class org.springframework.data.relational.core.mapping.AggregatePathTraversal
- getIdentifier() - Method in class org.springframework.data.jdbc.core.convert.InsertSubject
- getIdentifier() - Method in class org.springframework.data.jdbc.mybatis.MyBatisContext
- 
TheIdentifierfor a path to query.
- getIdentifierColumns(Class<?>) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getIdentifierColumns(Class<?>) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
- 
Deprecated.
- getIdentifierProcessing() - Method in class org.springframework.data.relational.core.dialect.AnsiDialect
- getIdentifierProcessing() - Method in interface org.springframework.data.relational.core.dialect.Dialect
- 
Returns theIdentifierProcessingused for processingSqlIdentifierwhen converting them to SQL snippets or parameter names.
- getIdentifierProcessing() - Method in class org.springframework.data.relational.core.dialect.H2Dialect
- getIdentifierProcessing() - Method in class org.springframework.data.relational.core.dialect.MySqlDialect
- getIdentifierProcessing() - Method in class org.springframework.data.relational.core.dialect.PostgresDialect
- getIdentifierProcessing() - Method in class org.springframework.data.relational.core.dialect.SqlServerDialect
- getIdentifierProcessing() - Method in interface org.springframework.data.relational.core.sql.render.RenderContext
- 
Returns the configuredIdentifierProcessing.
- getIdentifyingAnnotations() - Method in class org.springframework.data.jdbc.repository.config.JdbcRepositoryConfigExtension
- 
In strict mode only domain types having aTableannotation get a repository.
- getIdentifyingAnnotations() - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- getIdentifyingTypes() - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- getIdGeneration() - Method in class org.springframework.data.relational.core.dialect.Db2Dialect
- getIdGeneration() - Method in interface org.springframework.data.relational.core.dialect.Dialect
- getIdGeneration() - Method in class org.springframework.data.relational.core.dialect.H2Dialect
- getIdGeneration() - Method in class org.springframework.data.relational.core.dialect.HsqlDbDialect
- getIdGeneration() - Method in class org.springframework.data.relational.core.dialect.MariaDbDialect
- getIdGeneration() - Method in class org.springframework.data.relational.core.dialect.MySqlDialect
- getIdGeneration() - Method in class org.springframework.data.relational.core.dialect.OracleDialect
- getIdGeneration() - Method in class org.springframework.data.relational.core.dialect.PostgresDialect
- getIdGeneration() - Method in class org.springframework.data.relational.core.dialect.SqlServerDialect
- getIdType() - Method in class org.springframework.data.relational.repository.support.MappingRelationalEntityInformation
- getIdValueSource() - Method in class org.springframework.data.relational.core.conversion.DbAction.Insert
- getIdValueSource() - Method in class org.springframework.data.relational.core.conversion.DbAction.InsertRoot
- getIdValueSource() - Method in class org.springframework.data.relational.core.conversion.DbAction.UpdateRoot
- getIdValueSource() - Method in interface org.springframework.data.relational.core.conversion.DbAction.WithEntity
- getInitialEntitySet() - Method in class org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
- 
Scans the mapping base package for classes annotated withTable.
- getInitialEntitySet() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- 
Scans the mapping base package for classes annotated withTable.
- getInsertRenderContext() - Method in interface org.springframework.data.relational.core.dialect.Dialect
- getInsertRenderContext() - Method in class org.springframework.data.relational.core.dialect.SqlServerDialect
- getInsertRenderContext() - Method in interface org.springframework.data.relational.core.sql.render.RenderContext
- getInstance() - Method in class org.springframework.data.jdbc.core.convert.InsertSubject
- getInstance() - Method in class org.springframework.data.jdbc.mybatis.MyBatisContext
- 
The entity to act upon.
- getJavaType() - Method in class org.springframework.data.relational.repository.query.SimpleRelationalEntityMetadata
- getJdbcType() - Method in class org.springframework.data.jdbc.core.mapping.JdbcValue
- getJoinTable() - Method in class org.springframework.data.relational.core.sql.Join
- getKeyAlias(AggregatePath) - Method in class org.springframework.data.relational.core.sqlgeneration.AliasFactory
- getKeyColumn() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- getKeyColumn() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
- getKeyColumn(RelationalPersistentProperty) - Method in interface org.springframework.data.relational.core.mapping.NamingStrategy
- 
For a map valued reference A -> Map>X,B< this is the name of the column in the table for B holding the key of the map.
- getKeyColumnName(SqlIdentifier) - Method in interface org.springframework.data.relational.core.dialect.IdGeneration
- 
Provides for a given idSqlIdentifierthe String that is to be used for registering interest in the generated value of that column.
- getKind() - Method in interface org.springframework.data.relational.core.conversion.AggregateChange
- 
Returns theAggregateChange.KindofAggregateChangethis is.
- getKind() - Method in class org.springframework.data.relational.core.conversion.DeleteAggregateChange
- getKind() - Method in class org.springframework.data.relational.core.conversion.DeleteBatchingAggregateChange
- getKind() - Method in class org.springframework.data.relational.core.conversion.SaveBatchingAggregateChange
- getLeafEntity() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- 
TheRelationalPersistentEntityassociated with the leaf of this path.
- getLeft() - Method in class org.springframework.data.relational.core.sql.Comparison
- getLeft() - Method in class org.springframework.data.relational.core.sql.Like
- getLength() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- 
Returns the path length for the aggregate path.
- getLikeEscaper() - Method in interface org.springframework.data.relational.core.dialect.Dialect
- 
Returns theEscaperused forLIKEvalue escaping.
- getLikeEscaper() - Method in class org.springframework.data.relational.core.dialect.SqlServerDialect
- getLimit() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- getLimit() - Method in class org.springframework.data.relational.core.query.Query
- 
Return the maximum number of rows to be return.
- getLimit() - Method in interface org.springframework.data.relational.core.sql.Select
- 
Optional limit.
- getLimit(long) - Method in interface org.springframework.data.relational.core.dialect.LimitClause
- 
Returns theLIMITclause to limit results.
- getLimitOffset(long, long) - Method in interface org.springframework.data.relational.core.dialect.LimitClause
- 
Returns a combinedLIMIT/OFFSETclause that limits results and starts consumption at the givenoffset.
- getList(String) - Method in class org.springframework.data.relational.domain.RowDocument
- 
Retrieve the value atkeyasList.
- getLock() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- 
The used lockmode
- getLock(LockOptions) - Method in interface org.springframework.data.relational.core.dialect.LockClause
- 
Returns theLOCKclause to lock results.
- getLockMode() - Method in class org.springframework.data.relational.core.sql.LockOptions
- getLockMode() - Method in interface org.springframework.data.relational.core.sql.Select
- getMap(String) - Method in class org.springframework.data.relational.domain.RowDocument
- 
Retrieve the value atkeyasMap.
- getMappedColumnName() - Method in class org.springframework.data.jdbc.core.convert.QueryMapper.Field
- 
Returns the key to be used in the mapped document eventually.
- getMappedColumnName() - Method in class org.springframework.data.jdbc.core.convert.QueryMapper.MetadataBackedField
- getMappedColumnName() - Method in class org.springframework.data.r2dbc.query.QueryMapper.Field
- 
Returns the key to be used in the mapped document eventually.
- getMappedColumnName() - Method in class org.springframework.data.r2dbc.query.QueryMapper.MetadataBackedField
- getMappedExample(Example<T>) - Method in class org.springframework.data.relational.repository.query.RelationalExampleMapper
- getMappedObject(StatementMapper.DeleteSpec) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
- 
Map a delete specification to aPreparedOperation.
- getMappedObject(StatementMapper.InsertSpec) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
- 
Map a insert specification to aPreparedOperation.
- getMappedObject(StatementMapper.SelectSpec) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
- 
Map a select specification to aPreparedOperation.
- getMappedObject(StatementMapper.UpdateSpec) - Method in interface org.springframework.data.r2dbc.core.StatementMapper
- 
Map a update specification to aPreparedOperation.
- getMappedObject(Expression, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.QueryMapper
- 
Map theExpressionobject to apply field name mapping usingthe type to read.
- getMappedObject(MapSqlParameterSource, CriteriaDefinition, Table, RelationalPersistentEntity<?>) - Method in class org.springframework.data.jdbc.core.convert.QueryMapper
- getMappedObject(BindMarkers, Map<SqlIdentifier, ? extends Object>, Table, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.UpdateMapper
- getMappedObject(BindMarkers, CriteriaDefinition, Table, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.QueryMapper
- getMappedObject(BindMarkers, Update, Table, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.UpdateMapper
- getMappedSort(Table, Sort, RelationalPersistentEntity<?>) - Method in class org.springframework.data.jdbc.core.convert.QueryMapper
- 
Map theSortobject to apply field name mapping usingthe type to read.
- getMappedSort(Table, Sort, RelationalPersistentEntity<?>) - Method in class org.springframework.data.r2dbc.query.QueryMapper
- 
Map theSortobject to apply field name mapping usingthe type to read.
- getMappingBasePackages() - Method in class org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
- 
Returns the base packages to scan for JDBC mapped entities at startup.
- getMappingBasePackages() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- 
Returns the base packages to scan for R2DBC mapped entities at startup.
- getMappingContext() - Method in interface org.springframework.data.jdbc.core.convert.JdbcConverter
- getMappingContext() - Method in class org.springframework.data.jdbc.core.convert.QueryMapper
- getMappingContext() - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getMappingContext() - Method in class org.springframework.data.r2dbc.query.QueryMapper
- getMappingContext() - Method in class org.springframework.data.relational.core.conversion.AbstractRelationalConverter
- getMappingContext() - Method in interface org.springframework.data.relational.core.conversion.RelationalConverter
- 
Returns the underlyingMappingContextused by the converter.
- getMappingContext() - Method in class org.springframework.data.relational.repository.support.RelationalQueryLookupStrategy
- getModuleIdentifier() - Method in class org.springframework.data.jdbc.repository.config.JdbcRepositoryConfigExtension
- getModuleName() - Method in class org.springframework.data.jdbc.repository.config.JdbcRepositoryConfigExtension
- getModuleName() - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- getModulePrefix() - Method in class org.springframework.data.jdbc.repository.config.JdbcRepositoryConfigExtension
- getModulePrefix() - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- getName() - Method in class org.springframework.data.relational.core.sql.Column
- getName() - Method in class org.springframework.data.relational.core.sql.InlineQuery
- getName() - Method in interface org.springframework.data.relational.core.sql.Named
- getName() - Method in class org.springframework.data.relational.core.sql.Table
- getName() - Method in interface org.springframework.data.relational.core.sql.TableLike
- getName(Column) - Method in interface org.springframework.data.relational.core.sql.render.RenderNamingStrategy
- 
Return thecolumn name.
- getName(TableLike) - Method in interface org.springframework.data.relational.core.sql.render.RenderNamingStrategy
- 
Return thetable name.
- getNamedQueryName() - Method in class org.springframework.data.jdbc.repository.query.JdbcQueryMethod
- getNamespace(Class<?>) - Method in interface org.springframework.data.jdbc.mybatis.NamespaceStrategy
- 
Get a namespace that corresponds to the given domain type.
- getNamingStrategy() - Method in class org.springframework.data.relational.core.mapping.RelationalMappingContext
- getNamingStrategy() - Method in interface org.springframework.data.relational.core.sql.render.RenderContext
- 
Returns the configuredRenderNamingStrategy.
- getNullHandling() - Method in class org.springframework.data.relational.core.sql.OrderByField
- getObject() - Method in class org.springframework.data.r2dbc.config.PersistentEntitiesFactoryBean
- getObjectType() - Method in class org.springframework.data.r2dbc.config.PersistentEntitiesFactoryBean
- getOffset() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- getOffset() - Method in class org.springframework.data.relational.core.query.Query
- 
Return the number of rows to skip.
- getOffset() - Method in interface org.springframework.data.relational.core.sql.Select
- 
Optional offset.
- getOffset(long) - Method in interface org.springframework.data.relational.core.dialect.LimitClause
- 
Returns theOFFSETclause to consume rows at a given offset.
- getOn() - Method in class org.springframework.data.relational.core.sql.Join
- getOrDefault(Object, Object) - Method in class org.springframework.data.relational.domain.RowDocument
- getOrder() - Method in class org.springframework.data.r2dbc.mapping.event.ReactiveAuditingEntityCallback
- getOrder() - Method in class org.springframework.data.relational.auditing.RelationalAuditingCallback
- getOrderBy() - Method in interface org.springframework.data.relational.core.sql.Select
- getOutboundRow(Object) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getOutboundRow(Object) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
- 
Deprecated.Returns aOutboundRowthat maps column names to aParametervalue.
- getOwner() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- getOwner() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
- getParameter(int) - Method in class org.springframework.data.jdbc.repository.query.JdbcParameters
- getParameter(int, String) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy.NamedParameterProvider
- 
Deprecated.Returns thevaluefor a parameter identified either by name or by index.
- getParameters() - Method in class org.springframework.data.jdbc.repository.query.JdbcQueryMethod
- getParameters() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- getParentPath() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- 
Returns the path that has the same beginning but is one segment shorter than this path.
- getParts() - Method in class org.springframework.data.jdbc.core.convert.Identifier
- getPath() - Method in class org.springframework.data.jdbc.core.convert.QueryMapper.MetadataBackedField
- getPath() - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.ConversionContext
- getPath() - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter.DefaultConversionContext
- getPersistentEntity(RelationalPersistentProperty) - Method in class org.springframework.data.relational.core.mapping.RelationalMappingContext
- getPotentiallyConvertedSimpleRead(Object, TypeInformation<?>) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- 
Checks whether we have a custom conversion for the given simple object.
- getPrevious() - Method in class org.springframework.data.relational.core.query.Criteria
- getPrevious() - Method in interface org.springframework.data.relational.core.query.CriteriaDefinition
- getPreviousVersion() - Method in class org.springframework.data.relational.core.conversion.DbAction.DeleteRoot
- getPreviousVersion() - Method in class org.springframework.data.relational.core.conversion.DbAction.UpdateRoot
- getPreviousVersion() - Method in class org.springframework.data.relational.core.conversion.DeleteAggregateChange
- getPreviousVersion() - Method in interface org.springframework.data.relational.core.conversion.MutableAggregateChange
- getPropertyAccessor(PersistentEntity<T, ?>, T) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- getPropertyAccessor(PersistentEntity<T, ?>, T) - Method in interface org.springframework.data.relational.core.conversion.RelationalConverter
- 
Return aPersistentPropertyAccessorto access property values of theinstance.
- getPropertyPath() - Method in class org.springframework.data.relational.core.conversion.DbAction.Delete
- getPropertyPath() - Method in class org.springframework.data.relational.core.conversion.DbAction.DeleteAll
- getPropertyPath() - Method in class org.springframework.data.relational.core.conversion.DbAction.Insert
- getPropertyPath() - Method in interface org.springframework.data.relational.core.conversion.DbAction.WithPropertyPath
- getPropertyValue(RelationalPersistentProperty) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter.DocumentValueProvider
- getQualifiedTableName() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentEntity
- 
Returns the qualified name of the table backing the given entity, including the schema.
- getQualifier() - Method in interface org.springframework.data.relational.core.conversion.DbAction.WithDependingOn
- getQualifierColumnType() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- getQualifierColumnType() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
- getQualifiers() - Method in class org.springframework.data.relational.core.conversion.DbAction.Insert
- getQualifiers() - Method in interface org.springframework.data.relational.core.conversion.DbAction.WithDependingOn
- 
Additional values to be set during insert or update statements.
- getQueryLookupStrategy(QueryLookupStrategy.Key, ValueExpressionDelegate) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
- getQueryLookupStrategy(QueryLookupStrategy.Key, ValueExpressionDelegate) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
- getQueryMethod() - Method in class org.springframework.data.jdbc.repository.query.AbstractJdbcQuery
- getQueryMethod() - Method in class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
- getReference() - Method in interface org.springframework.data.relational.core.sql.SqlIdentifier
- 
The reference name is used for programmatic access to the object identified by thisSqlIdentifier.
- getReferenceName() - Method in class org.springframework.data.relational.core.sql.Column
- getReferenceName() - Method in class org.springframework.data.relational.core.sql.InlineQuery
- getReferenceName() - Method in class org.springframework.data.relational.core.sql.Table
- getReferenceName() - Method in interface org.springframework.data.relational.core.sql.TableLike
- getReferenceName(Column) - Method in interface org.springframework.data.relational.core.sql.render.RenderNamingStrategy
- 
Return thecolumn reference name.
- getReferenceName(TableLike) - Method in interface org.springframework.data.relational.core.sql.render.RenderNamingStrategy
- 
Return thetable reference name.
- getRenderContext() - Method in interface org.springframework.data.r2dbc.core.StatementMapper
- 
ReturnsRenderContext.
- getRenderedPart() - Method in class org.springframework.data.relational.core.sql.render.CaseExpressionVisitor
- getRenderedPart() - Method in class org.springframework.data.relational.core.sql.render.WhenVisitor
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
- getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.jdbc.repository.config.JdbcRepositoryConfigExtension
- getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- getRequiredAnnotatedQuery() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- 
Returns the required query string declared in aQueryannotation or throwsIllegalStateExceptionif neither the annotation found nor the attribute was specified.
- getRequiredBaseProperty() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- getRequiredColumnType(RelationalPersistentProperty) - Method in interface org.springframework.data.jdbc.core.mapping.schema.SqlTypeMapping
- 
Returns the required column type for a persistent property or throwsIllegalArgumentExceptionif the type cannot be determined.
- getRequiredIdProperty() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- getRequiredLeafEntity() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- 
TheRelationalPersistentEntityassociated with the leaf of this path or throwIllegalStateExceptionif the leaf cannot be resolved.
- getRequiredLeafProperty() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- getRequiredPersistentPropertyPath() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- getRequiredQuery() - Method in class org.springframework.data.jdbc.repository.query.JdbcQueryMethod
- getResolvableType() - Method in interface org.springframework.data.relational.core.mapping.event.RelationalEvent
- getResolvableType() - Method in class org.springframework.data.relational.repository.query.RelationalParameters.RelationalParameter
- getResultSetExtractor(String) - Method in interface org.springframework.data.jdbc.repository.query.AbstractJdbcQuery.RowMapperFactory
- 
Obtain aResultSetExtractorfrom some other source, typically aBeanFactory.
- getReverseColumnName(RelationalPersistentEntity<?>) - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- getReverseColumnName(RelationalPersistentEntity<?>) - Method in class org.springframework.data.relational.core.mapping.DefaultNamingStrategy
- getReverseColumnName(RelationalPersistentEntity<?>) - Method in interface org.springframework.data.relational.core.mapping.NamingStrategy
- getReverseColumnName(RelationalPersistentEntity<?>) - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
- getReverseColumnName(RelationalPersistentProperty) - Method in class org.springframework.data.relational.core.mapping.DefaultNamingStrategy
- getReverseColumnName(RelationalPersistentProperty) - Method in interface org.springframework.data.relational.core.mapping.NamingStrategy
- 
For a reference A -> B this is the name in the table for B which references A.
- getRight() - Method in class org.springframework.data.relational.core.sql.Comparison
- getRight() - Method in class org.springframework.data.relational.core.sql.Like
- getRoot() - Method in interface org.springframework.data.relational.core.conversion.RootAggregateChange
- 
The root object to which thisAggregateChangerelates.
- getRootId() - Method in class org.springframework.data.relational.core.conversion.DbAction.Delete
- getRowCountAlias(AggregatePath) - Method in class org.springframework.data.relational.core.sqlgeneration.AliasFactory
- getRowMapper(Class<T>) - Method in class org.springframework.data.jdbc.repository.config.DefaultQueryMappingConfiguration
- getRowMapper(Class<T>) - Method in interface org.springframework.data.jdbc.repository.QueryMappingConfiguration
- getRowMapper(Class<T>) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getRowMapper(Class<T>) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
- 
Deprecated.
- getRowMapper(String) - Method in interface org.springframework.data.jdbc.repository.query.AbstractJdbcQuery.RowMapperFactory
- 
Obtain aRowMapperfrom some other source, typically aBeanFactory.
- getRowNumberAlias(AggregatePath) - Method in class org.springframework.data.relational.core.sqlgeneration.AliasFactory
- getRowsFetchSpec(DatabaseClient.GenericExecuteSpec, Class<?>, Class<T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- getRowsFetchSpec(DatabaseClient.GenericExecuteSpec, Class<?>, Class<T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- getSchema() - Method in interface org.springframework.data.relational.core.mapping.NamingStrategy
- 
Defaults to no schema.
- getSelect() - Method in class org.springframework.data.relational.core.sql.Subselect
- getSelectContext() - Method in class org.springframework.data.relational.core.dialect.AbstractDialect
- getSelectContext() - Method in interface org.springframework.data.relational.core.dialect.Dialect
- 
Obtain theSelectRenderContext.
- getSelectContext() - Method in class org.springframework.data.relational.core.dialect.SqlServerDialect
- getSelectList() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- getSelectRenderContext() - Method in interface org.springframework.data.relational.core.sql.render.RenderContext
- getSequence() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- getSequence() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
- getSimpleTypeHolder() - Method in interface org.springframework.data.r2dbc.dialect.R2dbcDialect
- 
Return theSimpleTypeHolderfor this dialect.
- getSimpleTypes() - Method in class org.springframework.data.r2dbc.dialect.MySqlDialect
- getSimpleTypes() - Method in class org.springframework.data.r2dbc.dialect.PostgresDialect
- getSimpleTypes() - Method in interface org.springframework.data.r2dbc.dialect.R2dbcDialect
- 
Return a collection of types that are natively supported by this database/driver.
- getSimpleTypes() - Method in class org.springframework.data.r2dbc.dialect.SqlServerDialect
- getSort() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- getSort() - Method in class org.springframework.data.relational.core.query.Query
- getSourceConverter() - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.ConversionContext
- getSourceConverter() - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter.DefaultConversionContext
- getSql() - Method in enum class org.springframework.data.relational.core.sql.Join.JoinType
- getSql() - Method in class org.springframework.data.relational.core.sql.SimpleSegment
- getSqlType() - Method in class org.springframework.data.jdbc.core.convert.QueryMapper.Field
- getSqlType() - Method in class org.springframework.data.jdbc.core.convert.QueryMapper.MetadataBackedField
- getSqlType() - Method in class org.springframework.data.jdbc.repository.query.JdbcParameters.JdbcParameter
- getSqlType(Class<?>) - Method in interface org.springframework.data.jdbc.core.convert.JdbcArrayColumns
- 
Determine theSQLTypefor a givenarray component type.
- getStatementMapper() - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getStatementMapper() - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
- 
Deprecated.Returns theR2dbcDialect-specificStatementMapper.
- getStoreConversions() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- 
Returns theR2dbcDialect-specificCustomConversions.StoreConversions.
- getTable() - Method in class org.springframework.data.r2dbc.core.StatementMapper.DeleteSpec
- getTable() - Method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
- getTable() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- getTable() - Method in class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
- getTable() - Method in class org.springframework.data.relational.core.sql.AsteriskFromTable
- getTable() - Method in class org.springframework.data.relational.core.sql.Column
- getTableAlias(AggregatePath) - Method in class org.springframework.data.relational.core.sqlgeneration.AliasFactory
- getTableEntity() - Method in interface org.springframework.data.relational.repository.query.RelationalEntityMetadata
- 
Returns theRelationalPersistentEntitythat supposed to determine the table to be queried.
- getTableEntity() - Method in class org.springframework.data.relational.repository.query.SimpleRelationalEntityMetadata
- getTableInfo() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- getTableName() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentEntity
- 
Returns the unqualified name of the table (i.e. without schema or owner) backing the given entity.
- getTableName() - Method in interface org.springframework.data.relational.repository.query.RelationalEntityInformation
- 
Returns the name of the table the entity shall be persisted to.
- getTableName() - Method in interface org.springframework.data.relational.repository.query.RelationalEntityMetadata
- 
Returns the name of the table the entity shall be persisted to.
- getTableName() - Method in class org.springframework.data.relational.repository.query.SimpleRelationalEntityMetadata
- getTableName() - Method in class org.springframework.data.relational.repository.support.MappingRelationalEntityInformation
- getTableName(Class<?>) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- getTableName(Class<?>) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
- 
Deprecated.
- getTableName(Class<?>) - Method in interface org.springframework.data.relational.core.mapping.NamingStrategy
- 
The name of the table to be used for persisting entities having the type passed as an argument.
- getTableOwningPath(AggregatePath) - Static method in class org.springframework.data.relational.core.mapping.AggregatePathTraversal
- getTables() - Method in class org.springframework.data.relational.core.sql.From
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
- getTargetSqlType(RelationalPersistentProperty) - Method in interface org.springframework.data.jdbc.core.convert.JdbcConverter
- 
The SQL type constant used when using this property as a parameter for a SQL statement.
- getTargetSqlType(RelationalPersistentProperty) - Method in class org.springframework.data.jdbc.core.convert.MappingJdbcConverter
- getTargetType() - Method in class org.springframework.data.relational.core.sql.Cast
- getTargetType(Class<?>) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- getTargetType(Class<?>) - Method in interface org.springframework.data.r2dbc.convert.R2dbcConverter
- 
Return the target type for a value considering registered converters.
- getType() - Method in class org.springframework.data.relational.core.mapping.event.RelationalDeleteEvent
- getType() - Method in interface org.springframework.data.relational.core.mapping.event.RelationalEvent
- getType() - Method in class org.springframework.data.relational.core.mapping.event.RelationalEventWithEntity
- getType() - Method in class org.springframework.data.relational.core.sql.Join
- getTypeHint() - Method in class org.springframework.data.jdbc.core.convert.QueryMapper.Field
- getTypeHint() - Method in class org.springframework.data.jdbc.core.convert.QueryMapper.MetadataBackedField
- getTypeHint() - Method in class org.springframework.data.r2dbc.query.QueryMapper.Field
- getTypeHint() - Method in class org.springframework.data.r2dbc.query.QueryMapper.MetadataBackedField
- getTypeInformation() - Method in class org.springframework.data.relational.repository.query.RelationalParameters.RelationalParameter
- getUpdate() - Method in class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
- getValue() - Method in class org.springframework.data.jdbc.core.mapping.JdbcValue
- getValue() - Method in class org.springframework.data.relational.core.mapping.event.Identifier
- 
Returns the identifier value.
- getValue() - Method in class org.springframework.data.relational.core.query.Criteria
- getValue() - Method in interface org.springframework.data.relational.core.query.CriteriaDefinition
- getValue() - Method in class org.springframework.data.relational.core.sql.AssignValue
- getValue() - Method in class org.springframework.data.relational.core.sql.When
- getValue(AggregatePath) - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.AggregatePathValueProvider
- 
Return a value for the givenAggregatePath.
- getValue(AggregatePath) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter.DocumentValueProvider
- getValues() - Method in interface org.springframework.data.relational.repository.query.RelationalParameterAccessor
- 
Returns the raw parameter values of the underlying query method.
- getValues() - Method in class org.springframework.data.relational.repository.query.RelationalParametersParameterAccessor
- getVersionNumberFromEntity(S, RelationalPersistentEntity<S>, RelationalConverter) - Static method in class org.springframework.data.relational.core.conversion.RelationalEntityVersionUtils
- 
Get the current value of the version property for an instance of a relational persistent entity.
- greaterThan(Object) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausing greater-than(>).
- greaterThanOrEquals(Object) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausing greater-than or equal to (>=).
- greatest(List<? extends Expression>) - Static method in class org.springframework.data.relational.core.sql.Functions
- 
Creates a newGREATESTfunction.
- greatest(Expression...) - Static method in class org.springframework.data.relational.core.sql.Functions
- 
Creates a newGREATESTfunction.
- GT - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- GTE - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
H
- H2Dialect - Class in org.springframework.data.r2dbc.dialect
- 
R2DBC dialect for H2.
- H2Dialect - Class in org.springframework.data.relational.core.dialect
- 
An SQL dialect for H2.
- H2Dialect() - Constructor for class org.springframework.data.r2dbc.dialect.H2Dialect
- H2Dialect() - Constructor for class org.springframework.data.relational.core.dialect.H2Dialect
- hasAnnotatedQuery() - Method in class org.springframework.data.jdbc.repository.query.JdbcQueryMethod
- hasAnnotatedQuery() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- hasAnnotatedQueryName() - Method in class org.springframework.data.jdbc.repository.query.JdbcQueryMethod
- hasDelegatedRendering() - Method in class org.springframework.data.relational.core.sql.render.CaseExpressionVisitor
- 
Returns whether rendering was delegated to aExpressionVisitororConditionVisitor.
- hasExplicitColumnName() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- hasExplicitColumnName() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
- 
Returns whether the property uses an annotated field name throughColumn.
- hasExpressions() - Method in class org.springframework.data.relational.core.sql.In
- hashCode() - Method in class org.springframework.data.jdbc.core.convert.Identifier
- hashCode() - Method in class org.springframework.data.jdbc.core.convert.InsertSubject
- hashCode() - Method in class org.springframework.data.jdbc.core.mapping.AggregateReference.IdOnlyAggregateReference
- hashCode() - Method in class org.springframework.data.jdbc.core.mapping.JdbcValue
- hashCode() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- hashCode() - Method in class org.springframework.data.relational.core.conversion.RowDocumentAccessor
- hashCode() - Method in record class org.springframework.data.relational.core.mapping.AggregatePath.ColumnInfo
- 
Returns a hash code value for this object.
- hashCode() - Method in record class org.springframework.data.relational.core.mapping.AggregatePath.TableInfo
- 
Returns a hash code value for this object.
- hashCode() - Method in class org.springframework.data.relational.core.mapping.event.Identifier
- hashCode() - Method in class org.springframework.data.relational.core.query.Criteria
- hashCode() - Method in class org.springframework.data.relational.core.sql.StringLiteral
- hashCode() - Method in class org.springframework.data.relational.core.sql.Column
- hashCode() - Method in interface org.springframework.data.relational.core.sql.Segment
- 
Generate a hash code from thisSegment.
- hashCode() - Method in class org.springframework.data.relational.core.sql.Table
- hashCode() - Method in class org.springframework.data.relational.domain.RowDocument
- hasIdProperty() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- hasLockMode() - Method in class org.springframework.data.jdbc.repository.query.JdbcQueryMethod
- hasLockMode() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- hasNonEmptyValue(AggregatePath) - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.AggregatePathValueProvider
- hasNonEmptyValue(AggregatePath) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter.DocumentValueProvider
- hasNonEmptyValue(RelationalPersistentProperty) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter.DocumentValueProvider
- hasNonEmptyValue(RelationalPersistentProperty) - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.RelationalPropertyValueProvider
- 
Determine whether there is a non empty value for the givenRelationalPersistentProperty.
- hasPrevious() - Method in class org.springframework.data.relational.core.query.Criteria
- hasPrevious() - Method in interface org.springframework.data.relational.core.query.CriteriaDefinition
- hasReactiveWrapperParameter() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- 
Check if the givenQueryMethodreceives a reactive parameter wrapper as one of its parameters.
- hasSequence() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
- hasValue(AggregatePath) - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.AggregatePathValueProvider
- 
Determine whether there is a value for the givenAggregatePath.
- hasValue(AggregatePath) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter.DocumentValueProvider
- hasValue(RelationalPersistentProperty) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter.DocumentValueProvider
- hasValue(RelationalPersistentProperty) - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.RelationalPropertyValueProvider
- 
Determine whether there is a value for the givenRelationalPersistentProperty.
- hasValue(RelationalPersistentProperty) - Method in class org.springframework.data.relational.core.conversion.RowDocumentAccessor
- 
Returns whether the underlyingRowDocumenthas a value (null or non-null) for the givenRelationalPersistentProperty.
- hasValue(SqlIdentifier) - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.AggregatePathValueProvider
- 
Determine whether there is a value for the givenSqlIdentifier.
- hasValue(SqlIdentifier) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter.DocumentValueProvider
- HOLDER - Static variable in class org.springframework.data.jdbc.core.mapping.JdbcSimpleTypes
- HOLDER - Static variable in class org.springframework.data.r2dbc.mapping.R2dbcSimpleTypeHolder
- HsqlDbDialect - Class in org.springframework.data.relational.core.dialect
- 
ADialectfor HsqlDb.
- HsqlDbDialect() - Constructor for class org.springframework.data.relational.core.dialect.HsqlDbDialect
I
- idColumn() - Element in annotation interface org.springframework.data.relational.core.mapping.MappedCollection
- 
The column name for id column in the corresponding relationship table.
- idColumnName() - Method in record class org.springframework.data.relational.core.mapping.AggregatePath.TableInfo
- 
Returns the value of theidColumnNamerecord component.
- Identifier - Class in org.springframework.data.jdbc.core.convert
- 
Identifier represents a composite id of an entity that may be composed of one or many parts.
- Identifier - Class in org.springframework.data.relational.core.mapping.event
- 
Wrapper for an identifier of an entity.
- Identifier.IdentifierConsumer - Interface in org.springframework.data.jdbc.core.convert
- 
Represents an operation that accepts identifier key parts (name, value andtarget type) defining a contract to consumeIdentifiervalues.
- IdentifierProcessing - Interface in org.springframework.data.relational.core.sql
- 
An interface describing the processing steps for the conversion ofSqlIdentifierto SQL snippets or column names.
- IdentifierProcessing.LetterCasing - Enum Class in org.springframework.data.relational.core.sql
- 
Encapsulates the three kinds of letter casing supported.
- IdentifierProcessing.Quoting - Class in org.springframework.data.relational.core.sql
- 
A conversion from unquoted identifiers to quoted identifiers.
- idGeneratingBeforeSaveCallback(JdbcMappingContext, NamedParameterJdbcOperations, Dialect) - Method in class org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
- IdGeneratingEntityCallback - Class in org.springframework.data.jdbc.core.convert
- 
Callback for generating identifier values through a database sequence.
- IdGeneratingEntityCallback(MappingContext<RelationalPersistentEntity<?>, ? extends RelationalPersistentProperty>, Dialect, NamedParameterJdbcOperations) - Constructor for class org.springframework.data.jdbc.core.convert.IdGeneratingEntityCallback
- IdGeneration - Interface in org.springframework.data.relational.core.dialect
- 
Encapsulates various properties that are related to ID generation process and specific to givenDialect
- IdOnlyAggregateReference(ID) - Constructor for class org.springframework.data.jdbc.core.mapping.AggregateReference.IdOnlyAggregateReference
- IdValueSource - Enum Class in org.springframework.data.relational.core.conversion
- 
Enumeration describing the source of a value for an id property.
- IGNORE_RENAMING - Enum constant in enum class org.springframework.data.relational.core.mapping.ForeignKeyNaming
- 
This strategy does not take names specified viaTableannotation into account.
- ignoreCase() - Method in class org.springframework.data.relational.domain.SqlSort.SqlOrder
- ignoreCase(boolean) - Method in class org.springframework.data.relational.core.query.Criteria
- 
Creates a newCriteriawith the given "ignore case" flag.
- in(Object...) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausingIN.
- in(Collection<?>) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausingIN.
- in(Column, Select) - Static method in class org.springframework.data.relational.core.sql.Conditions
- in(Expression...) - Method in class org.springframework.data.relational.core.sql.Column
- in(Expression, Collection<? extends Expression>) - Static method in class org.springframework.data.relational.core.sql.Conditions
- in(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
- 
Creates aINclause.
- in(Expression, Expression...) - Static method in class org.springframework.data.relational.core.sql.Conditions
- in(Select) - Method in class org.springframework.data.relational.core.sql.Column
- In - Class in org.springframework.data.relational.core.sql
- 
INConditionclause.
- IN - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- includeFilters() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcRepositories
- 
Specifies which types are eligible for component scanning.
- includeFilters() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
- 
Specifies which types are eligible for component scanning.
- INITIAL - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Combinator
- INITIAL - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- InlineQuery - Class in org.springframework.data.relational.core.sql
- 
Represents a inline query within a SQL statement.
- insert() - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
- 
Creates a newInsertBuilder.
- insert(Class<T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- insert(Class<T>) - Method in interface org.springframework.data.r2dbc.core.ReactiveInsertOperation
- 
Begin creating anINSERToperation for givendomainType.
- insert(List<InsertSubject<T>>, Class<T>, IdValueSource) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- insert(List<InsertSubject<T>>, Class<T>, IdValueSource) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Inserts the data of multiple entities.
- insert(List<InsertSubject<T>>, Class<T>, IdValueSource) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- insert(List<InsertSubject<T>>, Class<T>, IdValueSource) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- insert(List<InsertSubject<T>>, Class<T>, IdValueSource) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- insert(Table) - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
- 
Creates a newInsertBuilderand declare theTableto insert into.
- insert(T) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Dedicated insert function.
- insert(T) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- 
Dedicated insert function to do just the insert of an instance of an aggregate, including all the members of the aggregate.
- insert(T) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Insert the given entity and emit the entity if the insert was applied.
- insert(T) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- insert(T, Class<T>, Identifier, IdValueSource) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- insert(T, Class<T>, Identifier, IdValueSource) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Inserts the data of a single entity.
- insert(T, Class<T>, Identifier, IdValueSource) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- insert(T, Class<T>, Identifier, IdValueSource) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- insert(T, Class<T>, Identifier, IdValueSource) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- Insert - Interface in org.springframework.data.relational.core.sql
- 
AST for aINSERTstatement.
- Insert(T, PersistentPropertyPath<RelationalPersistentProperty>, DbAction.WithEntity<?>, Map<PersistentPropertyPath<RelationalPersistentProperty>, Object>, IdValueSource) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.Insert
- insertAll(Iterable<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Inserts all aggregate instances, including all the members of each aggregate instance.
- insertAll(Iterable<T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- InsertBuilder - Interface in org.springframework.data.relational.core.sql
- 
Entry point to construct anInsertstatement.
- InsertBuilder.BuildInsert - Interface in org.springframework.data.relational.core.sql
- 
Interface exposing theInsertbuild method.
- InsertBuilder.InsertIntoColumnsAndValues - Interface in org.springframework.data.relational.core.sql
- 
Interface exposingWHEREmethods.
- InsertBuilder.InsertIntoColumnsAndValuesWithBuild - Interface in org.springframework.data.relational.core.sql
- 
Interface exposingvaluemethods to add values to theINSERTstatement and the build method.
- InsertBuilder.InsertValues - Interface in org.springframework.data.relational.core.sql
- 
Interface exposingvaluemethods to add values to theINSERTstatement.
- InsertBuilder.InsertValuesWithBuild - Interface in org.springframework.data.relational.core.sql
- 
Interface exposingvaluemethods to add values to theINSERTstatement and the build method.
- InsertOnlyProperty - Annotation Interface in org.springframework.data.relational.core.mapping
- 
A property with this annotation will only be written to the database during insert operations, not during updates.
- InsertRenderContext - Interface in org.springframework.data.relational.core.dialect
- 
This interface encapsulates the details about how to processInsertSQL statement
- InsertRenderContexts - Enum Class in org.springframework.data.relational.core.dialect
- 
In the scope of Insert with default values SQL statement, for example INSERT INTO SCHEMA.TABLE VALUES (DEFAULT) this enum represents the default values part in differentDialects
- InsertRoot(T, IdValueSource) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.InsertRoot
- InsertSpec(SqlIdentifier, Map<SqlIdentifier, Parameter>) - Constructor for class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
- InsertStrategyFactory - Class in org.springframework.data.jdbc.core.convert
- 
Factory which selects and builds the appropriateInsertStrategyorBatchInsertStrategybased on whether the insert is expected to generate ids.
- InsertStrategyFactory(NamedParameterJdbcOperations, Dialect) - Constructor for class org.springframework.data.jdbc.core.convert.InsertStrategyFactory
- InsertSubject<T> - Class in org.springframework.data.jdbc.core.convert
- 
The subject of an insert, described by the entity instance and itsIdentifier, where identifier contains information about data that needs to be considered for the insert but which is not part of the entity.
- InsertWithDefaultValues - Interface in org.springframework.data.relational.core.dialect
- 
This interface aggregates information about an Insert with default values statement.
- INSTANCE - Enum constant in enum class org.springframework.data.jdbc.core.convert.JdbcArrayColumns.DefaultSupport
- INSTANCE - Enum constant in enum class org.springframework.data.jdbc.core.convert.JdbcArrayColumns.Unsupported
- INSTANCE - Enum constant in enum class org.springframework.data.jdbc.core.convert.JdbcColumnTypes
- INSTANCE - Enum constant in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.InstantToTimestampConverter
- INSTANCE - Enum constant in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalDateTimeToTimestampConverter
- INSTANCE - Enum constant in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalDateToTimestampConverter
- INSTANCE - Enum constant in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalTimeToTimestampConverter
- INSTANCE - Enum constant in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToInstantConverter
- INSTANCE - Enum constant in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalDateConverter
- INSTANCE - Enum constant in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalDateTimeConverter
- INSTANCE - Enum constant in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalTimeConverter
- INSTANCE - Enum constant in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.BooleanToByteConverter
- INSTANCE - Enum constant in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.ByteToBooleanConverter
- INSTANCE - Enum constant in enum class org.springframework.data.relational.core.dialect.ArrayColumns.Unsupported
- INSTANCE - Static variable in class org.springframework.data.jdbc.core.dialect.JdbcDb2Dialect
- INSTANCE - Static variable in class org.springframework.data.jdbc.core.dialect.JdbcPostgresDialect
- INSTANCE - Static variable in class org.springframework.data.jdbc.core.dialect.JdbcSqlServerDialect
- INSTANCE - Static variable in class org.springframework.data.r2dbc.dialect.H2Dialect
- 
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.r2dbc.dialect.MySqlDialect
- 
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.r2dbc.dialect.OracleDialect
- 
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.r2dbc.dialect.PostgresDialect
- 
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.r2dbc.dialect.SqlServerDialect
- 
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.relational.core.dialect.AnsiDialect
- 
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.relational.core.dialect.Db2Dialect
- 
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.relational.core.dialect.H2Dialect
- 
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.relational.core.dialect.HsqlDbDialect
- INSTANCE - Static variable in class org.springframework.data.relational.core.dialect.MySqlDialect
- 
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.relational.core.dialect.ObjectArrayColumns
- INSTANCE - Static variable in class org.springframework.data.relational.core.dialect.OracleDialect
- 
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.relational.core.dialect.PostgresDialect
- 
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.relational.core.dialect.SqlServerDialect
- 
Singleton instance.
- INSTANCE - Static variable in class org.springframework.data.relational.core.mapping.DefaultNamingStrategy
- 
Static immutable instance of the class.
- INSTANCE - Static variable in class org.springframework.data.relational.core.sql.FalseCondition
- INSTANCE - Static variable in class org.springframework.data.relational.core.sql.TrueCondition
- inTable(String) - Method in interface org.springframework.data.r2dbc.core.ReactiveUpdateOperation.UpdateWithTable
- 
Explicitly set thenameof the table on which to perform the update.
- inTable(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.ReactiveUpdateOperation.UpdateWithTable
- 
Explicitly set thenameof the table on which to perform the update.
- into(String) - Method in interface org.springframework.data.r2dbc.core.ReactiveInsertOperation.InsertWithTable
- 
Explicitly set thenameof the table.
- into(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.ReactiveInsertOperation.InsertWithTable
- 
Explicitly set thenameof the table.
- into(Table) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder
- 
Declare aTabletoINSERT INTO.
- Into - Class in org.springframework.data.relational.core.sql
- 
INTOclause.
- introspectProjection(Class<M>, Class<D>) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- introspectProjection(Class<M>, Class<D>) - Method in interface org.springframework.data.relational.core.conversion.RelationalConverter
- 
Introspect the givenresult typein the context of theentity typewhether the returned type is a projection and what property paths are participating in the projection.
- is(Object) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausing equality.
- IS_FALSE - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- IS_NOT_NULL - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- IS_NULL - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- IS_TRUE - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- isAssociation() - Method in class org.springframework.data.jdbc.core.mapping.BasicJdbcPersistentProperty
- isCollectionLike() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- isCollectionQuery() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- isCountQuery() - Method in class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
- 
Returns whether the query should get a count projection applied.
- isCountQuery() - Method in class org.springframework.data.r2dbc.repository.query.PartTreeR2dbcQuery
- isCountQuery() - Method in class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
- isDistinct() - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- isDistinct() - Method in interface org.springframework.data.relational.core.sql.Select
- 
Flag if this select is to return distinct rows.
- isEmbedded() - Method in class org.springframework.data.jdbc.core.convert.QueryMapper.Field
- isEmbedded() - Method in class org.springframework.data.jdbc.core.convert.QueryMapper.MetadataBackedField
- isEmbedded() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- 
Returns true exactly when the path is non-empty and the leaf property an embedded one.
- isEmbedded() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- isEmbedded() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
- isEmpty() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- isEmpty() - Method in class org.springframework.data.relational.core.query.Criteria
- isEmpty() - Method in interface org.springframework.data.relational.core.query.CriteriaDefinition
- isEmpty() - Method in class org.springframework.data.relational.domain.RowDocument
- isEntity() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- isEntity() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- isEqual(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
- 
Creates a=(equals)Condition.
- isEqualTo(Expression) - Method in class org.springframework.data.relational.core.sql.Column
- 
Creates a=(equals)Condition.
- isEventsEnabled() - Method in class org.springframework.data.relational.core.EntityLifecycleEventDelegate
- isExistsQuery() - Method in class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
- 
Returns whether the query should get an exists projection applied.
- isExistsQuery() - Method in class org.springframework.data.r2dbc.repository.query.PartTreeR2dbcQuery
- isExistsQuery() - Method in class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
- isFalse() - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausingIS FALSE.
- isForceQuote() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- isForceQuote() - Method in class org.springframework.data.relational.core.mapping.RelationalMappingContext
- 
Return whether quoting should be enabled for all table and column names.
- isGreater(Expression) - Method in class org.springframework.data.relational.core.sql.Column
- 
Creates a!=(not equals)Condition.
- isGreater(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
- isGreaterOrEqualTo(Expression) - Method in class org.springframework.data.relational.core.sql.Column
- 
Creates a<=(greater or equal to)Condition.
- isGreaterOrEqualTo(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
- isGroup() - Method in class org.springframework.data.relational.core.query.Criteria
- isGroup() - Method in interface org.springframework.data.relational.core.query.CriteriaDefinition
- isIgnoreCase() - Method in class org.springframework.data.relational.core.query.Criteria
- 
Checks whether comparison should be done in case-insensitive way.
- isIgnoreCase() - Method in interface org.springframework.data.relational.core.query.CriteriaDefinition
- 
Checks whether comparison should be done in case-insensitive way.
- isInsertOnly() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- isInsertOnly() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
- 
Returns whether this property is only to be used during inserts and read.
- isLess(Expression) - Method in class org.springframework.data.relational.core.sql.Column
- 
Creates a<(less)Condition.
- isLess(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
- isLessOrEqualTo(Expression) - Method in class org.springframework.data.relational.core.sql.Column
- 
CCreates a<=(greater)Condition.
- isLessOrEqualTo(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
- isLimited() - Method in class org.springframework.data.relational.core.query.Query
- 
Return whether the query has a limit.
- isMap() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- isModifyingQuery() - Method in class org.springframework.data.jdbc.repository.query.JdbcQueryMethod
- 
Returns whether the query method is a modifying one.
- isModifyingQuery() - Method in class org.springframework.data.r2dbc.repository.query.AbstractR2dbcQuery
- 
Returns whether this query is a modifying one.
- isModifyingQuery() - Method in class org.springframework.data.r2dbc.repository.query.PartTreeR2dbcQuery
- isModifyingQuery() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- isModifyingQuery() - Method in class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
- isMultiValued() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- 
Returns true if there are multiple values for this path, i.e. if the path contains at least one element that is a collection and array or a map. // TODO: why does this return true if the parent entity is a collection?
- isNegated() - Method in class org.springframework.data.relational.core.sql.Between
- isNegated() - Method in class org.springframework.data.relational.core.sql.IsNull
- isNegated() - Method in class org.springframework.data.relational.core.sql.Like
- isNotEqual(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
- 
Creates a!=(not equals)Condition.
- isNotEqualTo(Expression) - Method in class org.springframework.data.relational.core.sql.Column
- 
Creates a!=(not equals)Condition.
- isNotIn() - Method in class org.springframework.data.relational.core.sql.In
- isNotNull() - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausingIS NOT NULL.
- isNotNull() - Method in class org.springframework.data.relational.core.sql.Column
- 
Creates aIS NOT NULLcondition.
- isNull() - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausingIS NULL.
- isNull() - Method in class org.springframework.data.relational.core.sql.Column
- 
Creates aIS NULLcondition.
- isNull(Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
- 
Creates aIS NULLcondition.
- IsNull - Class in org.springframework.data.relational.core.sql
- 
IS NULLCondition.
- isNullable(RelationalPersistentProperty) - Method in interface org.springframework.data.jdbc.core.mapping.schema.SqlTypeMapping
- 
Determine whether a column is nullable.
- isOrdered() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- isOrdered() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- isOrdered() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
- 
Returns whether this property is an ordered property.
- isQualified() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- isQualified() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- isQualified() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
- 
Returns if this property is a qualified property, i.e. a property referencing multiple elements that can get picked by a key or an index.
- isRoot() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- isSimpleType(Class<?>) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- isSimpleType(Class<?>) - Method in interface org.springframework.data.r2dbc.convert.R2dbcConverter
- 
Return whether thetypeis a simple type.
- isSingleQueryLoadingEnabled() - Method in class org.springframework.data.relational.core.mapping.RelationalMappingContext
- isSorted() - Method in class org.springframework.data.relational.core.query.Query
- 
Return true if theQueryhas a sort parameter.
- isStreamQuery() - Method in class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- isSupported() - Method in enum class org.springframework.data.jdbc.core.convert.JdbcArrayColumns.DefaultSupport
- isSupported() - Method in enum class org.springframework.data.jdbc.core.convert.JdbcArrayColumns.Unsupported
- isSupported() - Method in interface org.springframework.data.relational.core.dialect.ArrayColumns
- 
Returns true if the dialect supports array-typed columns.
- isSupported() - Method in enum class org.springframework.data.relational.core.dialect.ArrayColumns.Unsupported
- isSupported() - Method in class org.springframework.data.relational.core.dialect.ObjectArrayColumns
- isTrue() - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausingIS TRUE.
- isUnsafe() - Method in class org.springframework.data.relational.domain.SqlSort.SqlOrder
- isWritable() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
J
- JdbcAggregateOperations - Interface in org.springframework.data.jdbc.core
- 
Specifies operations one can perform on a database, based on an Domain Type.
- jdbcAggregateTemplate(ApplicationContext, JdbcMappingContext, JdbcConverter, DataAccessStrategy) - Method in class org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
- 
Register aJdbcAggregateTemplateas a bean for easy use in applications that need a lower level of abstraction than the normal repository abstraction.
- JdbcAggregateTemplate - Class in org.springframework.data.jdbc.core
- 
JdbcAggregateOperationsimplementation, storing aggregates in and obtaining them from a JDBC data store.
- JdbcAggregateTemplate(ApplicationContext, RelationalMappingContext, JdbcConverter, DataAccessStrategy) - Constructor for class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- 
Creates a newJdbcAggregateTemplategivenApplicationContext,RelationalMappingContextandDataAccessStrategy.
- JdbcAggregateTemplate(ApplicationEventPublisher, RelationalMappingContext, JdbcConverter, DataAccessStrategy) - Constructor for class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- 
Creates a newJdbcAggregateTemplategivenApplicationEventPublisher,RelationalMappingContextandDataAccessStrategy.
- JdbcArrayColumns - Interface in org.springframework.data.jdbc.core.convert
- 
ArrayColumnsthat offer JDBC-specific functionality.
- JdbcArrayColumns.DefaultSupport - Enum Class in org.springframework.data.jdbc.core.convert
- 
DefaultArrayColumnsimplementation for dialects that do not support array-typed columns.
- JdbcArrayColumns.Unsupported - Enum Class in org.springframework.data.jdbc.core.convert
- 
DefaultArrayColumnsimplementation for dialects that do not support array-typed columns.
- JdbcColumnTypes - Enum Class in org.springframework.data.jdbc.core.convert
- 
Utility that determines the necessary type conversions between Java types used in the domain model and types compatible with JDBC drivers.
- jdbcConverter(JdbcMappingContext, NamedParameterJdbcOperations, RelationResolver, JdbcCustomConversions, Dialect) - Method in class org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
- 
Creates aRelationalConverterusing the configuredAbstractJdbcConfiguration.jdbcMappingContext(Optional, JdbcCustomConversions, RelationalManagedTypes).
- JdbcConverter - Interface in org.springframework.data.jdbc.core.convert
- 
AJdbcConverteris responsible for converting for values to the native relational representation and vice versa.
- jdbcCustomConversions() - Method in class org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
- 
Register customConverters in aJdbcCustomConversionsobject if required.
- JdbcCustomConversions - Class in org.springframework.data.jdbc.core.convert
- 
Value object to capture custom conversion.
- JdbcCustomConversions() - Constructor for class org.springframework.data.jdbc.core.convert.JdbcCustomConversions
- 
Creates an emptyJdbcCustomConversionsobject.
- JdbcCustomConversions(List<?>) - Constructor for class org.springframework.data.jdbc.core.convert.JdbcCustomConversions
- 
Create a newJdbcCustomConversionsinstance registering the given converters and the default store converters.
- JdbcCustomConversions(CustomConversions.ConverterConfiguration) - Constructor for class org.springframework.data.jdbc.core.convert.JdbcCustomConversions
- 
Create a newJdbcCustomConversionsinstance givenCustomConversions.ConverterConfiguration.
- JdbcCustomConversions(CustomConversions.StoreConversions, List<?>) - Constructor for class org.springframework.data.jdbc.core.convert.JdbcCustomConversions
- 
Create a newJdbcCustomConversionsinstance registering the given converters and the default store converters.
- JdbcDb2Dialect - Class in org.springframework.data.jdbc.core.dialect
- 
Db2Dialectthat registers JDBC specific converters.
- JdbcDb2Dialect() - Constructor for class org.springframework.data.jdbc.core.dialect.JdbcDb2Dialect
- jdbcDialect(NamedParameterJdbcOperations) - Method in class org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
- 
Resolves aJDBC dialectby inspectingNamedParameterJdbcOperations.
- JdbcDialect - Interface in org.springframework.data.jdbc.core.dialect
- 
ArrayColumnsthat offer JDBC specific functionality.
- JdbcIdentifierBuilder - Class in org.springframework.data.jdbc.core.convert
- 
Builder forIdentifier.
- jdbcManagedTypes() - Method in class org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
- 
Returns the aRelationalManagedTypesobject holding the initial entity set.
- jdbcMappingContext(Optional<NamingStrategy>, JdbcCustomConversions, RelationalManagedTypes) - Method in class org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
- 
Register aJdbcMappingContextand apply an optionalNamingStrategy.
- JdbcMappingContext - Class in org.springframework.data.jdbc.core.mapping
- 
MappingContextimplementation for JDBC.
- JdbcMappingContext() - Constructor for class org.springframework.data.jdbc.core.mapping.JdbcMappingContext
- 
Creates a newJdbcMappingContext.
- JdbcMappingContext(NamingStrategy) - Constructor for class org.springframework.data.jdbc.core.mapping.JdbcMappingContext
- 
Creates a newJdbcMappingContextusing the givenNamingStrategy.
- JdbcMySqlDialect - Class in org.springframework.data.jdbc.core.dialect
- 
Db2Dialectthat registers JDBC specific converters.
- JdbcMySqlDialect() - Constructor for class org.springframework.data.jdbc.core.dialect.JdbcMySqlDialect
- JdbcMySqlDialect(IdentifierProcessing) - Constructor for class org.springframework.data.jdbc.core.dialect.JdbcMySqlDialect
- jdbcOperationsRef() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcRepositories
- 
Configures the name of theNamedParameterJdbcOperationsbean definition to be used to create repositories discovered through this annotation.
- JdbcParameters - Class in org.springframework.data.jdbc.repository.query
- 
Custom extension ofRelationalParameters.
- JdbcParameters(ParametersSource) - Constructor for class org.springframework.data.jdbc.repository.query.JdbcParameters
- 
Creates a newJdbcParametersinstance from the givenParametersSource.
- JdbcParameters.JdbcParameter - Class in org.springframework.data.jdbc.repository.query
- 
CustomParameterimplementation.
- JdbcPostgresDialect - Class in org.springframework.data.jdbc.core.dialect
- 
JDBC specific Postgres Dialect.
- JdbcPostgresDialect() - Constructor for class org.springframework.data.jdbc.core.dialect.JdbcPostgresDialect
- JdbcQueryMethod - Class in org.springframework.data.jdbc.repository.query
- 
QueryMethodimplementation that implements a method by executing the query from aQueryannotation on that method.
- JdbcQueryMethod(Method, RepositoryMetadata, ProjectionFactory, NamedQueries, MappingContext<? extends RelationalPersistentEntity<?>, ? extends RelationalPersistentProperty>) - Constructor for class org.springframework.data.jdbc.repository.query.JdbcQueryMethod
- JdbcRepositoryConfigExtension - Class in org.springframework.data.jdbc.repository.config
- 
RepositoryConfigurationExtensionextending the repository registration process by registering JDBC repositories.
- JdbcRepositoryConfigExtension() - Constructor for class org.springframework.data.jdbc.repository.config.JdbcRepositoryConfigExtension
- JdbcRepositoryFactory - Class in org.springframework.data.jdbc.repository.support
- 
Creates repository implementation based on JDBC.
- JdbcRepositoryFactory(DataAccessStrategy, RelationalMappingContext, JdbcConverter, Dialect, ApplicationEventPublisher, NamedParameterJdbcOperations) - Constructor for class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
- 
Creates a newJdbcRepositoryFactoryfor the givenDataAccessStrategy,RelationalMappingContextandApplicationEventPublisher.
- JdbcRepositoryFactoryBean<T extends Repository<S,ID>, S, ID extends Serializable> - Class in org.springframework.data.jdbc.repository.support 
- 
Special adapter for SpringsFactoryBeaninterface to allow easy setup of repository factories via Spring configuration.
- JdbcRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
- 
Creates a newJdbcRepositoryFactoryBeanfor the given repository interface.
- JdbcSimpleTypes - Class in org.springframework.data.jdbc.core.mapping
- 
Simple constant holder for aSimpleTypeHolderenriched with specific simple types for relational database access.
- JdbcSqlServerDialect - Class in org.springframework.data.jdbc.core.dialect
- 
SqlServerDialectthat registers JDBC specific converters.
- JdbcSqlServerDialect() - Constructor for class org.springframework.data.jdbc.core.dialect.JdbcSqlServerDialect
- JdbcTypeFactory - Interface in org.springframework.data.jdbc.core.convert
- 
Allows the creation of instances of database dependent types, e.g.
- JdbcUtil - Class in org.springframework.data.jdbc.support
- 
Contains methods dealing with the quirks of JDBC, independent of any Entity, Aggregate or Repository abstraction.
- JdbcValue - Class in org.springframework.data.jdbc.core.mapping
- 
Wraps a value with the JDBCType that should be used to pass it as a bind parameter to aPreparedStatement.
- JdbcValue(Object, SQLType) - Constructor for class org.springframework.data.jdbc.core.mapping.JdbcValue
- join(String) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectJoin
- 
Declare aJOINtable.
- join(TableLike) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectJoin
- 
Declare aJOINTable.
- join(TableLike, Join.JoinType) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectJoin
- 
Declare a join, where the join type (INNER,LEFT OUTER,RIGHT OUTER,FULL OUTER) is specified by an extra argument.
- Join - Class in org.springframework.data.relational.core.sql
- 
Segmentfor aJOINdeclaration.
- JOIN - Enum constant in enum class org.springframework.data.relational.core.sql.Join.JoinType
- 
INNER JOINfor two tables.
- Join.JoinType - Enum Class in org.springframework.data.relational.core.sql
- Jsr310TimestampBasedConverters - Class in org.springframework.data.jdbc.core.convert
- 
Helper class to register JSR-310 specificConverterimplementations.
- Jsr310TimestampBasedConverters() - Constructor for class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters
- Jsr310TimestampBasedConverters.InstantToTimestampConverter - Enum Class in org.springframework.data.jdbc.core.convert
- Jsr310TimestampBasedConverters.LocalDateTimeToTimestampConverter - Enum Class in org.springframework.data.jdbc.core.convert
- Jsr310TimestampBasedConverters.LocalDateToTimestampConverter - Enum Class in org.springframework.data.jdbc.core.convert
- Jsr310TimestampBasedConverters.LocalTimeToTimestampConverter - Enum Class in org.springframework.data.jdbc.core.convert
- Jsr310TimestampBasedConverters.TimestampToInstantConverter - Enum Class in org.springframework.data.jdbc.core.convert
- Jsr310TimestampBasedConverters.TimestampToLocalDateConverter - Enum Class in org.springframework.data.jdbc.core.convert
- Jsr310TimestampBasedConverters.TimestampToLocalDateTimeConverter - Enum Class in org.springframework.data.jdbc.core.convert
- Jsr310TimestampBasedConverters.TimestampToLocalTimeConverter - Enum Class in org.springframework.data.jdbc.core.convert
- just(String) - Static method in class org.springframework.data.relational.core.sql.Conditions
- 
Creates a plainsqlCondition.
- just(String) - Static method in class org.springframework.data.relational.core.sql.Expressions
- 
Creates a plainsqlExpression.
K
- keyColumn() - Element in annotation interface org.springframework.data.relational.core.mapping.MappedCollection
- keySet() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- keySet() - Method in class org.springframework.data.relational.domain.RowDocument
L
- least(Expression...) - Static method in class org.springframework.data.relational.core.sql.Functions
- 
Creates a newLEASTfunction.
- leave(Visitable) - Method in class org.springframework.data.relational.core.sql.render.CaseExpressionVisitor
- leave(Visitable) - Method in interface org.springframework.data.relational.core.sql.Visitor
- 
Leave aVisitable.
- LEFT_OUTER_JOIN - Enum constant in enum class org.springframework.data.relational.core.sql.Join.JoinType
- 
LEFT OUTER JOINtwo tables.
- leftOuterJoin(TableLike) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectJoin
- 
Declare aLEFT OUTER JOINTable.
- lessThan(Object) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausing less-than (<).
- lessThanOrEquals(Object) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausing less-than or equal to (<=).
- like(Object) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausingLIKE.
- like(Expression) - Method in class org.springframework.data.relational.core.sql.Column
- 
Creates aLIKECondition.
- like(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
- 
Creates aLIKECondition.
- Like - Class in org.springframework.data.relational.core.sql
- 
LIKEConditioncomparing twoExpressions.
- LIKE - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- limit() - Method in class org.springframework.data.relational.core.dialect.AnsiDialect
- limit() - Method in class org.springframework.data.relational.core.dialect.Db2Dialect
- limit() - Method in interface org.springframework.data.relational.core.dialect.Dialect
- 
Return theLimitClauseused by this dialect.
- limit() - Method in class org.springframework.data.relational.core.dialect.H2Dialect
- limit() - Method in class org.springframework.data.relational.core.dialect.HsqlDbDialect
- limit() - Method in class org.springframework.data.relational.core.dialect.MySqlDialect
- limit() - Method in class org.springframework.data.relational.core.dialect.PostgresDialect
- limit() - Method in class org.springframework.data.relational.core.dialect.SqlServerDialect
- limit(int) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- 
Associate a result limit with the select and create a newStatementMapper.SelectSpec.
- limit(int) - Method in class org.springframework.data.relational.core.query.Query
- 
Limit the number of returned documents tolimit.
- limit(long) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndJoin
- 
Apply a limit of rows to read.
- limit(long) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndJoinCondition
- 
Apply a limit of rows to read.
- limit(long) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndOrderBy
- limit(long) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectLimitOffset
- 
Apply a limit of rows to read.
- LimitClause - Interface in org.springframework.data.relational.core.dialect
- 
A clause representing Dialect-specificLIMIT.
- LimitClause.Position - Enum Class in org.springframework.data.relational.core.dialect
- 
Enumeration of where to render the clause within the SQL statement.
- limitOffset(long, long) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndJoin
- 
Applylimitandoffsetparameters to the select statement.
- limitOffset(long, long) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndJoinCondition
- 
Applylimitandoffsetparameters to the select statement.
- limitOffset(long, long) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndOrderBy
- limitOffset(long, long) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectLimitOffset
- 
Applylimitandoffsetparameters to the select statement.
- LiquibaseChangeSetWriter - Class in org.springframework.data.jdbc.core.mapping.schema
- 
Use this class to write Liquibase ChangeSets.
- LiquibaseChangeSetWriter(MappingContext<? extends RelationalPersistentEntity<?>, ? extends RelationalPersistentProperty>) - Constructor for class org.springframework.data.jdbc.core.mapping.schema.LiquibaseChangeSetWriter
- 
Use this to generate a ChangeSet that can be used on an empty database.
- Literal<T> - Class in org.springframework.data.relational.core.sql
- 
Represents a literal.
- literalOf(boolean) - Static method in class org.springframework.data.relational.core.sql.SQL
- literalOf(CharSequence) - Static method in class org.springframework.data.relational.core.sql.SQL
- 
Creates a newStringLiteralfrom thecontent.
- literalOf(Number) - Static method in class org.springframework.data.relational.core.sql.SQL
- 
Creates a newNumericLiteralfrom thecontent.
- literalOf(T) - Static method in class org.springframework.data.relational.core.sql.SQL
- 
Creates a newLiteralfrom thecontent.
- lock() - Method in class org.springframework.data.relational.core.dialect.AnsiDialect
- lock() - Method in class org.springframework.data.relational.core.dialect.Db2Dialect
- lock() - Method in interface org.springframework.data.relational.core.dialect.Dialect
- 
Return theLockClauseused by this dialect.
- lock() - Method in class org.springframework.data.relational.core.dialect.H2Dialect
- lock() - Method in class org.springframework.data.relational.core.dialect.HsqlDbDialect
- lock() - Method in class org.springframework.data.relational.core.dialect.MySqlDialect
- lock() - Method in class org.springframework.data.relational.core.dialect.PostgresDialect
- lock() - Method in class org.springframework.data.relational.core.dialect.SqlServerDialect
- lock(LockMode) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- 
Associate a lock mode with the select and create a newStatementMapper.SelectSpec.
- lock(LockMode) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectLock
- 
Apply lock to read.
- Lock - Annotation Interface in org.springframework.data.relational.repository
- 
Annotation to provide a lock mode for a given query.
- LockClause - Interface in org.springframework.data.relational.core.dialect
- 
A clause representing Dialect-specificLOCK.
- LockClause.Position - Enum Class in org.springframework.data.relational.core.dialect
- 
Enumeration of where to render the clause within the SQL statement.
- LockMode - Enum Class in org.springframework.data.relational.core.sql
- 
Lock Mode Types of SELECT statements.
- LockOptions - Class in org.springframework.data.relational.core.sql
- 
Value object providing lock options to apply to aSelectstatement.
- LockOptions(LockMode, From) - Constructor for class org.springframework.data.relational.core.sql.LockOptions
- lower(Expression) - Static method in class org.springframework.data.relational.core.sql.Functions
- 
Creates a newLOWERfunction.
- LOWER_CASE - Enum constant in enum class org.springframework.data.relational.core.sql.IdentifierProcessing.LetterCasing
- LT - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- LTE - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
M
- map(Function<String, String>) - Method in interface org.springframework.data.relational.core.sql.render.RenderNamingStrategy
- 
Applies amapping functionafter retrieving the object (column name, column reference name, …) name.
- map(Function<T, R>) - Method in interface org.springframework.data.relational.core.query.ValueFunction
- 
Return a new ValueFunction applying the given mappingFunction.
- MappedCollection - Annotation Interface in org.springframework.data.relational.core.mapping
- MappingJdbcConverter - Class in org.springframework.data.jdbc.core.convert
- 
RelationalConverterthat uses aMappingContextto apply conversion of relational values to property values.
- MappingJdbcConverter(RelationalMappingContext, RelationResolver) - Constructor for class org.springframework.data.jdbc.core.convert.MappingJdbcConverter
- 
Creates a newMappingJdbcConvertergivenMappingContextand ano-op type factorythrowingUnsupportedOperationExceptionon type creation.
- MappingJdbcConverter(RelationalMappingContext, RelationResolver, CustomConversions, JdbcTypeFactory) - Constructor for class org.springframework.data.jdbc.core.convert.MappingJdbcConverter
- 
Creates a newMappingJdbcConvertergivenMappingContext.
- MappingR2dbcConverter - Class in org.springframework.data.r2dbc.convert
- 
Converter for R2DBC.
- MappingR2dbcConverter(MappingContext<? extends RelationalPersistentEntity<?>, ? extends RelationalPersistentProperty>) - Constructor for class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- 
Creates a newMappingR2dbcConvertergivenMappingContext.
- MappingR2dbcConverter(MappingContext<? extends RelationalPersistentEntity<?>, ? extends RelationalPersistentProperty>, CustomConversions) - Constructor for class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- MappingRelationalConverter - Class in org.springframework.data.relational.core.conversion
- 
RelationalConverterthat uses aMappingContextto apply sophisticated mapping of domain objects fromRowDocument.
- MappingRelationalConverter(RelationalMappingContext) - Constructor for class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- 
Creates a newMappingRelationalConvertergiven the newRelationalMappingContext.
- MappingRelationalConverter(RelationalMappingContext, CustomConversions) - Constructor for class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- 
Creates a newMappingRelationalConvertergiven the newRelationalMappingContextandCustomConversions.
- MappingRelationalConverter.AggregatePathValueProvider - Interface in org.springframework.data.relational.core.conversion
- 
MappingRelationalConverter.RelationalPropertyValueProviderextension to obtain values forAggregatePaths.
- MappingRelationalConverter.ConversionContext - Interface in org.springframework.data.relational.core.conversion
- 
Conversion context defining an interface for graph-traversal-based conversion of row documents.
- MappingRelationalConverter.DefaultConversionContext - Class in org.springframework.data.relational.core.conversion
- 
Conversion context holding references to simpleMappingRelationalConverter.DefaultConversionContext.ValueConverterandMappingRelationalConverter.DefaultConversionContext.ContainerValueConverter.
- MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<T> - Interface in org.springframework.data.relational.core.conversion
- 
Converts a containersourcevalue intothe target type.
- MappingRelationalConverter.DefaultConversionContext.ValueConverter<T> - Interface in org.springframework.data.relational.core.conversion
- 
Converts a simplesourcevalue intothe target type.
- MappingRelationalConverter.DocumentValueProvider - Class in org.springframework.data.relational.core.conversion
- 
PropertyValueProviderto evaluate a SpEL expression if present on the property or simply accesses the field of the configured sourceRowDocument.
- MappingRelationalConverter.ProjectingConversionContext - Class in org.springframework.data.relational.core.conversion
- 
Projecting variant ofMappingRelationalConverter.ConversionContextapplying mapping-metadata rules from the related entity.
- MappingRelationalConverter.RelationalPropertyValueProvider - Interface in org.springframework.data.relational.core.conversion
- 
ExtendedParameterValueProviderthat can report whether a property value is present and contextualize the instance for specific behavior like projection mapping in the context of a property.
- MappingRelationalEntityInformation<T,ID> - Class in org.springframework.data.relational.repository.support 
- 
RelationalEntityInformationimplementation using aRelationalPersistentEntityinstance to lookup the necessary information.
- MappingRelationalEntityInformation(RelationalPersistentEntity<T>) - Constructor for class org.springframework.data.relational.repository.support.MappingRelationalEntityInformation
- 
Creates a newMappingRelationalEntityInformationfor the givenRelationalPersistentEntity.
- MappingRelationalEntityInformation(RelationalPersistentEntity<T>, Class<ID>) - Constructor for class org.springframework.data.relational.repository.support.MappingRelationalEntityInformation
- 
Creates a newMappingRelationalEntityInformationfor the givenRelationalPersistentEntityand fallback identifier type.
- MappingRelationalEntityInformation(RelationalPersistentEntity<T>, String) - Constructor for class org.springframework.data.relational.repository.support.MappingRelationalEntityInformation
- 
Creates a newMappingRelationalEntityInformationfor the givenRelationalPersistentEntityand custom table name.
- mapRow(ResultSet, int) - Method in class org.springframework.data.jdbc.core.convert.EntityRowMapper
- mapRow(ResultSet, int) - Method in class org.springframework.data.jdbc.repository.query.AbstractJdbcQuery.ConvertingRowMapper
- mapWith(Function<String, String>) - Static method in class org.springframework.data.relational.core.sql.render.NamingStrategies
- MariaDbDialect - Class in org.springframework.data.relational.core.dialect
- 
A SQL dialect for MariaDb.
- MariaDbDialect(IdentifierProcessing) - Constructor for class org.springframework.data.relational.core.dialect.MariaDbDialect
- matching(Query) - Method in interface org.springframework.data.r2dbc.core.ReactiveDeleteOperation.DeleteWithQuery
- 
Define theQueryused to filter elements in the delete.
- matching(Query) - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.SelectWithQuery
- 
Set theQueryused as a filter in theSELECTstatement.
- matching(Query) - Method in interface org.springframework.data.r2dbc.core.ReactiveUpdateOperation.UpdateWithQuery
- 
Filter rows to update by the givenQuery.
- maybeCallAfterConvert(T, SqlIdentifier) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- maybeCallAfterSave(T, OutboundRow, SqlIdentifier) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- maybeCallBeforeConvert(T, SqlIdentifier) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- maybeCallBeforeSave(T, OutboundRow, SqlIdentifier) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- merge(String, Object, BiFunction<? super Object, ? super Object, ?>) - Method in class org.springframework.data.relational.domain.RowDocument
- MetadataBackedField(SqlIdentifier, RelationalPersistentEntity<?>, MappingContext<? extends RelationalPersistentEntity<?>, RelationalPersistentProperty>) - Constructor for class org.springframework.data.r2dbc.query.QueryMapper.MetadataBackedField
- 
Creates a newQueryMapper.MetadataBackedFieldwith the given name,RelationalPersistentEntityandMappingContext.
- MetadataBackedField(SqlIdentifier, RelationalPersistentEntity<?>, MappingContext<? extends RelationalPersistentEntity<?>, RelationalPersistentProperty>, JdbcConverter) - Constructor for class org.springframework.data.jdbc.core.convert.QueryMapper.MetadataBackedField
- 
Creates a newQueryMapper.MetadataBackedFieldwith the given name,RelationalPersistentEntityandMappingContext.
- MetadataBackedField(SqlIdentifier, RelationalPersistentEntity<?>, MappingContext<? extends RelationalPersistentEntity<?>, RelationalPersistentProperty>, RelationalPersistentProperty) - Constructor for class org.springframework.data.r2dbc.query.QueryMapper.MetadataBackedField
- 
Creates a newQueryMapper.MetadataBackedFieldwith the given name,RelationalPersistentEntityandMappingContextwith the givenRelationalPersistentProperty.
- MetadataBackedField(SqlIdentifier, RelationalPersistentEntity<?>, MappingContext<? extends RelationalPersistentEntity<?>, RelationalPersistentProperty>, RelationalPersistentProperty, JdbcConverter) - Constructor for class org.springframework.data.jdbc.core.convert.QueryMapper.MetadataBackedField
- 
Creates a newQueryMapper.MetadataBackedFieldwith the given name,RelationalPersistentEntityandMappingContextwith the givenRelationalPersistentProperty.
- Modifying - Annotation Interface in org.springframework.data.jdbc.repository.query
- 
Indicates a method should be regarded as modifying query.
- Modifying - Annotation Interface in org.springframework.data.r2dbc.repository
- 
Indicates a query method should be considered a modifying query that returns nothing or the number of rows affected by the query.
- modifyOnCreate() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcAuditing
- 
Configures whether the entity shall be marked as modified on creation.
- modifyOnCreate() - Element in annotation interface org.springframework.data.r2dbc.config.EnableR2dbcAuditing
- 
Configures whether the entity shall be marked as modified on creation.
- MS_SQL_SERVER - Enum constant in enum class org.springframework.data.relational.core.dialect.InsertRenderContexts
- MultipleCondition - Class in org.springframework.data.relational.core.sql
- 
Wrapper for multipleConditions.
- MutableAggregateChange<T> - Interface in org.springframework.data.relational.core.conversion
- 
Represents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.
- MyBatisContext - Class in org.springframework.data.jdbc.mybatis
- 
MyBatisContextinstances get passed to MyBatis mapped statements as arguments, making Ids, instances, domainType and other attributes available to the statements.
- MyBatisContext(Object, Object, Class<?>, Map<String, Object>) - Constructor for class org.springframework.data.jdbc.mybatis.MyBatisContext
- MyBatisContext(Identifier, Object, Class<?>) - Constructor for class org.springframework.data.jdbc.mybatis.MyBatisContext
- MyBatisDataAccessStrategy - Class in org.springframework.data.jdbc.mybatis
- 
DataAccessStrategyimplementation based on MyBatis.
- MyBatisDataAccessStrategy(SqlSession) - Constructor for class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- 
Constructs aDataAccessStrategybased on MyBatis.
- MyBatisJdbcConfiguration - Class in org.springframework.data.jdbc.repository.config
- 
Configuration class tweaking Spring Data JDBC to use aMyBatisDataAccessStrategyinstead of the default one.
- MyBatisJdbcConfiguration() - Constructor for class org.springframework.data.jdbc.repository.config.MyBatisJdbcConfiguration
- MYSQL_IDENTIFIER_PROCESSING - Static variable in class org.springframework.data.relational.core.dialect.MySqlDialect
- 
MySQL defaults forIdentifierProcessing.
- MySqlDialect - Class in org.springframework.data.r2dbc.dialect
- 
An SQL dialect for MySQL.
- MySqlDialect - Class in org.springframework.data.relational.core.dialect
- 
A SQL dialect for MySQL.
- MySqlDialect() - Constructor for class org.springframework.data.r2dbc.dialect.MySqlDialect
- MySqlDialect() - Constructor for class org.springframework.data.relational.core.dialect.MySqlDialect
- MySqlDialect(IdentifierProcessing) - Constructor for class org.springframework.data.relational.core.dialect.MySqlDialect
- 
Creates a newMySqlDialectgivenIdentifierProcessing.
- MySqlDialect.BooleanToByteConverter - Enum Class in org.springframework.data.r2dbc.dialect
- MySqlDialect.ByteToBooleanConverter - Enum Class in org.springframework.data.r2dbc.dialect
N
- name - Variable in class org.springframework.data.jdbc.core.convert.QueryMapper.Field
- name - Variable in class org.springframework.data.r2dbc.query.QueryMapper.Field
- name() - Element in annotation interface org.springframework.data.jdbc.repository.query.Query
- 
The named query to be used.
- name() - Method in record class org.springframework.data.relational.core.mapping.AggregatePath.ColumnInfo
- 
Returns the value of thenamerecord component.
- name() - Element in annotation interface org.springframework.data.relational.core.mapping.Table
- 
The table name.
- Named - Interface in org.springframework.data.relational.core.sql
- 
Named element exposing aname.
- namedQueriesLocation() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcRepositories
- 
Configures the location of where to find the Spring Data named queries properties file.
- namedQueriesLocation() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
- 
Configures the location of where to find the Spring Data named queries properties file.
- nameGenerator() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcRepositories
- 
Configure a specificBeanNameGeneratorto be used when creating the repository beans.
- nameGenerator() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
- 
Configure a specificBeanNameGeneratorto be used when creating the repository beans.
- NamespaceStrategy - Interface in org.springframework.data.jdbc.mybatis
- 
A strategy to derive a MyBatis namespace from a domainType.
- NamingStrategies - Class in org.springframework.data.relational.core.sql.render
- 
Factory forRenderNamingStrategyobjects.
- namingStrategy - Variable in class org.springframework.data.relational.core.dialect.RenderContextFactory
- NamingStrategy - Interface in org.springframework.data.relational.core.mapping
- 
Interface and default implementation of a naming strategy.
- NEQ - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- nest(Condition) - Static method in class org.springframework.data.relational.core.sql.Conditions
- 
Creates a nestedConditionthat is enclosed with parentheses.
- NestedCondition - Class in org.springframework.data.relational.core.sql
- 
Condition group wrapping a nestedConditionwith parentheses.
- newProjectingConversionContext(EntityProjection<R, ?>) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- newValueProvider(RowDocumentAccessor, ValueExpressionEvaluator, MappingRelationalConverter.ConversionContext) - Method in class org.springframework.data.jdbc.core.convert.MappingJdbcConverter
- newValueProvider(RowDocumentAccessor, ValueExpressionEvaluator, MappingRelationalConverter.ConversionContext) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- NoDialectException(String) - Constructor for exception org.springframework.data.r2dbc.dialect.DialectResolver.NoDialectException
- 
Constructor for NoDialectFoundException.
- NONE - Enum constant in enum class org.springframework.data.relational.core.conversion.IdValueSource
- 
There is no id property, and therefore no id value source.
- NONE - Static variable in interface org.springframework.data.relational.core.dialect.OrderByNullPrecedence
- 
AnOrderByNullPrecedencethat can be used for databases that do not support the SQL standard usage ofNULLS FIRSTandNULLS LASTinORDER BYsort expressions to control where null values appear respective to non-null values in the result set.
- NONE - Static variable in interface org.springframework.data.relational.core.sql.IdentifierProcessing
- 
AnIdentifierProcessingwithout applying transformations.
- NONE - Static variable in class org.springframework.data.relational.core.sql.IdentifierProcessing.Quoting
- not() - Method in class org.springframework.data.relational.core.sql.Between
- not() - Method in class org.springframework.data.relational.core.sql.Comparison
- not() - Method in interface org.springframework.data.relational.core.sql.Condition
- not() - Method in class org.springframework.data.relational.core.sql.In
- not() - Method in class org.springframework.data.relational.core.sql.IsNull
- not() - Method in class org.springframework.data.relational.core.sql.Like
- not() - Method in class org.springframework.data.relational.core.sql.Not
- not(Object) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausing equality (is not).
- not(Condition) - Static method in class org.springframework.data.relational.core.sql.Conditions
- 
Creates a NOTConditionthat reverses the condition.
- Not - Class in org.springframework.data.relational.core.sql
- NOT_BETWEEN - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- NOT_IN - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- NOT_LIKE - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- notBetween(Object, Object) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausing not between (NOT BETWEEN begin AND end).
- notBetween(Expression, Expression) - Method in class org.springframework.data.relational.core.sql.Column
- 
Creates aNOT BETWEENCondition.
- notBetween(Expression, Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
- 
Creates aNOT BETWEENCondition.
- notIn(Object...) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausingNOT IN.
- notIn(Collection<?>) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausingNOT IN.
- notIn(Column, Select) - Static method in class org.springframework.data.relational.core.sql.Conditions
- notIn(Expression...) - Method in class org.springframework.data.relational.core.sql.Column
- notIn(Expression, Collection<? extends Expression>) - Static method in class org.springframework.data.relational.core.sql.Conditions
- notIn(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
- 
Creates aNOT INclause.
- notIn(Expression, Expression...) - Static method in class org.springframework.data.relational.core.sql.Conditions
- notIn(Select) - Method in class org.springframework.data.relational.core.sql.Column
- notLike(Object) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
- 
Creates aCriteriausingNOT LIKE.
- notLike(Expression) - Method in class org.springframework.data.relational.core.sql.Column
- 
Creates aNOT LIKECondition.
- notLike(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
- 
Creates aNOT LIKECondition.
- nullLiteral() - Static method in class org.springframework.data.relational.core.sql.SQL
- 
Creates a newNULLLiteral.
- NumericLiteral - Class in org.springframework.data.relational.core.sql
- 
Represents aNumberliteral.
O
- ObjectArrayColumns - Class in org.springframework.data.relational.core.dialect
- 
ArrayColumnssupport using the actual object type orboxed primitivesJava types.
- ObjectArrayColumns() - Constructor for class org.springframework.data.relational.core.dialect.ObjectArrayColumns
- ObjectPath - Class in org.springframework.data.relational.core.conversion
- 
A path of objects nested into each other.
- of(char) - Static method in class org.springframework.data.relational.core.dialect.Escaper
- 
Creates new instance of this class with the given escape character.
- of(Object) - Static method in class org.springframework.data.relational.core.mapping.event.Identifier
- 
Creates a newIdentifieridentifier for the given, non-null value.
- of(Object, SQLType) - Static method in class org.springframework.data.jdbc.core.mapping.JdbcValue
- of(String...) - Static method in class org.springframework.data.relational.domain.SqlSort
- of(String, Object) - Static method in class org.springframework.data.relational.domain.RowDocument
- 
Factory method to create a RowDocument from a field and value.
- of(Sort.Direction, String...) - Static method in class org.springframework.data.relational.domain.SqlSort
- of(R2dbcDialect, Object...) - Static method in class org.springframework.data.r2dbc.convert.R2dbcCustomConversions
- of(R2dbcDialect, Collection<?>) - Static method in class org.springframework.data.r2dbc.convert.R2dbcCustomConversions
- of(Select) - Static method in class org.springframework.data.relational.core.sql.SubselectExpression
- 
Wraps a Select in aSubselectExpression, for using it as an expression in function calls or similar.
- of(SqlIdentifier, Object, Class<?>) - Static method in class org.springframework.data.jdbc.core.convert.Identifier
- offset(long) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- 
Associate a result offset with the select and create a newStatementMapper.SelectSpec.
- offset(long) - Method in class org.springframework.data.relational.core.query.Query
- 
Set number of rows to skip before returning results.
- offset(long) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndJoin
- 
Apply an offset where to start reading rows.
- offset(long) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndJoinCondition
- 
Apply an offset where to start reading rows.
- offset(long) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndOrderBy
- offset(long) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectLimitOffset
- 
Apply an offset where to start reading rows.
- on(Condition) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectOn
- 
Declare a joinconditionin one step.
- on(Expression) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectOn
- 
Declare the source column in theJOIN.
- onAfterConvert(AfterConvertEvent<E>) - Method in class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
- 
CapturesAfterConvertEvent.
- onAfterConvert(T) - Method in interface org.springframework.data.relational.core.mapping.event.AfterConvertCallback
- 
Entity callback method invoked after an aggregate root was converted.
- onAfterConvert(T, SqlIdentifier) - Method in interface org.springframework.data.r2dbc.mapping.event.AfterConvertCallback
- 
Entity callback method invoked after a domain object is materialized from a row.
- onAfterDelete(AfterDeleteEvent<E>) - Method in class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
- 
CapturesAfterDeleteEvent.
- onAfterDelete(T) - Method in interface org.springframework.data.relational.core.mapping.event.AfterDeleteCallback
- 
Entity callback method invoked after an aggregate root was deleted.
- onAfterSave(AfterSaveEvent<E>) - Method in class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
- 
CapturesAfterSaveEvent.
- onAfterSave(T) - Method in interface org.springframework.data.relational.core.mapping.event.AfterSaveCallback
- 
Entity callback method invoked after an aggregate root was persisted.
- onAfterSave(T, OutboundRow, SqlIdentifier) - Method in interface org.springframework.data.r2dbc.mapping.event.AfterSaveCallback
- 
Entity callback method invoked after a domain object is saved.
- onApplicationEvent(AbstractRelationalEvent<?>) - Method in class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
- onBeforeConvert(Object) - Method in class org.springframework.data.relational.auditing.RelationalAuditingCallback
- onBeforeConvert(Object, SqlIdentifier) - Method in class org.springframework.data.r2dbc.mapping.event.ReactiveAuditingEntityCallback
- onBeforeConvert(BeforeConvertEvent<E>) - Method in class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
- 
CapturesBeforeConvertEvent.
- onBeforeConvert(T) - Method in interface org.springframework.data.relational.core.mapping.event.BeforeConvertCallback
- 
Entity callback method invoked before an aggregate root is converted to be persisted.
- onBeforeConvert(T, SqlIdentifier) - Method in interface org.springframework.data.r2dbc.mapping.event.BeforeConvertCallback
- 
Entity callback method invoked before a domain object is converted to be persisted.
- onBeforeDelete(BeforeDeleteEvent<E>) - Method in class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
- 
CaptureBeforeDeleteEvent.
- onBeforeDelete(T, MutableAggregateChange<T>) - Method in interface org.springframework.data.relational.core.mapping.event.BeforeDeleteCallback
- 
Entity callback method invoked before an aggregate root is deleted.
- onBeforeSave(Object, MutableAggregateChange<Object>) - Method in class org.springframework.data.jdbc.core.convert.IdGeneratingEntityCallback
- onBeforeSave(BeforeSaveEvent<E>) - Method in class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
- 
CapturesBeforeSaveEvent.
- onBeforeSave(T, OutboundRow, SqlIdentifier) - Method in interface org.springframework.data.r2dbc.mapping.event.BeforeSaveCallback
- 
Entity callback method invoked before a domain object is saved.
- onBeforeSave(T, MutableAggregateChange<T>) - Method in interface org.springframework.data.relational.core.mapping.event.BeforeSaveCallback
- 
Entity callback method invoked before an aggregate root is saved.
- one() - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.TerminatingSelect
- 
Get exactly zero or one result.
- onEmpty() - Element in annotation interface org.springframework.data.relational.core.mapping.Embedded
- 
Set the load strategy for the embedded object if all contained fields yield null values.
- or(String) - Method in class org.springframework.data.relational.core.query.Criteria
- or(List<? extends CriteriaDefinition>) - Method in class org.springframework.data.relational.core.query.Criteria
- or(CriteriaDefinition) - Method in class org.springframework.data.relational.core.query.Criteria
- or(Criteria, Criteria) - Method in class org.springframework.data.relational.repository.query.RelationalQueryCreator
- 
Combines twoCriterias usingOR.
- or(Condition) - Method in interface org.springframework.data.relational.core.sql.Condition
- 
Combine anotherConditionusingOR.
- or(Condition) - Method in interface org.springframework.data.relational.core.sql.DeleteBuilder.DeleteWhereAndOr
- or(Condition) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectWhereAndOr
- or(Condition) - Method in interface org.springframework.data.relational.core.sql.UpdateBuilder.UpdateWhereAndOr
- OR - Enum constant in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Combinator
- OracleDialect - Class in org.springframework.data.r2dbc.dialect
- 
An SQL dialect for Oracle.
- OracleDialect - Class in org.springframework.data.relational.core.dialect
- 
An SQL dialect for Oracle.
- OracleDialect() - Constructor for class org.springframework.data.r2dbc.dialect.OracleDialect
- OracleDialect() - Constructor for class org.springframework.data.relational.core.dialect.OracleDialect
- OrCondition - Class in org.springframework.data.relational.core.sql
- orderBy(Collection<? extends OrderByField>) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndOrderBy
- orderBy(Collection<? extends OrderByField>) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectOrdered
- 
Add one or moreorder by fields.
- orderBy(Expression...) - Method in class org.springframework.data.relational.core.sql.AnalyticFunction
- orderBy(Expression...) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndOrderBy
- orderBy(Expression...) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectOrdered
- 
Add one or morecolumnsto order by.
- orderBy(OrderByField...) - Method in class org.springframework.data.relational.core.sql.AnalyticFunction
- orderBy(OrderByField...) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndOrderBy
- orderBy(OrderByField...) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectOrdered
- 
Add one or moreorder by fields.
- OrderBy - Class in org.springframework.data.relational.core.sql
- 
Represents an `ORDER BY` clause.
- OrderByField - Class in org.springframework.data.relational.core.sql
- 
Represents a field in theORDER BYclause.
- orderByNullHandling() - Method in interface org.springframework.data.relational.core.dialect.Dialect
- 
Return theOrderByNullPrecedenceused by this dialect.
- orderByNullHandling() - Method in class org.springframework.data.relational.core.dialect.MySqlDialect
- orderByNullHandling() - Method in class org.springframework.data.relational.core.dialect.SqlServerDialect
- OrderByNullPrecedence - Interface in org.springframework.data.relational.core.dialect
- 
Represents how theSort.NullHandlingoption of anORDER BYsort expression is to be evaluated.
- OrderByNullPrecedence.SqlStandardOrderByNullPrecedence - Class in org.springframework.data.relational.core.dialect
- 
AnOrderByNullPrecedenceimplementation for databases conforming to the SQL standard which usesNULLS FIRSTandNULLS LASTinORDER BYsort expressions to make null values appear before or after non-null values in the result set.
- org.springframework.data.jdbc.aot - package org.springframework.data.jdbc.aot
- org.springframework.data.jdbc.core - package org.springframework.data.jdbc.core
- 
Core JDBC implementation.
- org.springframework.data.jdbc.core.convert - package org.springframework.data.jdbc.core.convert
- 
JDBC-specific conversion classes.
- org.springframework.data.jdbc.core.dialect - package org.springframework.data.jdbc.core.dialect
- 
JDBC-specific Dialect implementations.
- org.springframework.data.jdbc.core.mapping - package org.springframework.data.jdbc.core.mapping
- org.springframework.data.jdbc.core.mapping.schema - package org.springframework.data.jdbc.core.mapping.schema
- 
Schema creation and schema update integration with Liquibase.
- org.springframework.data.jdbc.mybatis - package org.springframework.data.jdbc.mybatis
- org.springframework.data.jdbc.repository - package org.springframework.data.jdbc.repository
- org.springframework.data.jdbc.repository.config - package org.springframework.data.jdbc.repository.config
- org.springframework.data.jdbc.repository.query - package org.springframework.data.jdbc.repository.query
- 
Query derivation mechanism for JDBC specific repositories.
- org.springframework.data.jdbc.repository.support - package org.springframework.data.jdbc.repository.support
- org.springframework.data.jdbc.support - package org.springframework.data.jdbc.support
- org.springframework.data.r2dbc.aot - package org.springframework.data.r2dbc.aot
- org.springframework.data.r2dbc.config - package org.springframework.data.r2dbc.config
- 
Configuration classes for Spring Data R2DBC.
- org.springframework.data.r2dbc.convert - package org.springframework.data.r2dbc.convert
- 
R2DBC-specific conversion and converter implementations.
- org.springframework.data.r2dbc.core - package org.springframework.data.r2dbc.core
- 
Core domain types around DatabaseClient.
- org.springframework.data.r2dbc.dialect - package org.springframework.data.r2dbc.dialect
- 
Dialects abstract the SQL dialect of the underlying database.
- org.springframework.data.r2dbc.mapping - package org.springframework.data.r2dbc.mapping
- 
Domain objects for R2DBC.
- org.springframework.data.r2dbc.mapping.event - package org.springframework.data.r2dbc.mapping.event
- 
Mapping event callback infrastructure for the R2DBC row-to-object mapping subsystem.
- org.springframework.data.r2dbc.query - package org.springframework.data.r2dbc.query
- 
Query and update support.
- org.springframework.data.r2dbc.repository - package org.springframework.data.r2dbc.repository
- 
R2DBC-specific repository implementation.
- org.springframework.data.r2dbc.repository.config - package org.springframework.data.r2dbc.repository.config
- 
Support infrastructure for the configuration of R2DBC-specific repositories.
- org.springframework.data.r2dbc.repository.query - package org.springframework.data.r2dbc.repository.query
- 
Query support for R2DBC repositories.
- org.springframework.data.r2dbc.repository.support - package org.springframework.data.r2dbc.repository.support
- 
Support infrastructure for query derivation of R2DBC-specific repositories.
- org.springframework.data.r2dbc.support - package org.springframework.data.r2dbc.support
- 
Support infrastructure for the configuration of R2DBC-specific repositories.
- org.springframework.data.relational - package org.springframework.data.relational
- org.springframework.data.relational.aot - package org.springframework.data.relational.aot
- 
Ahead of Time processing utilities for Spring Data Relational.
- org.springframework.data.relational.auditing - package org.springframework.data.relational.auditing
- org.springframework.data.relational.core - package org.springframework.data.relational.core
- org.springframework.data.relational.core.conversion - package org.springframework.data.relational.core.conversion
- org.springframework.data.relational.core.dialect - package org.springframework.data.relational.core.dialect
- 
Dialects abstract the SQL dialect of the underlying database.
- org.springframework.data.relational.core.mapping - package org.springframework.data.relational.core.mapping
- org.springframework.data.relational.core.mapping.event - package org.springframework.data.relational.core.mapping.event
- org.springframework.data.relational.core.query - package org.springframework.data.relational.core.query
- 
Query and update support.
- org.springframework.data.relational.core.sql - package org.springframework.data.relational.core.sql
- 
Statement Builder implementation.
- org.springframework.data.relational.core.sql.render - package org.springframework.data.relational.core.sql.render
- 
SQL rendering utilities to render SQL from the Statement Builder API.
- org.springframework.data.relational.core.sqlgeneration - package org.springframework.data.relational.core.sqlgeneration
- org.springframework.data.relational.domain - package org.springframework.data.relational.domain
- org.springframework.data.relational.repository - package org.springframework.data.relational.repository
- org.springframework.data.relational.repository.query - package org.springframework.data.relational.repository.query
- 
Query support for relational database repositories.
- org.springframework.data.relational.repository.support - package org.springframework.data.relational.repository.support
- 
Support infrastructure for query derivation of relational database repositories.
- OutboundRow - Class in org.springframework.data.r2dbc.mapping
- 
Representation of aRowto be written through aINSERTorUPDATEstatement.
- OutboundRow() - Constructor for class org.springframework.data.r2dbc.mapping.OutboundRow
- 
Creates an emptyOutboundRowinstance.
- OutboundRow(String, Parameter) - Constructor for class org.springframework.data.r2dbc.mapping.OutboundRow
- 
Create aOutboundRowinstance initialized with the given key/value pair.
- OutboundRow(Map<String, Parameter>) - Constructor for class org.springframework.data.r2dbc.mapping.OutboundRow
- 
Creates a newOutboundRowfrom aMap.
- OutboundRow(SqlIdentifier, Parameter) - Constructor for class org.springframework.data.r2dbc.mapping.OutboundRow
- 
Create aOutboundRowinstance initialized with the given key/value pair.
P
- partitionBy(Expression...) - Method in class org.springframework.data.relational.core.sql.AnalyticFunction
- PartTreeJdbcQuery - Class in org.springframework.data.jdbc.repository.query
- 
AnAbstractJdbcQueryimplementation based on aPartTree.
- PartTreeJdbcQuery(RelationalMappingContext, JdbcQueryMethod, Dialect, JdbcConverter, NamedParameterJdbcOperations, AbstractJdbcQuery.RowMapperFactory) - Constructor for class org.springframework.data.jdbc.repository.query.PartTreeJdbcQuery
- 
Creates a newPartTreeJdbcQuery.
- PartTreeJdbcQuery(RelationalMappingContext, JdbcQueryMethod, Dialect, JdbcConverter, NamedParameterJdbcOperations, RowMapper<Object>) - Constructor for class org.springframework.data.jdbc.repository.query.PartTreeJdbcQuery
- 
Creates a newPartTreeJdbcQuery.
- PartTreeR2dbcQuery - Class in org.springframework.data.r2dbc.repository.query
- 
AnAbstractR2dbcQueryimplementation based on aPartTree.
- PartTreeR2dbcQuery(R2dbcQueryMethod, R2dbcEntityOperations, R2dbcConverter, ReactiveDataAccessStrategy) - Constructor for class org.springframework.data.r2dbc.repository.query.PartTreeR2dbcQuery
- 
Creates new instance of this class with the givenR2dbcQueryMethod,DatabaseClient,R2dbcConverterandReactiveDataAccessStrategy.
- PersistentEntitiesFactoryBean - Class in org.springframework.data.r2dbc.config
- 
Simple helper to be able to wire thePersistentEntitiesfrom aR2dbcMappingContextbean available in the application context.
- PersistentEntitiesFactoryBean(R2dbcMappingContext) - Constructor for class org.springframework.data.r2dbc.config.PersistentEntitiesFactoryBean
- 
Creates a newPersistentEntitiesFactoryBeanfor the givenR2dbcMappingContext.
- PersistentPropertyTranslator - Class in org.springframework.data.relational.core.mapping
- 
Utility to translate aRelationalPersistentPropertyinto a corresponding property from a differentRelationalPersistentEntityby looking it up by name.
- PersistentPropertyTranslator() - Constructor for class org.springframework.data.relational.core.mapping.PersistentPropertyTranslator
- PESSIMISTIC_READ - Enum constant in enum class org.springframework.data.relational.core.sql.LockMode
- PESSIMISTIC_WRITE - Enum constant in enum class org.springframework.data.relational.core.sql.LockMode
- populateIdIfNecessary(T) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- populateIdIfNecessary(T) - Method in interface org.springframework.data.r2dbc.convert.R2dbcConverter
- PostgresDialect - Class in org.springframework.data.r2dbc.dialect
- 
An SQL dialect for Postgres.
- PostgresDialect - Class in org.springframework.data.relational.core.dialect
- 
An SQL dialect for Postgres.
- PostgresDialect() - Constructor for class org.springframework.data.r2dbc.dialect.PostgresDialect
- PostgresDialect() - Constructor for class org.springframework.data.relational.core.dialect.PostgresDialect
- postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- postProcess(BeanDefinitionBuilder, RepositoryConfigurationSource) - Method in class org.springframework.data.jdbc.repository.config.JdbcRepositoryConfigExtension
- postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- prefix() - Element in annotation interface org.springframework.data.relational.core.mapping.Embedded.Empty
- prefix() - Element in annotation interface org.springframework.data.relational.core.mapping.Embedded.Nullable
- prefix() - Element in annotation interface org.springframework.data.relational.core.mapping.Embedded
- processNamedParameters(String, ReactiveDataAccessStrategy.NamedParameterProvider) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- processNamedParameters(String, ReactiveDataAccessStrategy.NamedParameterProvider) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
- 
Deprecated.since 1.2.DatabaseClientencapsulates named parameter handling entirely.
- project(EntityProjection<R, ?>, RowDocument) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- project(EntityProjection<R, ?>, RowDocument) - Method in interface org.springframework.data.relational.core.conversion.RelationalConverter
- 
Apply a projection toRowDocumentand return the projection return typeR.
- ProjectingConversionContext(RelationalConverter, CustomConversions, ObjectPath, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<Collection<?>>, MappingRelationalConverter.DefaultConversionContext.ContainerValueConverter<Map<?, ?>>, MappingRelationalConverter.DefaultConversionContext.ValueConverter<Object>, EntityProjection<?, ?>) - Constructor for class org.springframework.data.relational.core.conversion.MappingRelationalConverter.ProjectingConversionContext
- PROVIDED - Enum constant in enum class org.springframework.data.relational.core.conversion.IdValueSource
- 
The id value is provided on the instance.
- publishEvent(Supplier<?>) - Method in class org.springframework.data.relational.core.EntityLifecycleEventDelegate
- 
Publish an application event if event publishing is enabled.
- put(String, Object) - Method in class org.springframework.data.relational.domain.RowDocument
- put(String, Parameter) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- put(RelationalPersistentProperty, Object) - Method in class org.springframework.data.relational.core.conversion.RowDocumentAccessor
- 
Puts the given value into the backingRowDocumentbased on the coordinates defined through the givenRelationalPersistentProperty.
- put(SqlIdentifier, Parameter) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- putAll(Map<? extends String, ?>) - Method in class org.springframework.data.relational.domain.RowDocument
- putAll(Map<? extends SqlIdentifier, ? extends Parameter>) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- putAll(RowDocument) - Method in class org.springframework.data.relational.core.conversion.RowDocumentAccessor
- 
Copies all mappings from the givenRowDocumentto the underlying targetRowDocument.
- putIfAbsent(String, Object) - Method in class org.springframework.data.relational.domain.RowDocument
Q
- qualifiedTableName() - Method in record class org.springframework.data.relational.core.mapping.AggregatePath.TableInfo
- 
Returns the value of thequalifiedTableNamerecord component.
- qualifierColumnInfo() - Method in record class org.springframework.data.relational.core.mapping.AggregatePath.TableInfo
- 
Returns the value of thequalifierColumnInforecord component.
- qualifierColumnType() - Method in record class org.springframework.data.relational.core.mapping.AggregatePath.TableInfo
- 
Returns the value of thequalifierColumnTyperecord component.
- query(CriteriaDefinition) - Static method in class org.springframework.data.relational.core.query.Query
- 
Static factory method to create aQueryusing the providedCriteriaDefinition.
- query(PreparedOperation<?>, Class<?>, Class<T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Execute a query for aRowsFetchSpec, givenPreparedOperation.
- query(PreparedOperation<?>, Class<?>, Class<T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- query(PreparedOperation<?>, Class<?>, BiFunction<Row, RowMetadata, T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- query(PreparedOperation<?>, Class<?>, BiFunction<Row, RowMetadata, T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- query(PreparedOperation<?>, Class<?>, Function<Row, T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- query(PreparedOperation<?>, Class<T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Execute a query for aRowsFetchSpec, givenPreparedOperation.
- query(PreparedOperation<?>, Class<T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- query(PreparedOperation<?>, BiFunction<Row, RowMetadata, T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Execute a query for aRowsFetchSpec, givenPreparedOperation.
- query(PreparedOperation<?>, BiFunction<Row, RowMetadata, T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- query(PreparedOperation<?>, Function<Row, T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Execute a query for aRowsFetchSpec, givenPreparedOperation.
- Query - Class in org.springframework.data.relational.core.query
- Query - Annotation Interface in org.springframework.data.jdbc.repository.query
- 
Annotation to provide SQL statements that will get used for executing the method.
- Query - Annotation Interface in org.springframework.data.r2dbc.repository
- 
Annotation to provide SQL statements that will get used for executing the method.
- queryLookupStrategy() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcRepositories
- 
Returns the key of theQueryLookupStrategyto be used for lookup queries for query methods.
- queryLookupStrategy() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
- 
Returns the key of theQueryLookupStrategyto be used for lookup queries for query methods.
- QueryMapper - Class in org.springframework.data.jdbc.core.convert
- 
MapsCriteriaDefinitionandSortobjects considering mapping metadata and dialect-specific conversion.
- QueryMapper - Class in org.springframework.data.r2dbc.query
- 
MapsCriteriaDefinitionandSortobjects considering mapping metadata and dialect-specific conversion.
- QueryMapper(JdbcConverter) - Constructor for class org.springframework.data.jdbc.core.convert.QueryMapper
- 
Creates a newQueryMapperwith the givenJdbcConverter.
- QueryMapper(R2dbcDialect, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.query.QueryMapper
- 
Creates a newQueryMapperwith the givenR2dbcConverter.
- QueryMapper.Field - Class in org.springframework.data.jdbc.core.convert
- 
Value object to represent a field and its meta-information.
- QueryMapper.Field - Class in org.springframework.data.r2dbc.query
- 
Value object to represent a field and its meta-information.
- QueryMapper.MetadataBackedField - Class in org.springframework.data.jdbc.core.convert
- 
Extension ofQueryMapper.Fieldto be backed with mapping metadata.
- QueryMapper.MetadataBackedField - Class in org.springframework.data.r2dbc.query
- 
Extension ofQueryMapper.Fieldto be backed with mapping metadata.
- QueryMappingConfiguration - Interface in org.springframework.data.jdbc.repository
- quote(String) - Method in interface org.springframework.data.relational.core.sql.IdentifierProcessing
- quoted(String) - Static method in interface org.springframework.data.relational.core.sql.SqlIdentifier
- 
Create a new quoted identifier givenname.
- Quoting(String) - Constructor for class org.springframework.data.relational.core.sql.IdentifierProcessing.Quoting
- 
Constructs a Quoting with the same String appended in front and end of an identifier.
- Quoting(String, String) - Constructor for class org.springframework.data.relational.core.sql.IdentifierProcessing.Quoting
- 
Constructs a Quoting with potential different prefix and suffix used for quoting.
R
- R2DBC_SIMPLE_TYPES - Static variable in class org.springframework.data.r2dbc.mapping.R2dbcSimpleTypeHolder
- 
Set of R2DBC simple types.
- r2dbcConverter(R2dbcMappingContext, R2dbcCustomConversions) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- 
Creates aR2dbcConverterusing the configuredAbstractR2dbcConfiguration.r2dbcMappingContext(Optional, R2dbcCustomConversions, RelationalManagedTypes)R2dbcMappingContext}.
- R2dbcConverter - Interface in org.springframework.data.r2dbc.convert
- 
Central R2DBC specific converter interface.
- r2dbcCustomConversions() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- 
Register customConverters in aCustomConversionsobject if required.
- R2dbcCustomConversions - Class in org.springframework.data.r2dbc.convert
- 
Value object to capture custom conversion.
- R2dbcCustomConversions(CustomConversions.ConverterConfiguration) - Constructor for class org.springframework.data.r2dbc.convert.R2dbcCustomConversions
- R2dbcCustomConversions(CustomConversions.StoreConversions, Collection<?>) - Constructor for class org.springframework.data.r2dbc.convert.R2dbcCustomConversions
- 
Create a newR2dbcCustomConversionsinstance registering the given converters.
- R2dbcDialect - Interface in org.springframework.data.r2dbc.dialect
- 
R2DBC-specific extension toDialect.
- R2dbcEntityOperations - Interface in org.springframework.data.r2dbc.core
- 
Interface specifying a basic set of reactive R2DBC operations using entities.
- r2dbcEntityTemplate(DatabaseClient, ReactiveDataAccessStrategy) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- R2dbcEntityTemplate - Class in org.springframework.data.r2dbc.core
- 
Implementation ofR2dbcEntityOperations.
- R2dbcEntityTemplate(ConnectionFactory) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- 
Create a newR2dbcEntityTemplategivenConnectionFactory.
- R2dbcEntityTemplate(DatabaseClient, ReactiveDataAccessStrategy) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- R2dbcEntityTemplate(DatabaseClient, R2dbcDialect) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- 
Create a newR2dbcEntityTemplategivenDatabaseClient.
- R2dbcEntityTemplate(DatabaseClient, R2dbcDialect, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- r2dbcManagedTypes() - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- 
Returns the aRelationalManagedTypesobject holding the initial entity set.
- r2dbcMappingContext(Optional<NamingStrategy>, R2dbcCustomConversions, RelationalManagedTypes) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- 
Register aR2dbcMappingContextand apply an optionalNamingStrategy.
- R2dbcMappingContext - Class in org.springframework.data.r2dbc.mapping
- 
R2DBC-specific extension toRelationalMappingContext.
- R2dbcMappingContext() - Constructor for class org.springframework.data.r2dbc.mapping.R2dbcMappingContext
- 
Create a newR2dbcMappingContext.
- R2dbcMappingContext(NamingStrategy) - Constructor for class org.springframework.data.r2dbc.mapping.R2dbcMappingContext
- 
Create a newR2dbcMappingContextusing the givenNamingStrategy.
- R2dbcQueryMethod - Class in org.springframework.data.r2dbc.repository.query
- 
Reactive specific implementation ofQueryMethod.
- R2dbcQueryMethod(Method, RepositoryMetadata, ProjectionFactory, MappingContext<? extends RelationalPersistentEntity<?>, ? extends RelationalPersistentProperty>) - Constructor for class org.springframework.data.r2dbc.repository.query.R2dbcQueryMethod
- 
Creates a newR2dbcQueryMethodfrom the givenMethod.
- R2dbcRepository<T,ID> - Interface in org.springframework.data.r2dbc.repository 
- 
R2DBC specificRepositoryinterface with reactive support.
- R2dbcRepositoryConfigurationExtension - Class in org.springframework.data.r2dbc.repository.config
- 
ReactiveRepositoryConfigurationExtensionfor R2DBC.
- R2dbcRepositoryConfigurationExtension() - Constructor for class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- R2dbcRepositoryFactory - Class in org.springframework.data.r2dbc.repository.support
- 
Factory to createR2dbcRepositoryinstances.
- R2dbcRepositoryFactory(R2dbcEntityOperations) - Constructor for class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
- 
Creates a newR2dbcRepositoryFactorygivenR2dbcEntityOperations.
- R2dbcRepositoryFactory(DatabaseClient, ReactiveDataAccessStrategy) - Constructor for class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactory
- R2dbcRepositoryFactoryBean<T extends Repository<S,ID>, S, ID extends Serializable> - Class in org.springframework.data.r2dbc.repository.support 
- 
FactoryBeanto createR2dbcRepositoryinstances.
- R2dbcRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- 
Creates a newR2dbcRepositoryFactoryBeanfor the given repository interface.
- R2dbcSimpleTypeHolder - Class in org.springframework.data.r2dbc.mapping
- 
Simple constant holder for aSimpleTypeHolderenriched with R2DBC specific simple types.
- ReactiveAuditingEntityCallback - Class in org.springframework.data.r2dbc.mapping.event
- 
ReactiveEntityCallbackto populate auditing related fields on an entity about to be saved.
- ReactiveAuditingEntityCallback(ObjectFactory<ReactiveIsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.r2dbc.mapping.event.ReactiveAuditingEntityCallback
- 
Creates a newBeforeConvertCallbackusing the givenMappingContextandAuditingHandlerprovided by the givenObjectFactory.
- reactiveDataAccessStrategy(R2dbcConverter) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- 
Creates aReactiveDataAccessStrategyusing the configuredR2dbcConverter.
- ReactiveDataAccessStrategy - Interface in org.springframework.data.r2dbc.core
- 
Deprecated.
- ReactiveDataAccessStrategy.NamedParameterProvider - Interface in org.springframework.data.r2dbc.core
- 
Deprecated.Interface to retrieve parameters for named parameter processing.
- ReactiveDeleteOperation - Interface in org.springframework.data.r2dbc.core
- 
TheReactiveDeleteOperationinterface allows creation and execution ofDELETEoperations in a fluent API style.
- ReactiveDeleteOperation.DeleteWithQuery - Interface in org.springframework.data.r2dbc.core
- 
Requiredfilter.
- ReactiveDeleteOperation.DeleteWithTable - Interface in org.springframework.data.r2dbc.core
- 
Table override (optional).
- ReactiveDeleteOperation.ReactiveDelete - Interface in org.springframework.data.r2dbc.core
- 
TheReactiveDeleteOperation.ReactiveDeleteinterface provides methods for constructingDELETEoperations in a fluent way.
- ReactiveDeleteOperation.TerminatingDelete - Interface in org.springframework.data.r2dbc.core
- 
TriggerDELETEoperation by calling one of the terminating methods.
- ReactiveInsertOperation - Interface in org.springframework.data.r2dbc.core
- 
TheReactiveInsertOperationinterface allows creation and execution ofINSERToperations in a fluent API style.
- ReactiveInsertOperation.InsertWithTable<T> - Interface in org.springframework.data.r2dbc.core
- 
Table override (optional).
- ReactiveInsertOperation.ReactiveInsert<T> - Interface in org.springframework.data.r2dbc.core
- 
TheReactiveInsertOperation.ReactiveInsertinterface provides methods for constructingINSERToperations in a fluent way.
- ReactiveInsertOperation.TerminatingInsert<T> - Interface in org.springframework.data.r2dbc.core
- 
TriggerINSERTexecution by calling one of the terminating methods.
- ReactiveSelectOperation - Interface in org.springframework.data.r2dbc.core
- 
TheReactiveSelectOperationinterface allows creation and execution ofSELECToperations in a fluent API style.
- ReactiveSelectOperation.ReactiveSelect<T> - Interface in org.springframework.data.r2dbc.core
- 
TheReactiveSelectOperation.ReactiveSelectinterface provides methods for constructingSELECToperations in a fluent way.
- ReactiveSelectOperation.SelectWithProjection<T> - Interface in org.springframework.data.r2dbc.core
- 
Result type override (optional).
- ReactiveSelectOperation.SelectWithQuery<T> - Interface in org.springframework.data.r2dbc.core
- 
Define aQueryused as the filter for theSELECT.
- ReactiveSelectOperation.SelectWithTable<T> - Interface in org.springframework.data.r2dbc.core
- 
Table override (optional).
- ReactiveSelectOperation.TerminatingSelect<T> - Interface in org.springframework.data.r2dbc.core
- 
TriggerSELECTexecution by calling one of the terminating methods.
- ReactiveUpdateOperation - Interface in org.springframework.data.r2dbc.core
- 
TheReactiveUpdateOperationinterface allows creation and execution ofUPDATEoperations in a fluent API style.
- ReactiveUpdateOperation.ReactiveUpdate - Interface in org.springframework.data.r2dbc.core
- 
TheReactiveUpdateOperation.ReactiveUpdateinterface provides methods for constructingUPDATEoperations in a fluent way.
- ReactiveUpdateOperation.TerminatingUpdate - Interface in org.springframework.data.r2dbc.core
- 
TriggerUPDATEexecution by calling one of the terminating methods.
- ReactiveUpdateOperation.UpdateWithQuery - Interface in org.springframework.data.r2dbc.core
- ReactiveUpdateOperation.UpdateWithTable - Interface in org.springframework.data.r2dbc.core
- 
Table override (optional).
- read(Class<R>, Row) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- read(Class<R>, Row, RowMetadata) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- read(Class<R>, Row, RowMetadata) - Method in interface org.springframework.data.r2dbc.convert.R2dbcConverter
- 
Reads the given source into the given type.
- read(Class<R>, RowDocument) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- 
Read aRowDocumentinto the requestedaggregate type.
- read(Class<R>, RowDocument) - Method in interface org.springframework.data.relational.core.conversion.RelationalConverter
- 
Read aRowDocumentinto the requestedaggregate type.
- read(TypeInformation<S>, RowDocument) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- readAggregate(MappingRelationalConverter.ConversionContext, RowDocumentAccessor, TypeInformation<? extends S>) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- 
Conversion method to materialize an object from adocument.
- readAggregate(MappingRelationalConverter.ConversionContext, RowDocument, TypeInformation<? extends S>) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- 
Conversion method to materialize an object from adocument.
- readAndResolve(Class<R>, RowDocument) - Method in interface org.springframework.data.jdbc.core.convert.JdbcConverter
- 
Read aRowDocumentinto the requestedaggregate typeand resolve references by looking these up fromRelationResolver.
- readAndResolve(Class<R>, RowDocument, Identifier) - Method in interface org.springframework.data.jdbc.core.convert.JdbcConverter
- 
Read aRowDocumentinto the requestedaggregate typeand resolve references by looking these up fromRelationResolver.
- readAndResolve(TypeInformation<R>, RowDocument, Identifier) - Method in interface org.springframework.data.jdbc.core.convert.JdbcConverter
- 
Read aRowDocumentinto the requestedaggregate typeand resolve references by looking these up fromRelationResolver.
- readAndResolve(TypeInformation<R>, RowDocument, Identifier) - Method in class org.springframework.data.jdbc.core.convert.MappingJdbcConverter
- readCollectionOrArray(MappingRelationalConverter.ConversionContext, Collection<?>, TypeInformation<?>) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- 
Reads the givenCollectioninto a collection of the givenTypeInformation.
- readMap(MappingRelationalConverter.ConversionContext, Map<?, ?>, TypeInformation<?>) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- readValue(Object, TypeInformation<?>) - Method in class org.springframework.data.jdbc.core.convert.MappingJdbcConverter
- readValue(Object, TypeInformation<?>) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- readValue(Object, TypeInformation<?>) - Method in interface org.springframework.data.relational.core.conversion.RelationalConverter
- 
Read a relational value into the desireddestination type.
- registerRowMapper(Class<T>, RowMapper<? extends T>) - Method in class org.springframework.data.jdbc.repository.config.DefaultQueryMappingConfiguration
- 
Registers a the givenRowMapperas to be used for the given type.
- RelationalAuditingCallback - Class in org.springframework.data.relational.auditing
- 
BeforeConvertCallbackto capture auditing information on persisting and updating entities.
- RelationalAuditingCallback(ObjectFactory<IsNewAwareAuditingHandler>) - Constructor for class org.springframework.data.relational.auditing.RelationalAuditingCallback
- RelationalConverter - Interface in org.springframework.data.relational.core.conversion
- 
ARelationalConverteris responsible for converting for values to the native relational representation and vice versa.
- RelationalDeleteEvent<E> - Class in org.springframework.data.relational.core.mapping.event
- 
Super class for events produced during deleting an aggregate.
- RelationalEntityDeleteWriter - Class in org.springframework.data.relational.core.conversion
- 
Converts an entity that is about to be deleted intoDbActions inside aMutableAggregateChangethat need to be executed against the database to recreate the appropriate state in the database.
- RelationalEntityDeleteWriter(RelationalMappingContext) - Constructor for class org.springframework.data.relational.core.conversion.RelationalEntityDeleteWriter
- RelationalEntityInformation<T,ID> - Interface in org.springframework.data.relational.repository.query 
- 
Relational database-specificEntityInformation.
- RelationalEntityInsertWriter<T> - Class in org.springframework.data.relational.core.conversion
- 
Converts an aggregate represented by its root into aRootAggregateChange.
- RelationalEntityInsertWriter(RelationalMappingContext) - Constructor for class org.springframework.data.relational.core.conversion.RelationalEntityInsertWriter
- RelationalEntityMetadata<T> - Interface in org.springframework.data.relational.repository.query
- 
Extension ofEntityMetadatato additionally expose the collection name an entity shall be persisted to.
- RelationalEntityUpdateWriter<T> - Class in org.springframework.data.relational.core.conversion
- 
Converts an aggregate represented by its root into aRootAggregateChange.
- RelationalEntityUpdateWriter(RelationalMappingContext) - Constructor for class org.springframework.data.relational.core.conversion.RelationalEntityUpdateWriter
- RelationalEntityVersionUtils - Class in org.springframework.data.relational.core.conversion
- 
Utilities commonly used to set/get properties for instances of RelationalPersistentEntities.
- RelationalEntityWriter<T> - Class in org.springframework.data.relational.core.conversion
- 
Converts an aggregate represented by its root into aRootAggregateChange.
- RelationalEntityWriter(RelationalMappingContext) - Constructor for class org.springframework.data.relational.core.conversion.RelationalEntityWriter
- RelationalEvent<E> - Interface in org.springframework.data.relational.core.mapping.event
- 
an event signalling JDBC processing.
- RelationalEventWithEntity<E> - Class in org.springframework.data.relational.core.mapping.event
- 
An event that is guaranteed to have an entity.
- RelationalExampleMapper - Class in org.springframework.data.relational.repository.query
- RelationalExampleMapper(MappingContext<? extends RelationalPersistentEntity<?>, ? extends RelationalPersistentProperty>) - Constructor for class org.springframework.data.relational.repository.query.RelationalExampleMapper
- RelationalManagedTypes - Class in org.springframework.data.relational
- 
Relational-specific extension toManagedTypes.
- RelationalMappingContext - Class in org.springframework.data.relational.core.mapping
- 
MappingContextimplementation.
- RelationalMappingContext() - Constructor for class org.springframework.data.relational.core.mapping.RelationalMappingContext
- 
Creates a newRelationalMappingContext.
- RelationalMappingContext(NamingStrategy) - Constructor for class org.springframework.data.relational.core.mapping.RelationalMappingContext
- 
Creates a newRelationalMappingContextusing the givenNamingStrategy.
- RelationalParameter(MethodParameter, TypeInformation<?>) - Constructor for class org.springframework.data.relational.repository.query.RelationalParameters.RelationalParameter
- 
Creates a newRelationalParameters.RelationalParameter.
- RelationalParameterAccessor - Interface in org.springframework.data.relational.repository.query
- 
Relational-specificParameterAccessor.
- RelationalParameters - Class in org.springframework.data.relational.repository.query
- 
Custom extension ofParameters.
- RelationalParameters(List<RelationalParameters.RelationalParameter>) - Constructor for class org.springframework.data.relational.repository.query.RelationalParameters
- RelationalParameters(ParametersSource) - Constructor for class org.springframework.data.relational.repository.query.RelationalParameters
- 
Creates a newRelationalParametersinstance from the givenParametersSource.
- RelationalParameters(ParametersSource, Function<MethodParameter, RelationalParameters.RelationalParameter>) - Constructor for class org.springframework.data.relational.repository.query.RelationalParameters
- RelationalParameters.RelationalParameter - Class in org.springframework.data.relational.repository.query
- 
CustomParameterimplementation.
- RelationalParametersParameterAccessor - Class in org.springframework.data.relational.repository.query
- 
Relational-specificParametersParameterAccessor.
- RelationalParametersParameterAccessor(QueryMethod, Object[]) - Constructor for class org.springframework.data.relational.repository.query.RelationalParametersParameterAccessor
- 
Creates a newRelationalParametersParameterAccessor.
- RelationalPersistentEntity<T> - Interface in org.springframework.data.relational.core.mapping
- 
APersistentEntityinterface with additional methods for JDBC/RDBMS related metadata.
- RelationalPersistentProperty - Interface in org.springframework.data.relational.core.mapping
- 
APersistentPropertywith methods for additional RDBMS related metadata based on columns.
- RelationalQueryCreator<T> - Class in org.springframework.data.relational.repository.query
- 
Implementation ofAbstractQueryCreatorthat creates a query from aPartTree.
- RelationalQueryCreator(PartTree, RelationalParameterAccessor) - Constructor for class org.springframework.data.relational.repository.query.RelationalQueryCreator
- 
Creates new instance of this class with the givenPartTree,RelationalEntityMetadataandParameterMetadataProvider.
- RelationalQueryLookupStrategy - Class in org.springframework.data.relational.repository.support
- 
Base class for R2DBC and JDBCQueryLookupStrategyimplementations.
- RelationalQueryLookupStrategy(MappingContext<? extends RelationalPersistentEntity<?>, ? extends RelationalPersistentProperty>, Dialect) - Constructor for class org.springframework.data.relational.repository.support.RelationalQueryLookupStrategy
- RelationalSaveEvent<E> - Class in org.springframework.data.relational.core.mapping.event
- 
Events triggered during saving of an aggregate.
- RelationResolver - Interface in org.springframework.data.jdbc.core.convert
- 
Resolves relations within an aggregate.
- remove(Object) - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- remove(Object) - Method in class org.springframework.data.relational.domain.RowDocument
- remove(Object, Object) - Method in class org.springframework.data.relational.domain.RowDocument
- render(Delete) - Method in interface org.springframework.data.relational.core.sql.render.Renderer
- 
Render theDeleteAST into a SQL statement.
- render(Delete) - Method in class org.springframework.data.relational.core.sql.render.SqlRenderer
- 
Render theDeleteAST into a SQL statement.
- render(Insert) - Method in interface org.springframework.data.relational.core.sql.render.Renderer
- 
Render theInsertAST into a SQL statement.
- render(Insert) - Method in class org.springframework.data.relational.core.sql.render.SqlRenderer
- 
Render theInsertAST into a SQL statement.
- render(Select) - Method in interface org.springframework.data.relational.core.sql.render.Renderer
- 
Render theSelectAST into a SQL statement.
- render(Select) - Method in class org.springframework.data.relational.core.sql.render.SqlRenderer
- 
Render theSelectAST into a SQL statement.
- render(Update) - Method in interface org.springframework.data.relational.core.sql.render.Renderer
- 
Render theUpdateAST into a SQL statement.
- render(Update) - Method in class org.springframework.data.relational.core.sql.render.SqlRenderer
- 
Render theUpdateAST into a SQL statement.
- RenderContext - Interface in org.springframework.data.relational.core.sql.render
- 
Render context providingRenderNamingStrategyand other resources that are required during rendering.
- RenderContextFactory - Class in org.springframework.data.relational.core.dialect
- 
Factory forRenderContextbased onDialect.
- RenderContextFactory(Dialect) - Constructor for class org.springframework.data.relational.core.dialect.RenderContextFactory
- 
Creates a newRenderContextFactorygivenDialect.
- Renderer - Interface in org.springframework.data.relational.core.sql.render
- renderForGeneratedValues(SqlIdentifier) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- renderForGeneratedValues(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
- 
Deprecated.Render aSqlIdentifierin a way suitable for registering it as a generated key with a statement throughStatement#returnGeneratedValues.
- renderForGeneratedValues(SqlIdentifier) - Method in class org.springframework.data.r2dbc.dialect.H2Dialect
- renderForGeneratedValues(SqlIdentifier) - Method in class org.springframework.data.r2dbc.dialect.MySqlDialect
- renderForGeneratedValues(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.dialect.R2dbcDialect
- 
Render aSqlIdentifierin a way suitable for registering it as a generated key with a statement throughStatement#returnGeneratedValues.
- RenderNamingStrategy - Interface in org.springframework.data.relational.core.sql.render
- 
Naming strategy for SQL rendering.
- replace(String, Object) - Method in class org.springframework.data.relational.domain.RowDocument
- replace(String, Object, Object) - Method in class org.springframework.data.relational.domain.RowDocument
- replaceAll(BiFunction<? super String, ? super Object, ?>) - Method in class org.springframework.data.relational.domain.RowDocument
- repositoryBaseClass() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcRepositories
- 
Configure the repository base class to be used to create repository proxies for this particular configuration.
- repositoryBaseClass() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
- 
Configure the repository base class to be used to create repository proxies for this particular configuration.
- repositoryFactoryBeanClass() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcRepositories
- 
Returns theFactoryBeanclass to be used for each repository instance.
- repositoryFactoryBeanClass() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
- 
Returns theFactoryBeanclass to be used for each repository instance.
- repositoryImplementationPostfix() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcRepositories
- 
Returns the postfix to be used when looking up custom repository implementations.
- repositoryImplementationPostfix() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
- 
Returns the postfix to be used when looking up custom repository implementations.
- resolvePrimitiveType(Class<?>) - Method in enum class org.springframework.data.jdbc.core.convert.JdbcColumnTypes
- resolveTypeToRead(ResultProcessor) - Method in class org.springframework.data.jdbc.repository.query.AbstractJdbcQuery
- 
Obtain the result type to read fromResultProcessor.
- resultSetExtractorClass() - Element in annotation interface org.springframework.data.jdbc.repository.query.Query
- 
OptionalResultSetExtractorto use to convert the result of the query to domain class instances.
- resultSetExtractorRef() - Element in annotation interface org.springframework.data.jdbc.repository.query.Query
- 
Optional name of a bean of typeResultSetExtractorto use to convert the result of the query to domain class instances.
- reverseColumnInfo() - Method in record class org.springframework.data.relational.core.mapping.AggregatePath.TableInfo
- 
Returns the value of thereverseColumnInforecord component.
- RIGHT_OUTER_JOIN - Enum constant in enum class org.springframework.data.relational.core.sql.Join.JoinType
- 
RIGHT OUTER JOINtwo tables.
- ROOT - Static variable in class org.springframework.data.relational.core.conversion.ObjectPath
- RootAggregateChange<T> - Interface in org.springframework.data.relational.core.conversion
- 
Represents the change happening to the aggregate (as used in the context of Domain Driven Design) as a whole.
- RowDocument - Class in org.springframework.data.relational.domain
- 
Represents a tabular structure as document to enable hierarchical traversal of SQL results.
- RowDocument() - Constructor for class org.springframework.data.relational.domain.RowDocument
- RowDocument(int) - Constructor for class org.springframework.data.relational.domain.RowDocument
- RowDocument(Map<String, ? extends Object>) - Constructor for class org.springframework.data.relational.domain.RowDocument
- RowDocumentAccessor - Class in org.springframework.data.relational.core.conversion
- 
Wrapper value object for aRowDocumentto be able to access raw values byRelationalPersistentPropertyreferences.
- rowMapperClass() - Element in annotation interface org.springframework.data.jdbc.repository.query.Query
- 
OptionalRowMapperto use to convert the result of the query to domain class instances.
- rowMapperRef() - Element in annotation interface org.springframework.data.jdbc.repository.query.Query
- 
Optional name of a bean of typeRowMapperto use to convert the result of the query to domain class instances.
S
- sanitize(String) - Method in interface org.springframework.data.relational.core.mapping.SqlIdentifierSanitizer
- 
Sanitize a SQL identifier to either remove unwanted character sequences or to throw an exception.
- save(S) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- save(S) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- save(T) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Saves an instance of an aggregate, including all the members of the aggregate.
- save(T) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- SAVE - Enum constant in enum class org.springframework.data.relational.core.conversion.AggregateChange.Kind
- 
ASAVEof an aggregate typically involves aninsertorupdateon the aggregate root plusinserts,updates, anddeletes on the other elements of an aggregate.
- saveAll(Iterable<S>) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- saveAll(Iterable<S>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- saveAll(Iterable<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Saves all aggregate instances, including all the members of each aggregate instance.
- saveAll(Iterable<T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- saveAll(Publisher<S>) - Method in class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- SaveBatchingAggregateChange<T> - Class in org.springframework.data.relational.core.conversion
- 
ABatchingAggregateChangeimplementation for save changes that can contain actions for any mix of insert and update operations.
- scanForEntities(String) - Method in class org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
- 
Scans the given base package for entities, i.e.
- scanForEntities(String) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- 
Scans the given base package for entities, i.e.
- schema() - Element in annotation interface org.springframework.data.relational.core.mapping.Sequence
- 
Schema where the sequence resides.
- schema() - Element in annotation interface org.springframework.data.relational.core.mapping.Table
- 
Name of the schema (or user, for example in case of oracle), in which this table resides in The behavior is the following:
 If theTable.schema()is specified, then it will be used as a schema of current table, i.e. as a prefix to the name of the table, which can be specified inTable.value().
- scroll(Query, Function<Query, List<T>>, ScrollPosition) - Static method in class org.springframework.data.jdbc.repository.support.ScrollDelegate
- ScrollDelegate - Class in org.springframework.data.jdbc.repository.support
- 
Delegate to runscroll queriesand create resultWindow.
- ScrollDelegate - Class in org.springframework.data.r2dbc.repository.support
- 
Delegate to handlescroll queriesand create resultWindow.
- ScrollDelegate() - Constructor for class org.springframework.data.jdbc.repository.support.ScrollDelegate
- ScrollDelegate() - Constructor for class org.springframework.data.r2dbc.repository.support.ScrollDelegate
- Segment - Interface in org.springframework.data.relational.core.sql
- 
Supertype of all Abstract Syntax Tree (AST) segments.
- SegmentList<T extends Segment> - Class in org.springframework.data.relational.core.sql
- 
A list ofSegmentinstances.
- select() - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
- 
Creates a newSelectBuilder.
- select(Class<T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- select(Class<T>) - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation
- 
Begin creating aSELECToperation for the givendomainType.
- select(Collection<? extends Expression>) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder
- 
Include one or moreExpressions in the select list.
- select(Collection<? extends Expression>) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectAndFrom
- 
Include one or moreExpressions in the select list.
- select(Collection<? extends Expression>) - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
- 
Creates a newSelectBuilderand includes one or moreExpressions in the select list.
- select(Query, Class<T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Execute aSELECTquery and convert the resulting items to a stream of entities.
- select(Query, Class<T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- select(Expression) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder
- 
Include aExpressionin the select list.
- select(Expression) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectAndFrom
- 
Include aExpressionin the select list.
- select(Expression) - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
- 
Creates a newSelectBuilderand includes theSELECTcolumns.
- select(Expression...) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder
- 
Include one or moreExpressions in the select list.
- select(Expression...) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectAndFrom
- 
Include one or moreExpressions in the select list.
- select(Expression...) - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
- 
Creates a newSelectBuilderand includes one or moreSELECTcolumns.
- Select - Interface in org.springframework.data.relational.core.sql
- 
AST for aSELECTstatement.
- SelectBuilder - Interface in org.springframework.data.relational.core.sql
- 
Entry point to construct aSelectstatement.
- SelectBuilder.BuildSelect - Interface in org.springframework.data.relational.core.sql
- 
Interface exposing theSelectbuild method.
- SelectBuilder.SelectAndFrom - Interface in org.springframework.data.relational.core.sql
- 
Builder exposingSELECTandFROMmethods.
- SelectBuilder.SelectFrom - Interface in org.springframework.data.relational.core.sql
- 
Builder exposingFROMmethods.
- SelectBuilder.SelectFromAndJoin - Interface in org.springframework.data.relational.core.sql
- 
Builder exposingFROM,JOIN,WHERE,LIMIT/OFFSETandLOCKmethods.
- SelectBuilder.SelectFromAndJoinCondition - Interface in org.springframework.data.relational.core.sql
- 
Builder exposingFROM,WHERE,LIMIT/OFFSET, JOINANDandLOCKcontinuation methods.
- SelectBuilder.SelectFromAndOrderBy - Interface in org.springframework.data.relational.core.sql
- 
Builder exposingFROM,JOIN,WHERE,LIMIT/OFFSETandLOCKmethods.
- SelectBuilder.SelectJoin - Interface in org.springframework.data.relational.core.sql
- 
Interface exposingJOINmethods.
- SelectBuilder.SelectLimitOffset - Interface in org.springframework.data.relational.core.sql
- 
Limit/offset methods.
- SelectBuilder.SelectLock - Interface in org.springframework.data.relational.core.sql
- 
Lock methods.
- SelectBuilder.SelectOn - Interface in org.springframework.data.relational.core.sql
- 
Interface exposingONmethods to declareJOINrelationships.
- SelectBuilder.SelectOnCondition - Interface in org.springframework.data.relational.core.sql
- 
Builder exposing JOIN andJOIN … ONcontinuation methods.
- SelectBuilder.SelectOnConditionComparison - Interface in org.springframework.data.relational.core.sql
- 
Interface declaring the target column comparison relationship.
- SelectBuilder.SelectOrdered - Interface in org.springframework.data.relational.core.sql
- 
Builder exposingORDER BYandLOCKmethods.
- SelectBuilder.SelectWhere - Interface in org.springframework.data.relational.core.sql
- 
Interface exposingWHERE,LOCKmethods.
- SelectBuilder.SelectWhereAndOr - Interface in org.springframework.data.relational.core.sql
- SelectList - Class in org.springframework.data.relational.core.sql
- 
Value object representing the select list (selected columns, functions).
- selectOne(Query, Class<T>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Execute aSELECTquery and convert the resulting item to an entity ensuring exactly one result.
- selectOne(Query, Class<T>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- SelectRenderContext - Interface in org.springframework.data.relational.core.sql.render
- 
Render context specifically forSELECTstatements.
- SelectSpec(Table, List<String>, List<Expression>, CriteriaDefinition, Sort, int, long, boolean, LockMode) - Constructor for class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- sequence() - Element in annotation interface org.springframework.data.relational.core.mapping.Sequence
- 
Alias forSequence.value()
- Sequence - Annotation Interface in org.springframework.data.relational.core.mapping
- 
Specify the sequence from which the value for theIdshould be fetched.
- sequencesSupported() - Method in interface org.springframework.data.relational.core.dialect.IdGeneration
- set(String, Object) - Method in class org.springframework.data.relational.core.query.Update
- 
Update a column by assigning a value.
- set(Collection<? extends Assignment>) - Method in interface org.springframework.data.relational.core.sql.UpdateBuilder.UpdateAssign
- 
Apply one or moreSET assignments.
- set(Assignment) - Method in interface org.springframework.data.relational.core.sql.UpdateBuilder.UpdateAssign
- 
Apply aSET assignment.
- set(Assignment...) - Method in interface org.springframework.data.relational.core.sql.UpdateBuilder.UpdateAssign
- 
Apply one or moreSET assignments.
- set(Expression) - Method in class org.springframework.data.relational.core.sql.Column
- 
Creates a valueassignment.
- set(SqlIdentifier, Object) - Method in class org.springframework.data.relational.core.query.Update
- 
Update a column by assigning a value.
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.relational.core.mapping.RelationalMappingContext
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.jdbc.repository.query.StringBasedJdbcQuery
- 
Deprecated.
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- 
Deprecated.
- setChangeLogParser(ChangeLogParser) - Method in class org.springframework.data.jdbc.core.mapping.schema.LiquibaseChangeSetWriter
- 
Set theChangeLogParser.
- setChangeLogSerializer(ChangeLogSerializer) - Method in class org.springframework.data.jdbc.core.mapping.schema.LiquibaseChangeSetWriter
- 
Set theChangeLogSerializer.
- setConverter(JdbcConverter) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
- setDataAccessStrategy(DataAccessStrategy) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
- setDataAccessStrategy(ReactiveDataAccessStrategy) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- setDatabaseClient(DatabaseClient) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- 
Configures theDatabaseClientto be used.
- setDates() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcAuditing
- 
Configures whether the creation and modification dates are set.
- setDates() - Element in annotation interface org.springframework.data.r2dbc.config.EnableR2dbcAuditing
- 
Configures whether the creation and modification dates are set.
- setDelegate(DataAccessStrategy) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- 
Deprecated, for removal: This API element is subject to removal in a future version.since 3.0, useDelegatingDataAccessStrategy(DataAccessStrategy)to avoid mutable state.
- setDialect(Dialect) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
- setDropColumnFilter(BiPredicate<String, String>) - Method in class org.springframework.data.jdbc.core.mapping.schema.LiquibaseChangeSetWriter
- 
Set the filter predicate to identify columns within a table to drop.
- setDropTableFilter(Predicate<String>) - Method in class org.springframework.data.jdbc.core.mapping.schema.LiquibaseChangeSetWriter
- 
Set the filter predicate to identify tables to drop.
- setEntity(T) - Method in class org.springframework.data.relational.core.conversion.DbAction.InsertRoot
- setEntity(T) - Method in class org.springframework.data.relational.core.conversion.DbAction.UpdateRoot
- setEntity(T) - Method in interface org.springframework.data.relational.core.conversion.DbAction.WithRoot
- setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- 
Sets the callbacks to be invoked on life cycle events.
- setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
- setEntityCallbacks(ReactiveEntityCallbacks) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- 
Set theReactiveEntityCallbacksinstance to use when invokingcallbackslike theBeforeSaveCallback.
- setEntityLifecycleEventsEnabled(boolean) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- 
Configure whether lifecycle events such asAfterSaveEvent,BeforeSaveEvent, etc. should be published or whether emission should be suppressed.
- setEntityOperations(R2dbcEntityOperations) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- setEventsEnabled(boolean) - Method in class org.springframework.data.relational.core.EntityLifecycleEventDelegate
- setForceQuote(boolean) - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- setForceQuote(boolean) - Method in class org.springframework.data.relational.core.mapping.RelationalMappingContext
- 
Enable/disable quoting for all tables and column names.
- setForeignKeyNaming(ForeignKeyNaming) - Method in class org.springframework.data.relational.core.mapping.DefaultNamingStrategy
- setJdbcOperations(NamedParameterJdbcOperations) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
- setMappingContext(MappingContext<?, ?>) - Method in class org.springframework.data.r2dbc.repository.support.R2dbcRepositoryFactoryBean
- setMappingContext(RelationalMappingContext) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
- setNamespaceStrategy(NamespaceStrategy) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- 
Set a NamespaceStrategy to be used.
- setNamingStrategy(RenderNamingStrategy) - Method in class org.springframework.data.relational.core.dialect.RenderContextFactory
- 
Set aRenderNamingStrategy.
- setPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.relational.core.EntityLifecycleEventDelegate
- setQueryMappingConfiguration(QueryMappingConfiguration) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
- setQueryMappingConfiguration(QueryMappingConfiguration) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
- setRoot(T) - Method in interface org.springframework.data.relational.core.conversion.RootAggregateChange
- 
Set the root object of theAggregateChange.
- setRootAction(DbAction.WithRoot<T>) - Method in interface org.springframework.data.relational.core.conversion.RootAggregateChange
- 
Sets the action for the root object of thisAggregateChange.
- setSchemaFilter(Predicate<RelationalPersistentEntity<?>>) - Method in class org.springframework.data.jdbc.core.mapping.schema.LiquibaseChangeSetWriter
- 
Set the filter predicate to identify for which entities to create schema definitions.
- setSingleQueryLoadingEnabled(boolean) - Method in class org.springframework.data.relational.core.mapping.RelationalMappingContext
- 
Set the singleQueryLoadingEnabled flag.
- setSqlIdentifierSanitizer(SqlIdentifierSanitizer) - Method in class org.springframework.data.relational.core.mapping.RelationalMappingContext
- 
Set theSqlIdentifierSanitizerto sanitizeidentifierscreated from SpEL expressions.
- setSqlTypeMapping(SqlTypeMapping) - Method in class org.springframework.data.jdbc.core.mapping.schema.LiquibaseChangeSetWriter
- 
Configure SQL type mapping.
- setStatementFilterFunction(Function<Statement, Statement>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- 
Set aStatement Filter Functionthat is applied to everyStatement.
- setVersionNumberOnEntity(S, Number, RelationalPersistentEntity<S>, RelationalConverter) - Static method in class org.springframework.data.relational.core.conversion.RelationalEntityVersionUtils
- 
Set the version property on an instance of a relational persistent entity.
- shouldCreateEmptyEmbedded() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
- shouldCreateEmptyEmbedded() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
- 
Returns whether an empty embedded object is supposed to be created for this property.
- shouldCreatePersistentEntityFor(TypeInformation<?>) - Method in class org.springframework.data.jdbc.core.mapping.JdbcMappingContext
- shouldCreatePersistentEntityFor(TypeInformation<?>) - Method in class org.springframework.data.r2dbc.mapping.R2dbcMappingContext
- SimpleFunction - Class in org.springframework.data.relational.core.sql
- 
Simple function accepting one or moreExpressions.
- SimpleJdbcRepository<T,ID> - Class in org.springframework.data.jdbc.repository.support 
- 
Default implementation of theCrudRepositoryinterface.
- SimpleJdbcRepository(JdbcAggregateOperations, PersistentEntity<T, ?>, JdbcConverter) - Constructor for class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
- SimpleR2dbcRepository<T,ID> - Class in org.springframework.data.r2dbc.repository.support 
- 
SimpleReactiveSortingRepositoryimplementation using R2DBC throughDatabaseClient.
- SimpleR2dbcRepository(RelationalEntityInformation<T, ID>, R2dbcEntityOperations, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- 
Create a newSimpleR2dbcRepository.
- SimpleR2dbcRepository(RelationalEntityInformation<T, ID>, DatabaseClient, R2dbcConverter, ReactiveDataAccessStrategy) - Constructor for class org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository
- 
Create a newSimpleR2dbcRepository.
- SimpleRelationalEntityMetadata<T> - Class in org.springframework.data.relational.repository.query
- 
Default implementation ofRelationalEntityMetadata.
- SimpleRelationalEntityMetadata(Class<T>, RelationalPersistentEntity<?>) - Constructor for class org.springframework.data.relational.repository.query.SimpleRelationalEntityMetadata
- 
Creates a newSimpleRelationalEntityMetadatausing the given type andRelationalPersistentEntityto use for table lookups.
- SimpleSegment - Class in org.springframework.data.relational.core.sql
- simpleTypes() - Method in class org.springframework.data.jdbc.core.dialect.JdbcPostgresDialect
- simpleTypes() - Method in interface org.springframework.data.relational.core.dialect.Dialect
- 
Return theSetof types considered store native types that can be handeled by the driver.
- simpleTypes() - Method in class org.springframework.data.relational.core.dialect.H2Dialect
- simpleTypes() - Method in class org.springframework.data.relational.core.dialect.PostgresDialect
- SingleQuerySqlGenerator - Class in org.springframework.data.relational.core.sqlgeneration
- 
ASqlGeneratorthat creates SQL statements for loading complete aggregates with a single statement.
- SingleQuerySqlGenerator(RelationalMappingContext, AliasFactory, Dialect) - Constructor for class org.springframework.data.relational.core.sqlgeneration.SingleQuerySqlGenerator
- size() - Method in class org.springframework.data.jdbc.core.convert.Identifier
- 
Returns the number of key parts in this collection.
- size() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- size() - Method in class org.springframework.data.relational.domain.RowDocument
- sort(Sort) - Method in class org.springframework.data.relational.core.query.Query
- SQL - Class in org.springframework.data.relational.core.sql
- 
Utility to create SQLSegments.
- SQL_STANDARD - Static variable in interface org.springframework.data.relational.core.dialect.OrderByNullPrecedence
- 
AnOrderByNullPrecedencethat can be used for databases conforming to the SQL standard which usesNULLS FIRSTandNULLS LASTinORDER BYsort expressions to make null values appear before or after non-null values in the result set.
- SqlGenerator - Interface in org.springframework.data.relational.core.sqlgeneration
- 
Generates SQL statements for loading aggregates.
- SqlGeneratorSource - Class in org.springframework.data.jdbc.core.convert
- 
ProvidesSqlGenerators per domain type.
- SqlGeneratorSource(RelationalMappingContext, JdbcConverter, Dialect) - Constructor for class org.springframework.data.jdbc.core.convert.SqlGeneratorSource
- SqlIdentifier - Interface in org.springframework.data.relational.core.sql
- 
Represents a named object that exists in the database like a table name or a column name.
- SqlIdentifierSanitizer - Interface in org.springframework.data.relational.core.mapping
- 
Functional interface to sanitize SQL identifiers for SQL usage.
- SqlParametersFactory - Class in org.springframework.data.jdbc.core.convert
- 
Creates theSqlIdentifierParameterSourcefor various SQL operations, dialect identifier processing rules and applicable converters.
- SqlParametersFactory(RelationalMappingContext, JdbcConverter) - Constructor for class org.springframework.data.jdbc.core.convert.SqlParametersFactory
- SqlRenderer - Class in org.springframework.data.relational.core.sql.render
- SqlServerDialect - Class in org.springframework.data.r2dbc.dialect
- 
An SQL dialect for Microsoft SQL Server.
- SqlServerDialect - Class in org.springframework.data.relational.core.dialect
- 
An SQL dialect for Microsoft SQL Server.
- SqlServerDialect() - Constructor for class org.springframework.data.r2dbc.dialect.SqlServerDialect
- SqlServerDialect() - Constructor for class org.springframework.data.relational.core.dialect.SqlServerDialect
- SqlServerSelectRenderContext - Class in org.springframework.data.relational.core.dialect
- 
SQL-Server specificSelectRenderContext.
- SqlServerSelectRenderContext(Function<Select, CharSequence>, Function<Select, CharSequence>) - Constructor for class org.springframework.data.relational.core.dialect.SqlServerSelectRenderContext
- 
Creates a newSqlServerSelectRenderContext.
- SqlSort - Class in org.springframework.data.relational.domain
- 
SqlSort supports additional toSortunsafe sort expressions.
- SqlSort.SqlOrder - Class in org.springframework.data.relational.domain
- 
CustomSort.Orderthat keeps a flag to indicate unsafe property handling, i.e. the String provided is not necessarily a property but can be an arbitrary expression piped into the query execution.
- SqlStandardOrderByNullPrecedence() - Constructor for class org.springframework.data.relational.core.dialect.OrderByNullPrecedence.SqlStandardOrderByNullPrecedence
- SqlTypeMapping - Interface in org.springframework.data.jdbc.core.mapping.schema
- 
Strategy interface for mapping aRelationalPersistentPropertyto a Database type.
- standardizeLetterCase(String) - Method in interface org.springframework.data.relational.core.sql.IdentifierProcessing
- 
Standardizes the use of upper and lower case letters in an identifier in such a way that semantically the same identifier results from the quoted and the unquoted version.
- StatementBuilder - Class in org.springframework.data.relational.core.sql
- 
Entrypoint to build SQL statements.
- StatementMapper - Interface in org.springframework.data.r2dbc.core
- 
Mapper for statement specifications toPreparedOperation.
- StatementMapper.DeleteSpec - Class in org.springframework.data.r2dbc.core
- 
DELETEspecification.
- StatementMapper.InsertSpec - Class in org.springframework.data.r2dbc.core
- 
INSERTspecification.
- StatementMapper.SelectSpec - Class in org.springframework.data.r2dbc.core
- 
SELECTspecification.
- StatementMapper.TypedStatementMapper<T> - Interface in org.springframework.data.r2dbc.core
- 
Extension toStatementMapperthat is associated with a type.
- StatementMapper.UpdateSpec - Class in org.springframework.data.r2dbc.core
- 
UPDATEspecification.
- STORE_CONVERSIONS - Static variable in class org.springframework.data.r2dbc.convert.R2dbcCustomConversions
- STORE_CONVERTERS - Static variable in class org.springframework.data.r2dbc.convert.R2dbcCustomConversions
- storeConverters() - Static method in class org.springframework.data.jdbc.core.convert.JdbcCustomConversions
- 
Obtain a read only copy of default store converters.
- stream() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- streamAll(Class<T>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- streamAll(Class<T>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Loads all entities of the given type to aStream.
- streamAll(Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- streamAll(Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- streamAll(Class<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Load all aggregates of a given type to aStream.
- streamAll(Class<T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- streamAll(Class<T>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- streamAll(Class<T>, Sort) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- streamAll(Class<T>, Sort) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Loads all entities of the given type to aStream, sorted.
- streamAll(Class<T>, Sort) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- streamAll(Class<T>, Sort) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- streamAll(Class<T>, Sort) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Loads all entities of the given type to aStream, sorted.
- streamAll(Class<T>, Sort) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- streamAll(Class<T>, Sort) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- streamAll(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- streamAll(Query, Class<T>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Execute aSELECTquery and convert the resulting items to aStream.
- streamAll(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- streamAll(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- streamAll(Query, Class<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Execute aSELECTquery and convert the resulting items to aStream.
- streamAll(Query, Class<T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- streamAll(Query, Class<T>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- streamAllByIds(Iterable<?>, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- streamAllByIds(Iterable<?>, Class<T>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Loads all entities that match one of the ids passed as an argument to aStream.
- streamAllByIds(Iterable<?>, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- streamAllByIds(Iterable<?>, Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- streamAllByIds(Iterable<?>, Class<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Loads all entities that match one of the ids passed as an argument to aStream.
- streamAllByIds(Iterable<?>, Class<T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- streamAllByIds(Iterable<?>, Class<T>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- StringBasedJdbcQuery - Class in org.springframework.data.jdbc.repository.query
- 
A query to be executed based on a repository method, it's annotated SQL query and the arguments provided to the method.
- StringBasedJdbcQuery(String, JdbcQueryMethod, NamedParameterJdbcOperations, AbstractJdbcQuery.RowMapperFactory, JdbcConverter, ValueExpressionDelegate) - Constructor for class org.springframework.data.jdbc.repository.query.StringBasedJdbcQuery
- 
Creates a newStringBasedJdbcQueryfor the givenJdbcQueryMethod,RelationalMappingContextandAbstractJdbcQuery.RowMapperFactory.
- StringBasedJdbcQuery(JdbcQueryMethod, NamedParameterJdbcOperations, AbstractJdbcQuery.RowMapperFactory, JdbcConverter, ValueExpressionDelegate) - Constructor for class org.springframework.data.jdbc.repository.query.StringBasedJdbcQuery
- 
Creates a newStringBasedJdbcQueryfor the givenJdbcQueryMethod,RelationalMappingContextandAbstractJdbcQuery.RowMapperFactory.
- StringBasedR2dbcQuery - Class in org.springframework.data.r2dbc.repository.query
- 
String-basedStringBasedR2dbcQueryimplementation.
- StringBasedR2dbcQuery(String, R2dbcQueryMethod, R2dbcEntityOperations, R2dbcConverter, ReactiveDataAccessStrategy, ValueExpressionDelegate) - Constructor for class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
- 
Create a newStringBasedR2dbcQueryfor the givenquery,R2dbcQueryMethod,DatabaseClient, andValueExpressionDelegate.
- StringBasedR2dbcQuery(R2dbcQueryMethod, R2dbcEntityOperations, R2dbcConverter, ReactiveDataAccessStrategy, ValueExpressionDelegate) - Constructor for class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
- 
Create a newStringBasedR2dbcQueryfor the givenquery,R2dbcQueryMethod,DatabaseClient, andValueExpressionDelegate.
- StringLiteral - Class in org.springframework.data.relational.core.sql
- 
Represents aCharSequenceliteral.
- Subselect - Class in org.springframework.data.relational.core.sql
- 
Baseclass for all kinds of "select in parenthesis".
- Subselect(Select) - Constructor for class org.springframework.data.relational.core.sql.Subselect
- SubselectExpression - Class in org.springframework.data.relational.core.sql
- 
Wrapper for aSelectquery to be used as subselect.
- SubselectVisitor - Class in org.springframework.data.relational.core.sql.render
- SubselectVisitor(RenderContext, RenderTarget) - Constructor for class org.springframework.data.relational.core.sql.render.SubselectVisitor
- supportedForBatchOperations() - Method in interface org.springframework.data.relational.core.dialect.IdGeneration
- 
Does the driver support id generation for batch operations.
- supportsSingleQueryLoading() - Method in interface org.springframework.data.relational.core.dialect.Dialect
- supportsSingleQueryLoading() - Method in class org.springframework.data.relational.core.dialect.H2Dialect
- supportsSingleQueryLoading() - Method in class org.springframework.data.relational.core.dialect.HsqlDbDialect
T
- table(String) - Static method in class org.springframework.data.relational.core.sql.SQL
- 
Creates a newTable.
- table(Table) - Method in interface org.springframework.data.relational.core.sql.UpdateBuilder
- 
Configure theTableto which the update is applied.
- Table - Class in org.springframework.data.relational.core.sql
- 
Represents a table reference within a SQL statement.
- Table - Annotation Interface in org.springframework.data.relational.core.mapping
- 
The annotation to configure the mapping from a class to a database table.
- tableAlias() - Method in record class org.springframework.data.relational.core.mapping.AggregatePath.TableInfo
- 
Returns the value of thetableAliasrecord component.
- TableInfo(SqlIdentifier, SqlIdentifier, AggregatePath.ColumnInfo, AggregatePath.ColumnInfo, Class<?>, SqlIdentifier, SqlIdentifier) - Constructor for record class org.springframework.data.relational.core.mapping.AggregatePath.TableInfo
- 
Creates an instance of aTableInforecord class.
- TableLike - Interface in org.springframework.data.relational.core.sql
- 
A segment that can be used as table in a query.
- targetSqlTypeFor(Class<?>) - Static method in class org.springframework.data.jdbc.support.JdbcUtil
- 
Returns theSQLTypevalue suitable for passing a value of the provided type to JDBC driver.
- to(ID) - Static method in interface org.springframework.data.jdbc.core.mapping.AggregateReference
- toDotPath() - Method in interface org.springframework.data.relational.core.mapping.AggregatePath
- 
Returns the dot based path notation usingPersistentProperty.getName().
- toLower() - Static method in class org.springframework.data.relational.core.sql.render.NamingStrategies
- 
Creates a mappingRenderNamingStrategythat convertsColumnandTablenames to lower case using the defaultLocale.
- toLower(Locale) - Static method in class org.springframework.data.relational.core.sql.render.NamingStrategies
- 
Creates a mappingRenderNamingStrategythat convertsColumnandTablenames to lower case using the givenLocale.
- toMap() - Method in class org.springframework.data.jdbc.core.convert.Identifier
- 
Returns aMapcontaining the identifier name to value tuples.
- top(int) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder
- 
Apply aTOPclause givencount.
- toRowDocument(Class<?>, Readable, Iterable<? extends ReadableMetadata>) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- toRowDocument(Class<?>, Readable, Iterable<? extends ReadableMetadata>) - Method in interface org.springframework.data.r2dbc.convert.R2dbcConverter
- 
Create a flatRowDocumentfrom a singleRow or Stored Procedure output.
- toRowDocument(Class<?>, Readable, Iterable<? extends ReadableMetadata>) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- toRowDocument(Class<?>, Readable, Iterable<? extends ReadableMetadata>) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
- 
Deprecated.Create a flatRowDocumentfrom a singleRow or Stored Procedure output.
- toSql(IdentifierProcessing) - Method in interface org.springframework.data.relational.core.sql.SqlIdentifier
- 
Use this method when rendering an identifier in SQL statements as in:
- toSql(SqlIdentifier) - Method in class org.springframework.data.r2dbc.core.DefaultReactiveDataAccessStrategy
- toSql(SqlIdentifier) - Method in interface org.springframework.data.r2dbc.core.ReactiveDataAccessStrategy
- 
Deprecated.Render aSqlIdentifierfor SQL usage.
- toSql(SqlIdentifier) - Method in class org.springframework.data.r2dbc.query.QueryMapper
- 
Render aSqlIdentifierfor SQL usage.
- toString() - Method in class org.springframework.data.jdbc.core.convert.Identifier
- toString() - Method in class org.springframework.data.jdbc.core.convert.InsertSubject
- toString() - Method in class org.springframework.data.jdbc.core.mapping.AggregateReference.IdOnlyAggregateReference
- toString() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- toString() - Method in class org.springframework.data.r2dbc.repository.query.PartTreeR2dbcQuery
- toString() - Method in class org.springframework.data.r2dbc.repository.query.StringBasedR2dbcQuery
- toString() - Method in class org.springframework.data.relational.core.conversion.DbAction.AcquireLockAllRoot
- toString() - Method in class org.springframework.data.relational.core.conversion.DbAction.AcquireLockRoot
- toString() - Method in class org.springframework.data.relational.core.conversion.DbAction.BatchWithValue
- toString() - Method in class org.springframework.data.relational.core.conversion.DbAction.Delete
- toString() - Method in class org.springframework.data.relational.core.conversion.DbAction.DeleteAll
- toString() - Method in class org.springframework.data.relational.core.conversion.DbAction.DeleteAllRoot
- toString() - Method in class org.springframework.data.relational.core.conversion.DbAction.DeleteRoot
- toString() - Method in class org.springframework.data.relational.core.conversion.DbAction.Insert
- toString() - Method in class org.springframework.data.relational.core.conversion.DbAction.InsertRoot
- toString() - Method in class org.springframework.data.relational.core.conversion.DbAction.UpdateRoot
- toString() - Method in class org.springframework.data.relational.core.conversion.ObjectPath
- toString() - Method in class org.springframework.data.relational.core.conversion.RowDocumentAccessor
- toString() - Method in record class org.springframework.data.relational.core.mapping.AggregatePath.ColumnInfo
- 
Returns a string representation of this record class.
- toString() - Method in record class org.springframework.data.relational.core.mapping.AggregatePath.TableInfo
- 
Returns a string representation of this record class.
- toString() - Method in class org.springframework.data.relational.core.query.Criteria
- toString() - Method in class org.springframework.data.relational.core.query.Update
- toString() - Method in class org.springframework.data.relational.core.sql.OrderBy
- toString() - Method in class org.springframework.data.relational.core.sql.AliasedExpression
- toString() - Method in class org.springframework.data.relational.core.sql.AssignValue
- toString() - Method in class org.springframework.data.relational.core.sql.AsteriskFromTable
- toString() - Method in class org.springframework.data.relational.core.sql.Between
- toString() - Method in class org.springframework.data.relational.core.sql.BindMarker
- toString() - Method in class org.springframework.data.relational.core.sql.BooleanLiteral
- toString() - Method in class org.springframework.data.relational.core.sql.CaseExpression
- toString() - Method in class org.springframework.data.relational.core.sql.Cast
- toString() - Method in class org.springframework.data.relational.core.sql.Column
- toString() - Method in class org.springframework.data.relational.core.sql.Comparison
- toString() - Method in class org.springframework.data.relational.core.sql.ConstantCondition
- toString() - Method in class org.springframework.data.relational.core.sql.Expressions.SimpleExpression
- toString() - Method in class org.springframework.data.relational.core.sql.FalseCondition
- toString() - Method in class org.springframework.data.relational.core.sql.From
- toString() - Method in class org.springframework.data.relational.core.sql.In
- toString() - Method in class org.springframework.data.relational.core.sql.Into
- toString() - Method in class org.springframework.data.relational.core.sql.IsNull
- toString() - Method in class org.springframework.data.relational.core.sql.Join
- toString() - Method in class org.springframework.data.relational.core.sql.Like
- toString() - Method in class org.springframework.data.relational.core.sql.Literal
- toString() - Method in class org.springframework.data.relational.core.sql.MultipleCondition
- toString() - Method in class org.springframework.data.relational.core.sql.NestedCondition
- toString() - Method in class org.springframework.data.relational.core.sql.Not
- toString() - Method in class org.springframework.data.relational.core.sql.OrderByField
- toString() - Method in interface org.springframework.data.relational.core.sql.Segment
- 
Return a SQL string representation of thisSegment.
- toString() - Method in class org.springframework.data.relational.core.sql.SelectList
- toString() - Method in class org.springframework.data.relational.core.sql.SimpleFunction
- toString() - Method in class org.springframework.data.relational.core.sql.SimpleSegment
- toString() - Method in class org.springframework.data.relational.core.sql.StringLiteral
- toString() - Method in class org.springframework.data.relational.core.sql.Subselect
- toString() - Method in class org.springframework.data.relational.core.sql.Table
- toString() - Method in class org.springframework.data.relational.core.sql.TrueCondition
- toString() - Method in class org.springframework.data.relational.core.sql.Values
- toString() - Method in class org.springframework.data.relational.core.sql.When
- toString() - Method in class org.springframework.data.relational.core.sql.Where
- toString() - Method in class org.springframework.data.relational.domain.RowDocument
- toString(Delete) - Static method in class org.springframework.data.relational.core.sql.render.SqlRenderer
- 
Renders aDeletestatement into its SQL representation.
- toString(Insert) - Static method in class org.springframework.data.relational.core.sql.render.SqlRenderer
- 
Renders aInsertstatement into its SQL representation.
- toString(Select) - Static method in class org.springframework.data.relational.core.sql.render.SqlRenderer
- 
Renders aSelectstatement into its SQL representation.
- toString(Update) - Static method in class org.springframework.data.relational.core.sql.render.SqlRenderer
- 
Renders aUpdatestatement into its SQL representation.
- toSupplier(Escaper) - Method in interface org.springframework.data.relational.core.query.ValueFunction
- toUpper() - Static method in class org.springframework.data.relational.core.sql.render.NamingStrategies
- 
Creates a mappingRenderNamingStrategythat convertsColumnandTablenames to upper case using the defaultLocale.
- toUpper(Locale) - Static method in class org.springframework.data.relational.core.sql.render.NamingStrategies
- 
Creates a mappingRenderNamingStrategythat convertsColumnandTablenames to upper case using the givenLocale.
- transactionManagerRef() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcRepositories
- 
Configures the name of theDataSourceTransactionManagerbean definition to be used to create repositories discovered through this annotation.
- transform(UnaryOperator<String>) - Method in interface org.springframework.data.relational.core.sql.SqlIdentifier
- 
Transform the SQL identifier name by applying atransformation function.
- translate(RelationalPersistentProperty) - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyTranslator
- 
Translate aRelationalPersistentPropertyinto a corresponding property from a differentRelationalPersistentEntity.
- TrueCondition - Class in org.springframework.data.relational.core.sql
- 
Simple condition that evaluates to SQLTRUE.
- TYPE_UNKNOWN - Static variable in class org.springframework.data.jdbc.support.JdbcUtil
U
- UnableToSetId - Exception in org.springframework.data.jdbc.core
- 
Signals failure to set the id property of an entity.
- unquoted(String) - Static method in interface org.springframework.data.relational.core.sql.SqlIdentifier
- 
Create a new unquoted identifier givenname.
- unsafe(String...) - Static method in class org.springframework.data.relational.domain.SqlSort
- 
Creates new unsafeSqlSortbased on given properties.
- unsafe(Sort.Direction, String...) - Static method in class org.springframework.data.relational.domain.SqlSort
- 
Creates new unsafeSqlSortbased on givenSort.Directionand properties.
- unsafe(Sort.Direction, List<String>) - Static method in class org.springframework.data.relational.domain.SqlSort
- 
Creates new unsafeSqlSortbased on givenSort.Directionand properties.
- unsupported() - Static method in interface org.springframework.data.jdbc.core.convert.JdbcTypeFactory
- 
An implementation used in places where a properJdbcTypeFactorycan not be provided but an instance needs to be provided anyway, mostly for providing backward compatibility.
- unwrapComponentType(Class<?>) - Static method in interface org.springframework.data.relational.core.dialect.ArrayColumns
- 
Unwrap the nestedClass.getComponentType()from a givenClass.
- update() - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
- 
Creates a newUpdateBuilder.
- update(Class<?>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- update(Class<?>) - Method in interface org.springframework.data.r2dbc.core.ReactiveUpdateOperation
- 
Begin creating anUPDATEoperation for the givendomainType.
- update(String, Object) - Static method in class org.springframework.data.relational.core.query.Update
- 
Static factory method to create anUpdateusing the provided column.
- update(Query, Update, Class<?>) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Update the queried entities and return true if the update was applied.
- update(Query, Update, Class<?>) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- update(Table) - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
- 
Creates a newUpdateBuilderand declare theTablefor the update.
- update(S, Class<S>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- update(S, Class<S>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- update(S, Class<S>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- update(S, Class<S>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- update(T) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Dedicated update function.
- update(T) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- 
Dedicated update function to do just an update of an instance of an aggregate, including all the members of the aggregate.
- update(T) - Method in interface org.springframework.data.r2dbc.core.R2dbcEntityOperations
- 
Update the given entity and emit the entity if the update was applied.
- update(T) - Method in class org.springframework.data.r2dbc.core.R2dbcEntityTemplate
- update(T, Class<T>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Updates the data of a single entity in the database.
- Update - Class in org.springframework.data.relational.core.query
- 
Class to easily construct SQL update assignments.
- Update - Interface in org.springframework.data.relational.core.sql
- 
AST for aaUPDATEstatement.
- updateAll(Iterable<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
- 
Updates all aggregate instances, including all the members of each aggregate instance.
- updateAll(Iterable<T>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
- UpdateBuilder - Interface in org.springframework.data.relational.core.sql
- 
Entry point to construct anUpdatestatement.
- UpdateBuilder.BuildUpdate - Interface in org.springframework.data.relational.core.sql
- 
Interface exposing theUpdatebuild method.
- UpdateBuilder.UpdateAssign - Interface in org.springframework.data.relational.core.sql
- 
Interface exposingSETmethods.
- UpdateBuilder.UpdateWhere - Interface in org.springframework.data.relational.core.sql
- 
Interface exposingWHEREmethods.
- UpdateBuilder.UpdateWhereAndOr - Interface in org.springframework.data.relational.core.sql
- UpdateMapper - Class in org.springframework.data.r2dbc.query
- 
A subclass ofQueryMapperthat mapsUpdateto update assignments.
- UpdateMapper(R2dbcDialect, R2dbcConverter) - Constructor for class org.springframework.data.r2dbc.query.UpdateMapper
- 
Creates a newQueryMapperwith the givenR2dbcConverter.
- UpdateRoot(T, Number) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.UpdateRoot
- UpdateSpec(SqlIdentifier, Update, CriteriaDefinition) - Constructor for class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
- updateWithVersion(S, Class<S>, Number) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
- updateWithVersion(S, Class<S>, Number) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
- updateWithVersion(S, Class<S>, Number) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
- updateWithVersion(S, Class<S>, Number) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
- updateWithVersion(T, Class<T>, Number) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
- 
Updates the data of a single entity in the database and enforce optimistic record locking using thepreviousVersionproperty.
- upper(Expression) - Static method in class org.springframework.data.relational.core.sql.Functions
- 
Creates a newUPPERfunction.
- UPPER_CASE - Enum constant in enum class org.springframework.data.relational.core.sql.IdentifierProcessing.LetterCasing
- USE_EMPTY - Enum constant in enum class org.springframework.data.relational.core.mapping.Embedded.OnEmpty
- USE_NULL - Enum constant in enum class org.springframework.data.relational.core.mapping.Embedded.OnEmpty
- userConverters() - Method in class org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
- useRepositoryConfiguration(RepositoryMetadata) - Method in class org.springframework.data.r2dbc.repository.config.R2dbcRepositoryConfigurationExtension
- using(T) - Method in interface org.springframework.data.r2dbc.core.ReactiveInsertOperation.TerminatingInsert
- 
Insert exactly oneObject.
V
- validate(Sort.Order) - Static method in class org.springframework.data.relational.domain.SqlSort
- 
Validates aSort.Order, to be either safe for use in SQL or to be explicitely marked unsafe.
- validate(PartTree, Parameters<?, ?>) - Static method in class org.springframework.data.relational.repository.query.RelationalQueryCreator
- 
Validate parameters for the derived query.
- value() - Element in annotation interface org.springframework.data.jdbc.repository.config.EnableJdbcRepositories
- 
Alias for theEnableJdbcRepositories.basePackages()attribute.
- value() - Element in annotation interface org.springframework.data.jdbc.repository.query.Query
- 
The SQL statement to execute when the annotated method gets invoked.
- value() - Element in annotation interface org.springframework.data.r2dbc.repository.config.EnableR2dbcRepositories
- 
Alias for theEnableR2dbcRepositories.basePackages()attribute.
- value() - Element in annotation interface org.springframework.data.r2dbc.repository.Query
- 
The SQL statement to execute when the annotated method gets invoked.
- value() - Element in annotation interface org.springframework.data.relational.core.mapping.Column
- 
The column name.
- value() - Element in annotation interface org.springframework.data.relational.core.mapping.Sequence
- 
The name of the sequence from which the id should be fetched
- value() - Element in annotation interface org.springframework.data.relational.core.mapping.Table
- 
The table name.
- value() - Element in annotation interface org.springframework.data.relational.repository.Lock
- 
Defines which type ofLockModewe want to use.
- value(Column, Expression) - Static method in class org.springframework.data.relational.core.sql.Assignments
- value(Expression) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertIntoColumnsAndValuesWithBuild
- 
Add avalueto theVALUESlist.
- value(Expression) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertValues
- 
Add avalueto theVALUESlist.
- value(Expression) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertValuesWithBuild
- 
Add avalueto theVALUESlist.
- ValueFunction<T> - Interface in org.springframework.data.relational.core.query
- 
Represents a value function to return arbitrary values that can be escaped before returning the actual value.
- valueOf(String) - Static method in enum class org.springframework.data.jdbc.core.convert.JdbcArrayColumns.DefaultSupport
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.jdbc.core.convert.JdbcArrayColumns.Unsupported
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.jdbc.core.convert.JdbcColumnTypes
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.InstantToTimestampConverter
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalDateTimeToTimestampConverter
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalDateToTimestampConverter
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalTimeToTimestampConverter
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToInstantConverter
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalDateConverter
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalDateTimeConverter
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalTimeConverter
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.BooleanToByteConverter
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.ByteToBooleanConverter
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.relational.core.conversion.AggregateChange.Kind
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.relational.core.conversion.IdValueSource
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.relational.core.dialect.ArrayColumns.Unsupported
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.relational.core.dialect.InsertRenderContexts
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.relational.core.dialect.LimitClause.Position
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.relational.core.dialect.LockClause.Position
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.relational.core.mapping.Embedded.OnEmpty
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.relational.core.mapping.ForeignKeyNaming
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Combinator
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.relational.core.sql.IdentifierProcessing.LetterCasing
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.relational.core.sql.Join.JoinType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.springframework.data.relational.core.sql.LockMode
- 
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.springframework.data.jdbc.core.convert.JdbcArrayColumns.DefaultSupport
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.jdbc.core.convert.JdbcArrayColumns.Unsupported
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.jdbc.core.convert.JdbcColumnTypes
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.InstantToTimestampConverter
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalDateTimeToTimestampConverter
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalDateToTimestampConverter
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalTimeToTimestampConverter
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToInstantConverter
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalDateConverter
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalDateTimeConverter
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalTimeConverter
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.BooleanToByteConverter
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.r2dbc.dialect.MySqlDialect.ByteToBooleanConverter
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.springframework.data.r2dbc.mapping.OutboundRow
- values() - Static method in enum class org.springframework.data.relational.core.conversion.AggregateChange.Kind
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.relational.core.conversion.IdValueSource
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.relational.core.dialect.ArrayColumns.Unsupported
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.relational.core.dialect.InsertRenderContexts
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.relational.core.dialect.LimitClause.Position
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.relational.core.dialect.LockClause.Position
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.relational.core.mapping.Embedded.OnEmpty
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.relational.core.mapping.ForeignKeyNaming
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Combinator
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.relational.core.sql.IdentifierProcessing.LetterCasing
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.relational.core.sql.Join.JoinType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.springframework.data.relational.core.sql.LockMode
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.springframework.data.relational.domain.RowDocument
- values(Collection<? extends Expression>) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertIntoColumnsAndValuesWithBuild
- 
Add one or morevaluesto theVALUESlist.
- values(Collection<? extends Expression>) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertValues
- 
Add one or morevaluesto theVALUESlist.
- values(Collection<? extends Expression>) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertValuesWithBuild
- 
Add one or morevaluesto theVALUESlist.
- values(Expression...) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertIntoColumnsAndValuesWithBuild
- 
Add one or morevaluesto theVALUESlist.
- values(Expression...) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertValues
- 
Add one or morevaluesto theVALUESlist.
- values(Expression...) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertValuesWithBuild
- 
Add one or morevaluesto theVALUESlist.
- Values - Class in org.springframework.data.relational.core.sql
- 
VALUESclause.
- visit(Visitor) - Method in class org.springframework.data.relational.core.sql.Column
- visit(Visitor) - Method in interface org.springframework.data.relational.core.sql.Visitable
- Visitable - Interface in org.springframework.data.relational.core.sql
- 
Interface for implementations that wish to be visited by aVisitor.
- Visitor - Interface in org.springframework.data.relational.core.sql
- 
ASTSegmentvisitor.
W
- when(Condition, Expression) - Static method in class org.springframework.data.relational.core.sql.When
- when(When) - Method in class org.springframework.data.relational.core.sql.CaseExpression
- 
Add additionalWhencondition
- When - Class in org.springframework.data.relational.core.sql
- 
When segment for Case statement.
- WhenVisitor - Class in org.springframework.data.relational.core.sql.render
- 
Renderer forWhensegments.
- where(String) - Static method in class org.springframework.data.relational.core.query.Criteria
- 
Static factory method to create a Criteria using the providedcolumnname.
- where(Condition) - Method in interface org.springframework.data.relational.core.sql.DeleteBuilder.DeleteWhere
- 
Apply aWHEREclause.
- where(Condition) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectWhere
- 
Apply aWHEREclause.
- where(Condition) - Method in interface org.springframework.data.relational.core.sql.UpdateBuilder.UpdateWhere
- 
Apply aWHEREclause.
- Where - Class in org.springframework.data.relational.core.sql
- 
Whereclause.
- with(Pageable) - Method in class org.springframework.data.relational.core.query.Query
- 
Set the given pagination information on theQueryinstance.
- with(Sort.Direction) - Method in class org.springframework.data.relational.domain.SqlSort.SqlOrder
- with(Sort.NullHandling) - Method in class org.springframework.data.relational.domain.SqlSort.SqlOrder
- WithAggregateChange<E> - Interface in org.springframework.data.relational.core.mapping.event
- 
RelationalEventthat represents a change to an aggregate and therefore has anAggregateChange
- withColumn(String, Parameter) - Method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
- 
Associate a column with aParameterand create a newStatementMapper.InsertSpec.
- withColumn(SqlIdentifier, Parameter) - Method in class org.springframework.data.r2dbc.core.StatementMapper.InsertSpec
- 
Associate a column with aParameterand create a newStatementMapper.InsertSpec.
- withContext(MappingRelationalConverter.ConversionContext) - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.AggregatePathValueProvider
- 
Contextualize this property value provider.
- withContext(MappingRelationalConverter.ConversionContext) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter.DocumentValueProvider
- withContext(MappingRelationalConverter.ConversionContext) - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.RelationalPropertyValueProvider
- 
Contextualize this property value provider.
- withCriteria(CriteriaDefinition) - Method in class org.springframework.data.r2dbc.core.StatementMapper.DeleteSpec
- 
Associate aCriteriawith the delete and return a newStatementMapper.DeleteSpec.
- withCriteria(CriteriaDefinition) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- 
Associate aCriteriawith the select and return a newStatementMapper.SelectSpec.
- withCriteria(CriteriaDefinition) - Method in class org.springframework.data.r2dbc.core.StatementMapper.UpdateSpec
- 
Associate aCriteriawith the update and return a newStatementMapper.UpdateSpec.
- WithEntity<E> - Interface in org.springframework.data.relational.core.mapping.event
- 
Interface for events which are guaranteed to have an entity.
- withFetchSize(int) - Method in interface org.springframework.data.r2dbc.core.ReactiveSelectOperation.SelectWithQuery
- 
Specifies the fetch size for this query.
- WithId<E> - Interface in org.springframework.data.relational.core.mapping.event
- 
Interface forRelationalEvents which have anIdentifierbut might not have an entity.
- withNullHandling(Sort.NullHandling) - Method in class org.springframework.data.relational.core.sql.OrderByField
- 
Creates a newOrderByFieldwithSort.NullHandlingapplied.
- withPage(Pageable) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- 
Associate aPageablewith the select and create a newStatementMapper.SelectSpec.
- withPart(SqlIdentifier, Object, Class<?>) - Method in class org.springframework.data.jdbc.core.convert.Identifier
- 
Creates a newIdentifierfrom the current instance and sets the value forkey.
- withPath(ObjectPath) - Method in interface org.springframework.data.relational.core.conversion.MappingRelationalConverter.ConversionContext
- 
Create a newMappingRelationalConverter.ConversionContextwithcurrentPathapplied.
- withPath(ObjectPath) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter.DefaultConversionContext
- withPath(ObjectPath) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter.ProjectingConversionContext
- withProjection(String...) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- 
AssociateprojectedFieldswith the select and create a newStatementMapper.SelectSpec.
- withProjection(Collection<Expression>) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- 
AssociateprojectedFieldswith the select and create a newStatementMapper.SelectSpec.
- withProjection(Expression...) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- 
Associateexpressionswith the select list and create a newStatementMapper.SelectSpec.
- withProjection(SqlIdentifier...) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- 
AssociateprojectedFieldswith the select and create a newStatementMapper.SelectSpec.
- withQualifier(AggregatePath, Object) - Method in class org.springframework.data.jdbc.core.convert.JdbcIdentifierBuilder
- 
Adds a qualifier to the identifier to build.
- withRewriteFor(String...) - Method in class org.springframework.data.relational.core.dialect.Escaper
- 
Apply theEscaperto the givenchars.
- withSort(Sort) - Method in class org.springframework.data.r2dbc.core.StatementMapper.SelectSpec
- 
AssociateSortwith the select and create a newStatementMapper.SelectSpec.
- withUnsafe() - Method in class org.springframework.data.relational.domain.SqlSort.SqlOrder
- words() - Static method in interface org.springframework.data.relational.core.mapping.SqlIdentifierSanitizer
- 
A sanitizer to allow words only.
- write(Object, OutboundRow) - Method in class org.springframework.data.r2dbc.convert.MappingR2dbcConverter
- write(Object, MutableAggregateChange<?>) - Method in class org.springframework.data.relational.core.conversion.RelationalEntityDeleteWriter
- 
Fills the providedMutableAggregateChangewith the necessaryDbActions to delete the aggregate root identified byid.
- write(T, RootAggregateChange<T>) - Method in class org.springframework.data.relational.core.conversion.RelationalEntityInsertWriter
- write(T, RootAggregateChange<T>) - Method in class org.springframework.data.relational.core.conversion.RelationalEntityUpdateWriter
- write(T, RootAggregateChange<T>) - Method in class org.springframework.data.relational.core.conversion.RelationalEntityWriter
- writeChangeSet(Resource) - Method in class org.springframework.data.jdbc.core.mapping.schema.LiquibaseChangeSetWriter
- 
Write a Liquibase ChangeSet containing all tables as initial ChangeSet.
- writeChangeSet(Resource, Database) - Method in class org.springframework.data.jdbc.core.mapping.schema.LiquibaseChangeSetWriter
- 
Write a Liquibase ChangeSet using aDatabaseto identify the differences between mapped entities and the existing database.
- writeChangeSet(Resource, LiquibaseChangeSetWriter.ChangeSetMetadata) - Method in class org.springframework.data.jdbc.core.mapping.schema.LiquibaseChangeSetWriter
- 
Write a Liquibase ChangeSet containing all tables as initial ChangeSet.
- writeChangeSet(Resource, LiquibaseChangeSetWriter.ChangeSetMetadata, Database) - Method in class org.springframework.data.jdbc.core.mapping.schema.LiquibaseChangeSetWriter
- 
Write a Liquibase ChangeSet using aDatabaseto identify the differences between mapped entities and the existing database.
- writeJdbcValue(Object, Class<?>, SQLType) - Method in interface org.springframework.data.jdbc.core.convert.JdbcConverter
- 
Convert a property value into aJdbcValuethat contains the converted value and information how to bind it to JDBC parameters.
- writeJdbcValue(Object, TypeInformation<?>, SQLType) - Method in interface org.springframework.data.jdbc.core.convert.JdbcConverter
- 
Convert a property value into aJdbcValuethat contains the converted value and information how to bind it to JDBC parameters.
- writeJdbcValue(Object, TypeInformation<?>, SQLType) - Method in class org.springframework.data.jdbc.core.convert.MappingJdbcConverter
- writeValue(Object, TypeInformation<?>) - Method in class org.springframework.data.jdbc.core.convert.MappingJdbcConverter
- writeValue(Object, TypeInformation<?>) - Method in class org.springframework.data.relational.core.conversion.MappingRelationalConverter
- writeValue(Object, TypeInformation<?>) - Method in interface org.springframework.data.relational.core.conversion.RelationalConverter
- 
Write a property value into a relational type that can be stored natively.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R2dbcEntityOperations.getConverter()instead asReactiveDataAccessStrategywill be removed in a future release.