JavaScript is disabled on your browser.
Skip navigation links
Spring Data Core
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.springframework.data.util.Lock
Packages that use
Lock
Package
Description
org.springframework.data.util
Core utility APIs such as a type information framework to resolve generic types.
Uses of
Lock
in
org.springframework.data.util
Methods in
org.springframework.data.util
that return
Lock
Modifier and Type
Method
Description
static
Lock
Lock.
of
(
Lock
delegate)
Create a new
Lock
adapter for the given
delegate
.
Lock
ReadWriteLock.
readLock
()
Returns the lock used for reading.
Lock
ReadWriteLock.
writeLock
()
Returns the lock used for reading.