| Package | Description |
|---|---|
| de.adorysys.lockpersistence.mongo.mapper | |
| de.adorysys.lockpersistence.mongo.repository |
| Modifier and Type | Method and Description |
|---|---|
LockEntity |
LockEntityMapper.mapToEntity(Lock lock) |
| Modifier and Type | Method and Description |
|---|---|
Lock |
LockEntityMapper.mapFromEntity(LockEntity entity) |
void |
LockEntityMapper.mapIntoEntity(Lock lock,
LockEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Lock> |
LockEntityMapper.mapFromEntities(Iterable<LockEntity> entities) |
| Modifier and Type | Method and Description |
|---|---|
LockEntity |
MongoLockRepository.findByName(String name) |
LockEntity |
MongoLockRepository.findByNameAndValue(String name,
String value) |
Copyright © 2018. All rights reserved.