- AbstractDialect - Class in org.springframework.data.relational.core.dialect
-
Base class for
Dialect
implementations.
- 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
-
Delegating
RowMapper
that reads a row into
T
and converts it afterwards into
Object
.
- AbstractJdbcQuery.RowMapperFactory - Interface in org.springframework.data.jdbc.repository.query
-
Factory to create a
RowMapper
for a given class.
- 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
-
- AbstractRelationalEventListener() - Constructor for class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
-
- 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
-
- addAction(DbAction<?>) - Method in interface org.springframework.data.relational.core.conversion.MutableAggregateChange
-
Adds an action to this AggregateChange
.
- AfterConvertCallback<T> - Interface in org.springframework.data.relational.core.mapping.event
-
An
EntityCallback
that 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
-
- 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 after FROM
table.
- AfterLoadCallback<T> - Interface in org.springframework.data.relational.core.mapping.event
-
- AfterLoadEvent<E> - Class in org.springframework.data.relational.core.mapping.event
-
- AfterLoadEvent(E) - Constructor for class org.springframework.data.relational.core.mapping.event.AfterLoadEvent
-
Deprecated.
- 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 after ORDER BY
.
- afterPropertiesSet() - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
-
- AfterSaveCallback<T> - Interface in org.springframework.data.relational.core.mapping.event
-
- 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 the SELECT
list and before any FROM
renderings.
- 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 in org.springframework.data.relational.core.conversion
-
The kind of action to be performed on an aggregate.
- 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
-
- Aliased - Interface in org.springframework.data.relational.core.sql
-
Aliased element exposing an
alias
.
- aliased(String, Table, String) - Static method in class org.springframework.data.relational.core.sql.Column
-
- aliased(String, String) - Static method in class org.springframework.data.relational.core.sql.Table
-
Creates a new
Table
using an
alias
.
- and(String) - Method in class org.springframework.data.relational.core.query.Criteria
-
Create a new
Criteria
and combine it with
AND
using the provided
column
name.
- and(CriteriaDefinition) - Method in class org.springframework.data.relational.core.query.Criteria
-
Create a new
Criteria
and combine it as group with
AND
using the provided
Criteria
group.
- and(List<? extends CriteriaDefinition>) - Method in class org.springframework.data.relational.core.query.Criteria
-
Create a new
Criteria
and combine it as group with
AND
using the provided
Criteria
group.
- and(Condition) - Method in interface org.springframework.data.relational.core.sql.Condition
-
- and(Condition) - Method in interface org.springframework.data.relational.core.sql.DeleteBuilder.DeleteWhereAndOr
-
Combine the previous
WHERE
Condition
using
AND
.
- and(Expression) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectOnCondition
-
Declare an additional source column in the JOIN
.
- and(Condition) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectWhereAndOr
-
Combine the previous
WHERE
Condition
using
AND
.
- and(Condition) - Method in interface org.springframework.data.relational.core.sql.UpdateBuilder.UpdateWhereAndOr
-
Combine the previous
WHERE
Condition
using
AND
.
- and(Part, Criteria, Iterator<Object>) - Method in class org.springframework.data.relational.repository.query.RelationalQueryCreator
-
Combines the given
Criteria
with the new one created for the given method name part using
AND
.
- AndCondition - Class in org.springframework.data.relational.core.sql
-
- ANSI - Static variable in interface org.springframework.data.relational.core.sql.IdentifierProcessing
-
An
IdentifierProcessing
that 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
-
- apply(Escaper) - Method in interface org.springframework.data.relational.core.query.ValueFunction
-
Produces a value by considering the given
Escaper
.
- apply(String) - Method in class org.springframework.data.relational.core.sql.IdentifierProcessing.Quoting
-
- ArrayColumns - Interface in org.springframework.data.relational.core.dialect
-
Interface declaring methods that express how a dialect supports array-typed columns.
- ArrayColumns.Unsupported - Enum in org.springframework.data.relational.core.dialect
-
Default
ArrayColumns
implementation for dialects that do not support array-typed columns.
- as(String) - Method in class org.springframework.data.relational.core.sql.Column
-
- as(SqlIdentifier) - Method in class org.springframework.data.relational.core.sql.Column
-
- as(String) - Method in class org.springframework.data.relational.core.sql.SimpleFunction
-
Expose this function result under a column alias
.
- as(SqlIdentifier) - Method in class org.springframework.data.relational.core.sql.SimpleFunction
-
Expose this function result under a column alias
.
- as(String) - Method in class org.springframework.data.relational.core.sql.Table
-
Creates a new
Table
aliased to
alias
.
- as(SqlIdentifier) - Method in class org.springframework.data.relational.core.sql.Table
-
Creates a new
Table
aliased to
alias
.
- asc() - Method in class org.springframework.data.relational.core.sql.OrderByField
-
Creates a new
OrderByField
from a the current one using ascending sorting.
- asIs() - Static method in class org.springframework.data.relational.core.sql.render.NamingStrategies
-
- Assignment - Interface in org.springframework.data.relational.core.sql
-
Update assignment to a
Column
.
- Assignments - Class in org.springframework.data.relational.core.sql
-
- AssignValue - Class in org.springframework.data.relational.core.sql
-
- asterisk() - Static method in class org.springframework.data.relational.core.sql.Expressions
-
- asterisk(Table) - Static method in class org.springframework.data.relational.core.sql.Expressions
-
- asterisk() - Method in interface org.springframework.data.relational.core.sql.TableLike
-
- AsteriskFromTable - Class in org.springframework.data.relational.core.sql
-
- AUDITING_ORDER - Static variable in class org.springframework.data.relational.core.mapping.event.RelationalAuditingCallback
-
- AUTOGENERATED_ID_TYPES - Static variable in class org.springframework.data.jdbc.core.mapping.JdbcSimpleTypes
-
- 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 to
JdbcAggregateOperations
which 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
-
- 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.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.Merge<T> - Class in org.springframework.data.relational.core.conversion
-
Represents a merge statement for a single entity that is not the root of an aggregate.
- DbAction.Update<T> - Class in org.springframework.data.relational.core.conversion
-
Represents an update statement for a single entity that is not 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
-
A
DbAction
that stores the information of a single entity in the database.
- DbAction.WithGeneratedId<T> - Interface in org.springframework.data.relational.core.conversion
-
A
DbAction
that may "update" its entity.
- DbAction.WithPropertyPath<T> - Interface in org.springframework.data.relational.core.conversion
-
A
DbAction
not operation on the root of an aggregate but on its contained entities.
- DbActionExecutionException - Exception in org.springframework.data.relational.core.conversion
-
Exception thrown when during the execution of a
DbAction
an 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(DbAction<?>, Object) - Constructor for class org.springframework.data.relational.core.conversion.DbActionExecutionResult
-
- DbActionExecutionResult() - Constructor for class org.springframework.data.relational.core.conversion.DbActionExecutionResult
-
- 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_INSTANCE - Static variable in interface org.springframework.data.jdbc.mybatis.NamespaceStrategy
-
- DefaultDataAccessStrategy - Class in org.springframework.data.jdbc.core.convert
-
The default
DataAccessStrategy
is to generate SQL statements based on meta data from the entity.
- DefaultDataAccessStrategy(SqlGeneratorSource, RelationalMappingContext, JdbcConverter, NamedParameterJdbcOperations) - Constructor for class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
-
- DefaultDialectProvider() - Constructor for class org.springframework.data.jdbc.repository.config.DialectResolver.DefaultDialectProvider
-
- DefaultJdbcTypeFactory - Class in org.springframework.data.jdbc.core.convert
-
- DefaultJdbcTypeFactory(JdbcOperations) - Constructor for class org.springframework.data.jdbc.core.convert.DefaultJdbcTypeFactory
-
- DefaultJdbcTypeFactory(JdbcOperations, JdbcArrayColumns) - Constructor for class org.springframework.data.jdbc.core.convert.DefaultJdbcTypeFactory
-
- DefaultQueryMappingConfiguration - Class in org.springframework.data.jdbc.repository.config
-
- DefaultQueryMappingConfiguration() - Constructor for class org.springframework.data.jdbc.repository.config.DefaultQueryMappingConfiguration
-
- 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
-
- delete(Object, Class<?>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
-
- delete(Object, PersistentPropertyPath<RelationalPersistentProperty>) - 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, 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, Class<?>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
-
- 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, Class<?>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
-
- delete(T, Class<T>) - Method in interface org.springframework.data.jdbc.core.JdbcAggregateOperations
-
Delete an aggregate identified by it's aggregate root.
- delete(S, Class<S>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
-
- delete(Object, Class<?>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
-
- delete(Object, PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
-
- delete(T) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
-
- Delete(Object, PersistentPropertyPath<RelationalPersistentProperty>) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.Delete
-
- Delete - Interface in org.springframework.data.relational.core.sql
-
AST for a DELETE
statement.
- delete(Table) - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
-
- delete() - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
-
- deleteAll(Class<T>) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
-
- deleteAll(PersistentPropertyPath<RelationalPersistentProperty>) - 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(PersistentPropertyPath<RelationalPersistentProperty>) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
-
Deletes all entities reachable via propertyPath from any instance.
- deleteAll(Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
-
- deleteAll(PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
-
- deleteAll(Class<T>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
-
- deleteAll(PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
-
- 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.mybatis.MyBatisDataAccessStrategy
-
- deleteAll(PersistentPropertyPath<RelationalPersistentProperty>) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
-
- deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
-
- deleteAll() - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
-
- DeleteAll(PersistentPropertyPath<RelationalPersistentProperty>) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.DeleteAll
-
- deleteAllById(Iterable<? extends ID>) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
-
- DeleteAllRoot(Class<T>) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.DeleteAllRoot
-
- DeleteBuilder - Interface in org.springframework.data.relational.core.sql
-
Entry point to construct a
Delete
statement.
- DeleteBuilder.BuildDelete - Interface in org.springframework.data.relational.core.sql
-
Interface exposing the
Delete
build method.
- DeleteBuilder.DeleteWhere - Interface in org.springframework.data.relational.core.sql
-
Interface exposing WHERE
methods.
- DeleteBuilder.DeleteWhereAndOr - Interface in org.springframework.data.relational.core.sql
-
Interface exposing
AND
/
OR
combinator methods for
WHERE
Condition
s.
- 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(Object, Class<S>) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
-
- deleteById(ID) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
-
- DeleteRoot(Object, Class<T>, Number) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.DeleteRoot
-
- 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 new
OrderByField
from a the current one using descending sorting.
- Dialect - Interface in org.springframework.data.relational.core.dialect
-
Represents a dialect that is implemented by a particular database.
- dialect - Variable in class org.springframework.data.relational.core.dialect.RenderContextFactory
-
- DialectResolver - Class in org.springframework.data.jdbc.repository.config
-
- 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
-
- 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
-
- 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.
- DtoInstantiatingConverter - Class in org.springframework.data.relational.repository.query
-
Converter
to instantiate DTOs from fully equipped domain objects.
- DtoInstantiatingConverter(Class<?>, MappingContext<? extends RelationalPersistentEntity<?>, ? extends RelationalPersistentProperty>, EntityInstantiators) - Constructor for class org.springframework.data.relational.repository.query.DtoInstantiatingConverter
-
- get(String) - Method in class org.springframework.data.jdbc.mybatis.MyBatisContext
-
Returns a value for the given key.
- getAction() - Method in class org.springframework.data.relational.core.conversion.DbActionExecutionResult
-
- getActualType() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
For empty paths this is the type of the entity.
- getAfterFromTable() - Method in class org.springframework.data.relational.core.dialect.AbstractDialect
-
- getAfterOrderBy() - Method in class org.springframework.data.relational.core.dialect.AbstractDialect
-
- 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
-
- getAlias() - Method in interface org.springframework.data.relational.core.sql.Aliased
-
- 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.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.dialect.JdbcArrayColumns
-
- getArrayType(Class<?>) - Method in interface org.springframework.data.relational.core.dialect.ArrayColumns
-
Translate the
user type
of an array into the dialect-specific type.
- getArrayType(Class<?>) - Method in enum org.springframework.data.relational.core.dialect.ArrayColumns.Unsupported
-
- getArrayType(Class<?>) - Method in class org.springframework.data.relational.core.dialect.PostgresDialect.PostgresArrayColumns
-
- getArrayTypeName(SQLType) - Method in enum org.springframework.data.jdbc.core.dialect.JdbcArrayColumns.DefaultSupport
-
- getArrayTypeName(SQLType) - Method in interface org.springframework.data.jdbc.core.dialect.JdbcArrayColumns
-
The appropriate SQL type as a String which should be used to represent the given
SQLType
in an
Array
.
- getArrayTypeName(SQLType) - Method in enum org.springframework.data.jdbc.core.dialect.JdbcArrayColumns.Unsupported
-
- getAssignments() - Method in class org.springframework.data.relational.core.query.Update
-
Returns all assignments.
- 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
-
- getClausePosition() - Method in interface org.springframework.data.relational.core.dialect.LimitClause
-
- getClausePosition() - Method in interface org.springframework.data.relational.core.dialect.LockClause
-
- 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() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
The alias for the column used to represent this property in the database.
- getColumnName() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
-
- getColumnName(RelationalPersistentProperty) - Method in interface org.springframework.data.relational.core.mapping.NamingStrategy
-
- getColumnName() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
The name of the column used to represent this property in the database.
- getColumnName() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
-
Returns the name of the column backing this property.
- getColumns() - Method in class org.springframework.data.relational.core.query.Query
-
Return the columns that this query should project.
- getColumnType(RelationalPersistentProperty) - Method in class org.springframework.data.jdbc.core.convert.BasicJdbcConverter
-
- getColumnType(RelationalPersistentProperty) - Method in interface org.springframework.data.jdbc.core.convert.JdbcConverter
-
The type to be used to store this property in the database.
- 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 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
-
- getComparator() - Method in class org.springframework.data.relational.core.sql.SimpleCondition
-
Deprecated.
- 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
-
- getConversions() - Method in class org.springframework.data.relational.core.conversion.BasicRelationalConverter
-
- getConversionService() - Method in class org.springframework.data.relational.core.conversion.BasicRelationalConverter
-
- getConversionService() - Method in interface org.springframework.data.relational.core.conversion.RelationalConverter
-
- getConverters() - Method in class org.springframework.data.jdbc.core.dialect.JdbcDb2Dialect
-
- getConverters() - Method in class org.springframework.data.jdbc.core.dialect.JdbcH2Dialect
-
- 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.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.relational.core.query.Query
-
- getDependingOn() - Method in class org.springframework.data.relational.core.conversion.DbAction.Insert
-
- getDependingOn() - Method in class org.springframework.data.relational.core.conversion.DbAction.Merge
-
- getDependingOn() - Method in interface org.springframework.data.relational.core.conversion.DbAction.WithDependingOn
-
The
DbAction
of a parent entity, possibly the aggregate root.
- getDialect() - Method in class org.springframework.data.jdbc.core.convert.SqlGeneratorSource
-
- 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
-
- getDialect(JdbcOperations) - Method in interface org.springframework.data.jdbc.repository.config.DialectResolver.JdbcDialectProvider
-
- getDirection() - Method in class org.springframework.data.relational.core.sql.OrderByField
-
- getDomainType() - Method in class org.springframework.data.jdbc.mybatis.MyBatisContext
-
The domain type of the entity to query or act upon.
- getEffectiveIdColumnName() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
If the table owning ancestor has an id the column name of that id property is returned.
- 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 interface org.springframework.data.relational.core.conversion.AggregateChange
-
- 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.Merge
-
- getEntity() - Method in class org.springframework.data.relational.core.conversion.DbAction.Update
-
- 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(Class<T>) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
-
- getEntityInstantiators() - Method in class org.springframework.data.relational.core.conversion.BasicRelationalConverter
-
- getEntityInstantiators() - Method in interface org.springframework.data.relational.core.conversion.RelationalConverter
-
- getEntityType() - Method in interface org.springframework.data.relational.core.conversion.AggregateChange
-
The type of the root of this AggregateChange
.
- 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.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.WithGeneratedId
-
- getEntityType() - Method in interface org.springframework.data.relational.core.conversion.DbAction.WithPropertyPath
-
- getEscapeCharacter() - Method in class org.springframework.data.relational.core.dialect.Escaper
-
Returns the escape character.
- getExpression() - Method in class org.springframework.data.relational.core.sql.OrderByField
-
- getExpression() - Method in class org.springframework.data.relational.core.sql.SimpleCondition
-
Deprecated.
- getExpressions() - Method in class org.springframework.data.relational.core.sql.SimpleFunction
-
- 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
-
- 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.conversion.DbActionExecutionResult
-
- 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 a
Identifier
one.
- 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.
- getIdColumnName() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
The column name of the id column of the ancestor path that represents an actual table.
- getIdDefiningParentPath() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
Returns the longest ancestor path that has an
Id
property.
- getIdentifier() - Method in class org.springframework.data.jdbc.mybatis.MyBatisContext
-
- getIdentifierProcessing() - Method in class org.springframework.data.relational.core.dialect.AnsiDialect
-
- getIdentifierProcessing() - Method in class org.springframework.data.relational.core.dialect.Db2Dialect
-
- getIdentifierProcessing() - Method in interface org.springframework.data.relational.core.dialect.Dialect
-
- 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
-
- getIdentifyingAnnotations() - Method in class org.springframework.data.jdbc.repository.config.JdbcRepositoryConfigExtension
-
In strict mode only domain types having a
Table
annotation get a repository.
- getIdGeneration() - Method in interface org.springframework.data.relational.core.dialect.Dialect
-
- getIdGeneration() - Method in class org.springframework.data.relational.core.dialect.OracleDialect
-
- getIdType() - Method in class org.springframework.data.relational.repository.support.MappingRelationalEntityInformation
-
- 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.convert.JdbcValue
-
- getJoinTable() - Method in class org.springframework.data.relational.core.sql.Join
-
- getKeyColumn() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
-
- 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.
- getKeyColumn() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
-
- getKind() - Method in interface org.springframework.data.relational.core.conversion.AggregateChange
-
- getLeafEntity() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
- 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 class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
The length of the path.
- getLikeEscaper() - Method in interface org.springframework.data.relational.core.dialect.Dialect
-
Returns the
Escaper
used for
LIKE
value escaping.
- getLikeEscaper() - Method in class org.springframework.data.relational.core.dialect.SqlServerDialect
-
- getLimit(long) - Method in interface org.springframework.data.relational.core.dialect.LimitClause
-
Returns the LIMIT
clause to limit results.
- 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.
- getLimitOffset(long, long) - Method in interface org.springframework.data.relational.core.dialect.LimitClause
-
Returns a combined LIMIT/OFFSET
clause that limits results and starts consumption at the given
offset
.
- getLock(LockOptions) - Method in interface org.springframework.data.relational.core.dialect.LockClause
-
Returns the LOCK
clause 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
-
- getMappedExample(Example<T>) - Method in class org.springframework.data.relational.repository.query.RelationalExampleMapper
-
- getMappingContext() - Method in class org.springframework.data.relational.core.conversion.BasicRelationalConverter
-
- getMappingContext() - Method in interface org.springframework.data.relational.core.conversion.RelationalConverter
-
- getModuleName() - Method in class org.springframework.data.jdbc.repository.config.JdbcRepositoryConfigExtension
-
- getModulePrefix() - Method in class org.springframework.data.jdbc.repository.config.JdbcRepositoryConfigExtension
-
- 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(Column) - Method in interface org.springframework.data.relational.core.sql.render.RenderNamingStrategy
-
- getName(TableLike) - Method in interface org.springframework.data.relational.core.sql.render.RenderNamingStrategy
-
- getName() - Method in class org.springframework.data.relational.core.sql.Table
-
- getName() - Method in interface org.springframework.data.relational.core.sql.TableLike
-
- 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
-
- getNullHandling() - Method in class org.springframework.data.relational.core.sql.OrderByField
-
- getOffset(long) - Method in interface org.springframework.data.relational.core.dialect.LimitClause
-
Returns the OFFSET
clause to consume rows at a given offset.
- 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.
- getOn() - Method in class org.springframework.data.relational.core.sql.Join
-
- getOrder() - Method in class org.springframework.data.relational.core.mapping.event.RelationalAuditingCallback
-
- getOrderBy() - Method in interface org.springframework.data.relational.core.sql.Select
-
- getOwner() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
-
- getOwner() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
-
- getParameters() - Method in class org.springframework.data.jdbc.repository.query.JdbcQueryMethod
-
- getParentPath() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
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
-
- getPredicate() - Method in class org.springframework.data.relational.core.sql.SimpleCondition
-
Deprecated.
- 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
-
- getPropertyAccessor(PersistentEntity<T, ?>, T) - Method in class org.springframework.data.relational.core.conversion.BasicRelationalConverter
-
- getPropertyAccessor(PersistentEntity<T, ?>, T) - Method in interface org.springframework.data.relational.core.conversion.RelationalConverter
-
- 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 class org.springframework.data.relational.core.conversion.DbAction.Merge
-
- getPropertyPath() - Method in class org.springframework.data.relational.core.conversion.DbAction.Update
-
- getPropertyPath() - Method in interface org.springframework.data.relational.core.conversion.DbAction.WithPropertyPath
-
- getQualifiedTableName(Class<?>) - Method in interface org.springframework.data.relational.core.mapping.NamingStrategy
-
- getQualifier() - Method in interface org.springframework.data.relational.core.conversion.DbAction.WithDependingOn
-
- getQualifierColumn() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
The column name used for the list index or map key of the leaf property of this path.
- getQualifierColumnType() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
-
- getQualifierColumnType() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
The type of the qualifier column of the leaf property of this path or null if this is not applicable.
- 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 class org.springframework.data.relational.core.conversion.DbAction.Merge
-
- getQualifiers() - Method in interface org.springframework.data.relational.core.conversion.DbAction.WithDependingOn
-
Additional values to be set during insert or update statements.
- getQueryExecution(JdbcQueryMethod, ResultSetExtractor<?>, RowMapper<?>) - Method in class org.springframework.data.jdbc.repository.query.AbstractJdbcQuery
-
- getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
-
- getQueryMethod() - Method in class org.springframework.data.jdbc.repository.query.AbstractJdbcQuery
-
- getQueryMethod() - Method in class org.springframework.data.jdbc.repository.query.StringBasedJdbcQuery
-
- getReference(IdentifierProcessing) - Method in interface org.springframework.data.relational.core.sql.SqlIdentifier
-
- getReference() - Method in interface org.springframework.data.relational.core.sql.SqlIdentifier
-
Return the reference name without any further transformation.
- getReferenceName() - Method in class org.springframework.data.relational.core.sql.Column
-
- getReferenceName() - Method in class org.springframework.data.relational.core.sql.InlineQuery
-
- getReferenceName(Column) - Method in interface org.springframework.data.relational.core.sql.render.RenderNamingStrategy
-
- getReferenceName(TableLike) - Method in interface org.springframework.data.relational.core.sql.render.RenderNamingStrategy
-
- getReferenceName() - Method in class org.springframework.data.relational.core.sql.Table
-
- getReferenceName() - Method in interface org.springframework.data.relational.core.sql.TableLike
-
- getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
-
- getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.jdbc.repository.config.JdbcRepositoryConfigExtension
-
- getRequiredIdProperty() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
The id property of the final element of the path.
- getRequiredPersistentPropertyPath() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
- getResolvableType() - Method in class org.springframework.data.relational.repository.query.RelationalParameters.RelationalParameter
-
- getReverseColumnName(PersistentPropertyPathExtension) - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
-
- 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.
- getReverseColumnName(PersistentPropertyPathExtension) - Method in interface org.springframework.data.relational.core.mapping.NamingStrategy
-
- getReverseColumnName() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
The name of the column used to reference the id in the parent table.
- getReverseColumnName(PersistentPropertyPathExtension) - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
-
- getReverseColumnNameAlias() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
The alias used in select for the column used to reference the id in the parent table.
- getRight() - Method in class org.springframework.data.relational.core.sql.Comparison
-
- getRight() - Method in class org.springframework.data.relational.core.sql.Like
-
- getRootId() - Method in class org.springframework.data.relational.core.conversion.DbAction.Delete
-
- 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
-
- getSchema() - Method in interface org.springframework.data.relational.core.mapping.NamingStrategy
-
Defaults to no schema.
- getSelect() - Method in interface org.springframework.data.relational.core.sql.render.RenderContext
-
- getSelectContext() - Method in class org.springframework.data.relational.core.dialect.AbstractDialect
-
- getSelectContext() - Method in interface org.springframework.data.relational.core.dialect.Dialect
-
- getSelectContext() - Method in class org.springframework.data.relational.core.dialect.SqlServerDialect
-
- getSort() - Method in class org.springframework.data.relational.core.query.Query
-
- getSql() - Method in enum org.springframework.data.relational.core.sql.Join.JoinType
-
- getSql() - Method in class org.springframework.data.relational.core.sql.SimpleSegment
-
- getSqlType(RelationalPersistentProperty) - Method in class org.springframework.data.jdbc.core.convert.BasicJdbcConverter
-
- getSqlType(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.
- getTable() - Method in class org.springframework.data.relational.core.sql.AsteriskFromTable
-
- getTable() - Method in class org.springframework.data.relational.core.sql.Column
-
- getTableAlias() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
The alias used for the table on which this path is based.
- getTableEntity() - Method in interface org.springframework.data.relational.repository.query.RelationalEntityMetadata
-
- getTableEntity() - Method in class org.springframework.data.relational.repository.query.SimpleRelationalEntityMetadata
-
- 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.
- getTableName() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
The name of the table this path is tied to or of the longest ancestor path that is actually tied to a table.
- getTableName() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentEntity
-
Returns the name of the table 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
-
- getTables() - Method in class org.springframework.data.relational.core.sql.From
-
- getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
-
- getTargetType() - Method in class org.springframework.data.relational.core.sql.Cast
-
- 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
-
- getValue() - Method in class org.springframework.data.jdbc.core.convert.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
-
- 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 a
Criteria
using greater-than(>).
- greaterThanOrEquals(Object) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
-
Creates a
Criteria
using greater-than or equal to (>=).
- 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 and
target type
) defining a
contract to consume
Identifier
values.
- IdentifierProcessing - Interface in org.springframework.data.relational.core.sql
-
An interface describing the processing steps for the conversion of
SqlIdentifier
to SQL snippets or column
names.
- IdentifierProcessing.LetterCasing - Enum 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.
- IdGeneration - Interface in org.springframework.data.relational.core.dialect
-
Describes the how obtaining generated ids after an insert works for a given JDBC driver.
- IdOnlyAggregateReference(ID) - Constructor for class org.springframework.data.jdbc.core.mapping.AggregateReference.IdOnlyAggregateReference
-
- ignoreCase(boolean) - Method in class org.springframework.data.relational.core.query.Criteria
-
Creates a new
Criteria
with the given "ignore case" flag.
- in(Object...) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
-
- in(Collection<?>) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
-
- in(Expression...) - Method in class org.springframework.data.relational.core.sql.Column
-
- in(Select) - Method in class org.springframework.data.relational.core.sql.Column
-
- in(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
-
- 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
-
- in(Column, Select) - Static method in class org.springframework.data.relational.core.sql.Conditions
-
- In - Class in org.springframework.data.relational.core.sql
-
- InlineQuery - Class in org.springframework.data.relational.core.sql
-
Represents a inline query within a SQL statement.
- insert(T, Class<T>, Identifier) - Method in class org.springframework.data.jdbc.core.convert.CascadingDataAccessStrategy
-
- insert(T, Class<T>, Identifier) - Method in interface org.springframework.data.jdbc.core.convert.DataAccessStrategy
-
Inserts a the data of a single entity.
- insert(T, Class<T>, Identifier) - Method in class org.springframework.data.jdbc.core.convert.DefaultDataAccessStrategy
-
- insert(T, Class<T>, Identifier) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
-
- 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, Class<T>, Identifier) - Method in class org.springframework.data.jdbc.mybatis.MyBatisDataAccessStrategy
-
- Insert(T, PersistentPropertyPath<RelationalPersistentProperty>, DbAction.WithEntity<?>, Map<PersistentPropertyPath<RelationalPersistentProperty>, Object>) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.Insert
-
- Insert - Interface in org.springframework.data.relational.core.sql
-
AST for a INSERT
statement.
- insert(Table) - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
-
- insert() - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
-
- InsertBuilder - Interface in org.springframework.data.relational.core.sql
-
Entry point to construct an
Insert
statement.
- InsertBuilder.BuildInsert - Interface in org.springframework.data.relational.core.sql
-
Interface exposing the
Insert
build method.
- InsertBuilder.InsertIntoColumnsAndValues - Interface in org.springframework.data.relational.core.sql
-
Interface exposing WHERE
methods.
- InsertBuilder.InsertIntoColumnsAndValuesWithBuild - Interface in org.springframework.data.relational.core.sql
-
Interface exposing value
methods to add values to the INSERT
statement and the build method.
- InsertBuilder.InsertValues - Interface in org.springframework.data.relational.core.sql
-
Interface exposing value
methods to add values to the INSERT
statement.
- InsertBuilder.InsertValuesWithBuild - Interface in org.springframework.data.relational.core.sql
-
Interface exposing value
methods to add values to the INSERT
statement and the build method.
- InsertRoot(T) - Constructor for class org.springframework.data.relational.core.conversion.DbAction.InsertRoot
-
- INSTANCE - Static variable in class org.springframework.data.jdbc.core.dialect.JdbcDb2Dialect
-
- INSTANCE - Static variable in class org.springframework.data.jdbc.core.dialect.JdbcH2Dialect
-
- 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.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.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 interface org.springframework.data.relational.core.mapping.NamingStrategy
-
Empty implementation of the interface utilizing only the default implementation.
- INSTANCE - Static variable in class org.springframework.data.relational.core.sql.FalseCondition
-
- INSTANCE - Static variable in class org.springframework.data.relational.core.sql.TrueCondition
-
- into(Table) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder
-
Declare a
Table
to
INSERT INTO
.
- Into - Class in org.springframework.data.relational.core.sql
-
INTO
clause.
- is(Object) - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
-
- isAssociation() - Method in class org.springframework.data.jdbc.core.mapping.BasicJdbcPersistentProperty
-
- isCollectionLike() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
- 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.relational.core.mapping.BasicRelationalPersistentProperty
-
- isEmbedded() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
Returns true exactly when the path is non empty and the leaf property an embedded one.
- isEmbedded() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
-
- isEmpty() - Method in class org.springframework.data.relational.core.query.Criteria
-
- isEmpty() - Method in interface org.springframework.data.relational.core.query.CriteriaDefinition
-
- isEntity() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
-
- isEntity() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
- isEqual(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
-
- isEqualTo(Expression) - Method in class org.springframework.data.relational.core.sql.Column
-
- isFalse() - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
-
- 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 {@code !
- isGreater(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
-
Creates a
<=
(greater )
Condition
comparing
left
is greater than
right
.
- 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
-
Creates a
<=
(greater or equal to)
Condition
comparing
left
is greater than or equal to
right
.
- 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.
- isLess(Expression) - Method in class org.springframework.data.relational.core.sql.Column
-
- isLess(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
-
Creates a
<
(less)
Condition
comparing
left
is less than
right
.
- isLessOrEqualTo(Expression) - Method in class org.springframework.data.relational.core.sql.Column
-
- isLessOrEqualTo(Expression, Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
-
Creates a
<=
(less or equal to)
Condition
comparing
left
is less than or equal to
right
.
- isMap() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
- isModifyingQuery() - Method in class org.springframework.data.jdbc.repository.query.JdbcQueryMethod
-
Returns whether the query method is a modifying one.
- isMultiValued() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
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.
- 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 {@code !
- isNotEqualTo(Expression) - Method in class org.springframework.data.relational.core.sql.Column
-
Creates a {@code !
- isNotIn() - Method in class org.springframework.data.relational.core.sql.In
-
- isNotNull() - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
-
- isNotNull() - Method in class org.springframework.data.relational.core.sql.Column
-
Creates a IS NOT NULL
condition.
- isNull() - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
-
- isNull() - Method in class org.springframework.data.relational.core.sql.Column
-
Creates a IS NULL
condition.
- isNull(Expression) - Static method in class org.springframework.data.relational.core.sql.Conditions
-
Creates a IS NULL
condition.
- IsNull - Class in org.springframework.data.relational.core.sql
-
- isOrdered() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
-
- isOrdered() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
- isOrdered() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
-
Returns whether this property is an ordered property.
- isQualified() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
-
- isQualified() - Method in class org.springframework.data.relational.core.mapping.PersistentPropertyPathExtension
-
- 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.
- isReference() - Method in class org.springframework.data.jdbc.core.mapping.BasicJdbcPersistentProperty
-
- isReference() - Method in class org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
-
- isReference() - Method in interface org.springframework.data.relational.core.mapping.RelationalPersistentProperty
-
- isSorted() - Method in class org.springframework.data.relational.core.query.Query
-
Return true if the
Query
has a sort parameter.
- isSupported() - Method in enum org.springframework.data.jdbc.core.dialect.JdbcArrayColumns.DefaultSupport
-
- isSupported() - Method in enum org.springframework.data.jdbc.core.dialect.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 org.springframework.data.relational.core.dialect.ArrayColumns.Unsupported
-
- isSupported() - Method in class org.springframework.data.relational.core.dialect.PostgresDialect.PostgresArrayColumns
-
- isTrue() - Method in interface org.springframework.data.relational.core.query.Criteria.CriteriaStep
-
- of(SqlIdentifier, Object, Class<?>) - Static method in class org.springframework.data.jdbc.core.convert.Identifier
-
- of(Object, JDBCType) - Static method in class org.springframework.data.jdbc.core.convert.JdbcValue
-
- 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 new
Identifier
identifier for the given, non-null value.
- 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(Expression) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectOn
-
Declare the source column in the JOIN
.
- on(Condition) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectOn
-
- onAfterConvert(AfterConvertEvent<E>) - Method in class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
-
- onAfterConvert(T) - Method in interface org.springframework.data.relational.core.mapping.event.AfterConvertCallback
-
Entity callback method invoked after an aggregate root was converted.
- onAfterDelete(AfterDeleteEvent<E>) - Method in class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
-
- onAfterDelete(T) - Method in interface org.springframework.data.relational.core.mapping.event.AfterDeleteCallback
-
Entity callback method invoked after an aggregate root was deleted.
- onAfterLoad(AfterLoadEvent<E>) - Method in class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
-
- onAfterLoad(T) - Method in interface org.springframework.data.relational.core.mapping.event.AfterLoadCallback
-
Deprecated.
Entity callback method invoked after an aggregate root was loaded.
- onAfterSave(AfterSaveEvent<E>) - Method in class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
-
- onAfterSave(T) - Method in interface org.springframework.data.relational.core.mapping.event.AfterSaveCallback
-
Entity callback method invoked after an aggregate root was persisted.
- onApplicationEvent(AbstractRelationalEvent<?>) - Method in class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
-
- onBeforeConvert(BeforeConvertEvent<E>) - Method in class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
-
- 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(Object) - Method in class org.springframework.data.relational.core.mapping.event.RelationalAuditingCallback
-
- onBeforeDelete(BeforeDeleteEvent<E>) - Method in class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
-
- 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(BeforeSaveEvent<E>) - Method in class org.springframework.data.relational.core.mapping.event.AbstractRelationalEventListener
-
- 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.
- or(String) - Method in class org.springframework.data.relational.core.query.Criteria
-
Create a new
Criteria
and combine it with
OR
using the provided
column
name.
- or(CriteriaDefinition) - Method in class org.springframework.data.relational.core.query.Criteria
-
Create a new
Criteria
and combine it as group with
OR
using the provided
Criteria
group.
- or(List<? extends CriteriaDefinition>) - Method in class org.springframework.data.relational.core.query.Criteria
-
Create a new
Criteria
and combine it as group with
OR
using the provided
Criteria
group.
- or(Condition) - Method in interface org.springframework.data.relational.core.sql.Condition
-
- or(Condition) - Method in interface org.springframework.data.relational.core.sql.DeleteBuilder.DeleteWhereAndOr
-
Combine the previous
WHERE
Condition
using
OR
.
- or(Condition) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectWhereAndOr
-
Combine the previous
WHERE
Condition
using
OR
.
- or(Condition) - Method in interface org.springframework.data.relational.core.sql.UpdateBuilder.UpdateWhereAndOr
-
Combine the previous
WHERE
Condition
using
OR
.
- or(Criteria, Criteria) - Method in class org.springframework.data.relational.repository.query.RelationalQueryCreator
-
- OracleDialect - Class in org.springframework.data.relational.core.dialect
-
An SQL dialect for Oracle.
- OracleDialect() - Constructor for class org.springframework.data.relational.core.dialect.OracleDialect
-
- OrCondition - Class in org.springframework.data.relational.core.sql
-
- orderBy(Column...) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectFromAndOrderBy
-
- orderBy(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.SelectFromAndOrderBy
-
- orderBy(Column...) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectOrdered
-
Add one or more
columns
to order by.
- orderBy(OrderByField...) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectOrdered
-
- orderBy(Collection<? extends OrderByField>) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectOrdered
-
- OrderByField - Class in org.springframework.data.relational.core.sql
-
Represents a field in the ORDER BY
clause.
- 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
-
- org.springframework.data.jdbc.core.mapping - package org.springframework.data.jdbc.core.mapping
-
- 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.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.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.
- 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(S) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
-
- saveAll(Iterable<S>) - Method in class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
-
- Segment - Interface in org.springframework.data.relational.core.sql
-
Supertype of all Abstract Syntax Tree (AST) segments.
- Select - Interface in org.springframework.data.relational.core.sql
-
AST for a SELECT
statement.
- select(Expression) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder
-
- select(Expression...) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder
-
Include one or more
Expression
s in the select list.
- select(Collection<? extends Expression>) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder
-
Include one or more
Expression
s in the select list.
- select(Expression) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectAndFrom
-
- select(Expression...) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectAndFrom
-
Include one or more
Expression
s in the select list.
- select(Collection<? extends Expression>) - Method in interface org.springframework.data.relational.core.sql.SelectBuilder.SelectAndFrom
-
Include one or more
Expression
s in the select list.
- select(Expression) - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
-
- select(Expression...) - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
-
Creates a new
SelectBuilder
and includes one or more
SELECT
columns.
- select(Collection<? extends Expression>) - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
-
- select() - Static method in class org.springframework.data.relational.core.sql.StatementBuilder
-
- SelectBuilder - Interface in org.springframework.data.relational.core.sql
-
Entry point to construct a
Select
statement.
- SelectBuilder.BuildSelect - Interface in org.springframework.data.relational.core.sql
-
Interface exposing the
Select
build method.
- SelectBuilder.SelectAndFrom - Interface in org.springframework.data.relational.core.sql
-
Builder exposing SELECT
and FROM
methods.
- SelectBuilder.SelectFrom - Interface in org.springframework.data.relational.core.sql
-
Builder exposing FROM
methods.
- SelectBuilder.SelectFromAndJoin - Interface in org.springframework.data.relational.core.sql
-
Builder exposing FROM
, JOIN
, WHERE
, LIMIT/OFFSET
and LOCK
methods.
- SelectBuilder.SelectFromAndJoinCondition - Interface in org.springframework.data.relational.core.sql
-
Builder exposing FROM
, WHERE
, LIMIT/OFFSET
, JOIN AND
and LOCK
continuation
methods.
- SelectBuilder.SelectFromAndOrderBy - Interface in org.springframework.data.relational.core.sql
-
Builder exposing FROM
, JOIN
, WHERE
, LIMIT/OFFSET
and LOCK
methods.
- SelectBuilder.SelectJoin - Interface in org.springframework.data.relational.core.sql
-
Interface exposing JOIN
methods.
- 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 exposing ON
methods to declare JOIN
relationships.
- SelectBuilder.SelectOnCondition - Interface in org.springframework.data.relational.core.sql
-
Builder exposing JOIN and JOIN … ON
continuation 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 exposing ORDER BY
and LOCK
methods.
- SelectBuilder.SelectWhere - Interface in org.springframework.data.relational.core.sql
-
Interface exposing WHERE
, LOCK
methods.
- SelectBuilder.SelectWhereAndOr - Interface in org.springframework.data.relational.core.sql
-
Interface exposing
AND
/
OR
combinator methods for
WHERE
Condition
s.
- SelectList - Class in org.springframework.data.relational.core.sql
-
Value object representing the select list (selected columns, functions).
- SelectRenderContext - Interface in org.springframework.data.relational.core.sql.render
-
Render context specifically for SELECT
statements.
- set(String, Object) - Method in class org.springframework.data.relational.core.query.Update
-
Update a column by assigning a value.
- set(SqlIdentifier, Object) - Method in class org.springframework.data.relational.core.query.Update
-
Update a column by assigning a value.
- set(Expression) - Method in class org.springframework.data.relational.core.sql.Column
-
- set(Assignment) - Method in interface org.springframework.data.relational.core.sql.UpdateBuilder.UpdateAssign
-
- set(Assignment...) - Method in interface org.springframework.data.relational.core.sql.UpdateBuilder.UpdateAssign
-
- set(Collection<? extends Assignment>) - Method in interface org.springframework.data.relational.core.sql.UpdateBuilder.UpdateAssign
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.jdbc.core.convert.BasicJdbcConverter
-
- setApplicationContext(ApplicationContext) - Method in class org.springframework.data.jdbc.repository.config.AbstractJdbcConfiguration
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.jdbc.repository.query.StringBasedJdbcQuery
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
-
- setBeanFactory(BeanFactory) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
-
- setConverter(JdbcConverter) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
-
- setDataAccessStrategy(DataAccessStrategy) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
-
- setDelegate(DataAccessStrategy) - Method in class org.springframework.data.jdbc.core.convert.DelegatingDataAccessStrategy
-
Must be called exactly once before calling any of the other methods.
- setDialect(Dialect) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
-
- setEntity(T) - Method in interface org.springframework.data.relational.core.conversion.MutableAggregateChange
-
Set the root object of the AggregateChange
.
- setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.jdbc.core.JdbcAggregateTemplate
-
- setEntityCallbacks(EntityCallbacks) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
-
- 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.
- setJdbcOperations(NamedParameterJdbcOperations) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
-
- 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
-
- setQueryMappingConfiguration(QueryMappingConfiguration) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactory
-
- setQueryMappingConfiguration(QueryMappingConfiguration) - Method in class org.springframework.data.jdbc.repository.support.JdbcRepositoryFactoryBean
-
- 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
-
- SimpleCondition - Class in org.springframework.data.relational.core.sql
-
- SimpleFunction - Class in org.springframework.data.relational.core.sql
-
Simple function accepting one or more
Expression
s.
- SimpleJdbcRepository<T,ID> - Class in org.springframework.data.jdbc.repository.support
-
- SimpleJdbcRepository(JdbcAggregateOperations, PersistentEntity<T, ?>) - Constructor for class org.springframework.data.jdbc.repository.support.SimpleJdbcRepository
-
- SimpleRelationalEntityMetadata<T> - Class in org.springframework.data.relational.repository.query
-
- SimpleRelationalEntityMetadata(Class<T>, RelationalPersistentEntity<?>) - Constructor for class org.springframework.data.relational.repository.query.SimpleRelationalEntityMetadata
-
- SimpleSegment - Class in org.springframework.data.relational.core.sql
-
- simpleTypes() - Method in interface org.springframework.data.relational.core.dialect.Dialect
-
Return the
Set
of 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
-
- size() - Method in class org.springframework.data.jdbc.core.convert.Identifier
-
Returns the number of key parts in this collection.
- sort(Sort) - Method in class org.springframework.data.relational.core.query.Query
-
- SQL - Class in org.springframework.data.relational.core.sql
-
- SqlGeneratorSource - Class in org.springframework.data.jdbc.core.convert
-
Provides SqlGenerator
s 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.
- SqlRenderer - Class in org.springframework.data.relational.core.sql.render
-
- SqlServerDialect - Class in org.springframework.data.relational.core.dialect
-
An SQL dialect for Microsoft SQL Server.
- SqlServerDialect() - Constructor for class org.springframework.data.relational.core.dialect.SqlServerDialect
-
- SqlServerSelectRenderContext - Class in org.springframework.data.relational.core.dialect
-
- SqlServerSelectRenderContext(Function<Select, CharSequence>, Function<Select, CharSequence>) - Constructor for class org.springframework.data.relational.core.dialect.SqlServerSelectRenderContext
-
- sqlTypeFor(Class<?>) - Static method in class org.springframework.data.jdbc.support.JdbcUtil
-
- sqlTypeFor(JDBCType) - Static method in class org.springframework.data.jdbc.support.JdbcUtil
-
- 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.
- storeConverters() - Static method in class org.springframework.data.jdbc.core.convert.JdbcCustomConversions
-
Obtain a read only copy of default store converters.
- 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(JdbcQueryMethod, NamedParameterJdbcOperations, RowMapper<?>, JdbcConverter) - Constructor for class org.springframework.data.jdbc.repository.query.StringBasedJdbcQuery
-
- StringBasedJdbcQuery(JdbcQueryMethod, NamedParameterJdbcOperations, AbstractJdbcQuery.RowMapperFactory, JdbcConverter) - Constructor for class org.springframework.data.jdbc.repository.query.StringBasedJdbcQuery
-
- StringLiteral - Class in org.springframework.data.relational.core.sql
-
- SubselectExpression - Class in org.springframework.data.relational.core.sql
-
Wrapper for a
Select
query to be used as subselect.
- validate(PartTree, Parameters<?, ?>) - Static method in class org.springframework.data.relational.repository.query.RelationalQueryCreator
-
Validate parameters for the derived query.
- 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 a
value
to the
VALUES
list.
- value(Expression) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertValues
-
Add a
value
to the
VALUES
list.
- value(Expression) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertValuesWithBuild
-
Add a
value
to the
VALUES
list.
- 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 org.springframework.data.jdbc.core.convert.JdbcColumnTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.InstantToTimestampConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalDateTimeToTimestampConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalDateToTimestampConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalTimeToTimestampConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToInstantConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalDateConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalDateTimeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalTimeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.jdbc.core.dialect.H2TimestampWithTimeZoneToOffsetDateTimeConverter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.jdbc.core.dialect.JdbcArrayColumns.DefaultSupport
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.jdbc.core.dialect.JdbcArrayColumns.Unsupported
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.relational.core.conversion.AggregateChange.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.relational.core.dialect.ArrayColumns.Unsupported
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.relational.core.dialect.LimitClause.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.relational.core.dialect.LockClause.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.relational.core.mapping.Embedded.OnEmpty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.relational.core.query.CriteriaDefinition.Combinator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.relational.core.sql.IdentifierProcessing.LetterCasing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.relational.core.sql.Join.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.springframework.data.relational.core.sql.LockMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.springframework.data.jdbc.core.convert.JdbcColumnTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.InstantToTimestampConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalDateTimeToTimestampConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalDateToTimestampConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.LocalTimeToTimestampConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToInstantConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalDateConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalDateTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.jdbc.core.convert.Jsr310TimestampBasedConverters.TimestampToLocalTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.jdbc.core.dialect.H2TimestampWithTimeZoneToOffsetDateTimeConverter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.jdbc.core.dialect.JdbcArrayColumns.DefaultSupport
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.jdbc.core.dialect.JdbcArrayColumns.Unsupported
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.relational.core.conversion.AggregateChange.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.relational.core.dialect.ArrayColumns.Unsupported
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.relational.core.dialect.LimitClause.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.relational.core.dialect.LockClause.Position
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.relational.core.mapping.Embedded.OnEmpty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.relational.core.query.CriteriaDefinition.Combinator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.relational.core.query.CriteriaDefinition.Comparator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.relational.core.sql.IdentifierProcessing.LetterCasing
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values(Expression...) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertIntoColumnsAndValuesWithBuild
-
Add one or more
values
to the
VALUES
list.
- values(Collection<? extends Expression>) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertIntoColumnsAndValuesWithBuild
-
Add one or more
values
to the
VALUES
list.
- values(Expression...) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertValues
-
Add one or more
values
to the
VALUES
list.
- values(Collection<? extends Expression>) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertValues
-
Add one or more
values
to the
VALUES
list.
- values(Expression...) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertValuesWithBuild
-
Add one or more
values
to the
VALUES
list.
- values(Collection<? extends Expression>) - Method in interface org.springframework.data.relational.core.sql.InsertBuilder.InsertValuesWithBuild
-
Add one or more
values
to the
VALUES
list.
- values() - Static method in enum org.springframework.data.relational.core.sql.Join.JoinType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.springframework.data.relational.core.sql.LockMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Values - Class in org.springframework.data.relational.core.sql
-
VALUES
clause.
- 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 a
Visitor
.
- Visitor - Interface in org.springframework.data.relational.core.sql
-