public interface EntityWithServiceImplService
Modifier and Type | Method and Description |
---|---|
void |
delete(java.lang.Long id)
Delete the "id" entityWithServiceImpl.
|
java.util.List<EntityWithServiceImpl> |
findAll()
Get all the entityWithServiceImpls.
|
EntityWithServiceImpl |
findOne(java.lang.Long id)
Get the "id" entityWithServiceImpl.
|
EntityWithServiceImpl |
save(EntityWithServiceImpl entityWithServiceImpl)
Save a entityWithServiceImpl.
|
EntityWithServiceImpl save(EntityWithServiceImpl entityWithServiceImpl)
entityWithServiceImpl
- the entity to savejava.util.List<EntityWithServiceImpl> findAll()
EntityWithServiceImpl findOne(java.lang.Long id)
id
- the id of the entityvoid delete(java.lang.Long id)
id
- the id of the entityCopyright © 2017 Osgiliath. All rights reserved.