Uses of Enum Class
org.springframework.data.relational.core.sql.LockMode
Packages that use LockMode
Package
Description
JDBC-specific conversion classes.
Query derivation mechanism for JDBC specific repositories.
Core domain types around DatabaseClient.
Statement Builder implementation.
-
Uses of LockMode in org.springframework.data.jdbc.core.convert
Methods in org.springframework.data.jdbc.core.convert with parameters of type LockModeModifier and TypeMethodDescription<T> voidCascadingDataAccessStrategy.acquireLockAll(LockMode lockMode, Class<T> domainType) <T> voidDataAccessStrategy.acquireLockAll(LockMode lockMode, Class<T> domainType) Acquire a lock on all aggregates of the given domain type.<T> voidDefaultDataAccessStrategy.acquireLockAll(LockMode lockMode, Class<T> domainType) <T> voidDelegatingDataAccessStrategy.acquireLockAll(LockMode lockMode, Class<T> domainType) <T> voidCascadingDataAccessStrategy.acquireLockById(Object id, LockMode lockMode, Class<T> domainType) <T> voidDataAccessStrategy.acquireLockById(Object id, LockMode lockMode, Class<T> domainType) Acquire a lock on the aggregate specified by id.<T> voidDefaultDataAccessStrategy.acquireLockById(Object id, LockMode lockMode, Class<T> domainType) <T> voidDelegatingDataAccessStrategy.acquireLockById(Object id, LockMode lockMode, Class<T> domainType) -
Uses of LockMode in org.springframework.data.jdbc.mybatis
Methods in org.springframework.data.jdbc.mybatis with parameters of type LockModeModifier and TypeMethodDescription<T> voidMyBatisDataAccessStrategy.acquireLockAll(LockMode lockMode, Class<T> domainType) <T> voidMyBatisDataAccessStrategy.acquireLockById(Object id, LockMode lockMode, Class<T> domainType) -
Uses of LockMode in org.springframework.data.jdbc.repository.query
Methods in org.springframework.data.jdbc.repository.query with parameters of type LockModeModifier and TypeMethodDescription -
Uses of LockMode in org.springframework.data.r2dbc.core
Methods in org.springframework.data.r2dbc.core that return LockModeModifier and TypeMethodDescription@Nullable LockModeStatementMapper.SelectSpec.getLock()The used lockmodeMethods in org.springframework.data.r2dbc.core with parameters of type LockModeModifier and TypeMethodDescriptionAssociate a lock mode with the select and create a newStatementMapper.SelectSpec.Constructors in org.springframework.data.r2dbc.core with parameters of type LockModeModifierConstructorDescriptionprotectedSelectSpec(Table table, List<String> projectedFields, List<Expression> selectList, @Nullable CriteriaDefinition criteria, Sort sort, int limit, long offset, boolean distinct, @Nullable LockMode lockMode) -
Uses of LockMode in org.springframework.data.relational.core.sql
Methods in org.springframework.data.relational.core.sql that return LockModeModifier and TypeMethodDescriptionLockOptions.getLockMode()@Nullable LockModeSelect.getLockMode()static LockModeReturns the enum constant of this class with the specified name.static LockMode[]LockMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.relational.core.sql with parameters of type LockModeModifier and TypeMethodDescriptionApply lock to read.Constructors in org.springframework.data.relational.core.sql with parameters of type LockMode