public class HelloJaxRSRepository extends Object implements HelloRepository
| Constructor and Description |
|---|
HelloJaxRSRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAll()
Deletes all entities.
|
Hellos |
findAll()
Finds all entities.
|
Collection<? extends HelloEntity> |
findByHelloObjectMessage(String message)
find entities corrsponding to message.
|
<S extends HelloEntity> |
save(S entity)
Save an entity.
|
public final Collection<? extends HelloEntity> findByHelloObjectMessage(String message)
findByHelloObjectMessage in interface HelloRepositorymessage - the messagepublic final <S extends HelloEntity> S save(S entity)
save in interface HelloRepositoryentity - the entity to savepublic final Hellos findAll()
findAll in interface HelloRepositorypublic void deleteAll()
deleteAll in interface HelloRepositoryCopyright © 2013–2015 Osgiliath. All rights reserved.