| Package | Description |
|---|---|
| net.osgiliath.jaxrs.repository | |
| net.osgiliath.jaxrs.repository.impl |
| Modifier and Type | Method and Description |
|---|---|
<S extends HelloEntity> |
HelloRepository.save(S entity)
Save an entity.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends HelloEntity> |
HelloRepository.findByHelloObjectMessage(String message)
find entities that contains the corresponding to message.
|
| Modifier and Type | Method and Description |
|---|---|
<S extends HelloEntity> |
HelloJaxRSRepository.save(S entity)
Save an entity.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends HelloEntity> |
HelloJaxRSRepository.findByHelloObjectMessage(String message)
find entities corrsponding to message.
|
Copyright © 2013–2015 Osgiliath. All rights reserved.