java.util.List<Connection> |
ConnectionRepository.findByAtomURI(java.net.URI URI) |
java.util.List<Connection> |
ConnectionRepository.findByAtomURIAndNotState(java.net.URI atomURI,
ConnectionState connectionState) |
java.util.List<Connection> |
ConnectionRepository.findByAtomURIAndNotStateForUpdate(java.net.URI atomURI,
ConnectionState connectionState) |
java.util.List<Connection> |
ConnectionRepository.findByAtomURIAndSocketURIAndNotState(java.net.URI atomURI,
java.net.URI socketURI,
ConnectionState connectionState) |
java.util.List<Connection> |
ConnectionRepository.findByAtomURIAndSocketURIAndNotStateForUpdate(java.net.URI atomURI,
java.net.URI socketURI,
ConnectionState connectionState) |
java.util.List<Connection> |
ConnectionRepository.findByAtomURIAndState(java.net.URI atomURI,
ConnectionState connectionState) |
java.util.List<Connection> |
ConnectionRepository.findByAtomURIAndStateAndTypeURI(java.net.URI atomURI,
ConnectionState connectionState,
java.net.URI socketType) |
java.util.List<Connection> |
ConnectionRepository.findByAtomURIAndTypeURI(java.net.URI atomURI,
java.net.URI socketType) |
java.util.List<Connection> |
ConnectionRepository.findByConnectionURI(java.net.URI URI) |
java.util.List<Connection> |
ConnectionRepository.findBySocketURIAndState(java.net.URI socketURI,
ConnectionState connectionState) |
java.util.List<Connection> |
ConnectionRepository.findModifiedConnectionsAfter(java.util.Date modifiedAfter) |
java.util.Optional<Connection> |
ConnectionRepository.findOneByAtomURIAndTargetAtomURIAndSocketURIAndNullTargetSocketForUpdate(java.net.URI atomURI,
java.net.URI targetAtomURI,
java.net.URI socketUri) |
java.util.Optional<Connection> |
ConnectionRepository.findOneByAtomURIAndTargetAtomURIAndSocketURIAndTargetSocketURIForUpdate(java.net.URI atomURI,
java.net.URI targetAtomURI,
java.net.URI socketUri,
java.net.URI targetSocketURI) |
java.util.Optional<Connection> |
ConnectionRepository.findOneByConnectionURI(java.net.URI URI) |
java.util.Optional<Connection> |
ConnectionRepository.findOneByConnectionURIForUpdate(java.net.URI uri) |
java.util.Optional<Connection> |
ConnectionRepository.findOneBySocketURIAndTargetSocketURI(java.net.URI socketURI,
java.net.URI remoteSocketURI) |
java.util.Optional<Connection> |
ConnectionRepository.findOneBySocketURIAndTargetSocketURIForUpdate(java.net.URI socketURI,
java.net.URI targetSocketURI) |
java.util.List<Connection> |
ConnectionRepository.getAllConnections() |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsAfterByActivityDate(java.util.Date resumeEventDate,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsAfterByActivityDate(java.net.URI atomURI,
java.util.Date resumeEventDate,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsAfterByActivityDate(java.net.URI atomURI,
java.util.Date resumeEventDate,
WonMessageType messageType,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsBeforeByActivityDate(java.util.Date resumeEventDate,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsBeforeByActivityDate(java.net.URI atomURI,
java.util.Date resumeEventDate,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsBeforeByActivityDate(java.net.URI atomURI,
java.util.Date resumeEventDate,
WonMessageType messageType,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsByActivityDate(java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsByActivityDate(org.springframework.data.domain.Pageable pageable)
Obtains connectionURIs grouped by the connectionURI itself and with message
properties attached.
|
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsByActivityDate(java.net.URI atomURI,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsByActivityDate(java.net.URI atomURI,
org.springframework.data.domain.Pageable pageable)
Obtains connections of the provided Atom grouped by the connectionURI itself
and with message properties attached.
|
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsByActivityDate(java.net.URI atomURI,
WonMessageType messageType,
java.util.Date referenceDate,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Slice<Connection> |
ConnectionRepository.getConnectionsByActivityDate(java.net.URI atomURI,
WonMessageType messageType,
org.springframework.data.domain.Pageable pageable) |