Uses of Enum Class
org.springframework.data.relational.core.sql.LockMode
Packages that use LockMode
Package
Description
JDBC-specific conversion classes.
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.r2dbc.core
Methods in org.springframework.data.r2dbc.core that return 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, CriteriaDefinition criteria, org.springframework.data.domain.Sort sort, int limit, long offset, boolean distinct, 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()Select.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