| Package | Description |
|---|---|
| net.osgiliath.messaging.repository | |
| net.osgiliath.messaging.repository.impl |
| Modifier and Type | Method and Description |
|---|---|
<S extends HelloEntity> |
HelloRepository.save(S entity)
Entity persistence.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends HelloEntity> |
HelloRepository.findByHelloObjectMessage(String message)
finds entity by message.
|
| Modifier and Type | Method and Description |
|---|---|
<S extends HelloEntity> |
HelloJMSRepository.save(S entity)
Consumer method for instance save.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends HelloEntity> |
HelloJMSRepository.findByHelloObjectMessage(String message)
finds entities by message.
|
Copyright © 2013–2015 Osgiliath. All rights reserved.