Package | Description |
---|---|
io.github.jhipster.sample.domain |
JPA domain objects.
|
io.github.jhipster.sample.service |
Service layer beans.
|
io.github.jhipster.sample.service.impl | |
io.github.jhipster.sample.web.rest |
Spring MVC REST controllers.
|
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<EntityWithServiceImpl,java.lang.String> |
EntityWithServiceImpl_.clara |
static javax.persistence.metamodel.SingularAttribute<EntityWithServiceImpl,java.lang.Long> |
EntityWithServiceImpl_.id |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImpl |
EntityWithServiceImpl.clara(java.lang.String clara) |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImpl |
EntityWithServiceImplService.findOne(java.lang.Long id)
Get the "id" entityWithServiceImpl.
|
EntityWithServiceImpl |
EntityWithServiceImplService.save(EntityWithServiceImpl entityWithServiceImpl)
Save a entityWithServiceImpl.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceImpl> |
EntityWithServiceImplService.findAll()
Get all the entityWithServiceImpls.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImpl |
EntityWithServiceImplService.save(EntityWithServiceImpl entityWithServiceImpl)
Save a entityWithServiceImpl.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImpl |
EntityWithServiceImplServiceImpl.findOne(java.lang.Long id)
Get one entityWithServiceImpl by id.
|
EntityWithServiceImpl |
EntityWithServiceImplServiceImpl.save(EntityWithServiceImpl entityWithServiceImpl)
Save a entityWithServiceImpl.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceImpl> |
EntityWithServiceImplServiceImpl.findAll()
Get all the entityWithServiceImpls.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImpl |
EntityWithServiceImplServiceImpl.save(EntityWithServiceImpl entityWithServiceImpl)
Save a entityWithServiceImpl.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceImpl> |
EntityWithServiceImplResource.createEntityWithServiceImpl(EntityWithServiceImpl entityWithServiceImpl)
POST /entity-with-service-impls : Create a new entityWithServiceImpl.
|
java.util.List<EntityWithServiceImpl> |
EntityWithServiceImplResource.getAllEntityWithServiceImpls()
GET /entity-with-service-impls : get all the entityWithServiceImpls.
|
org.springframework.http.ResponseEntity<EntityWithServiceImpl> |
EntityWithServiceImplResource.getEntityWithServiceImpl(java.lang.Long id)
GET /entity-with-service-impls/:id : get the "id" entityWithServiceImpl.
|
org.springframework.http.ResponseEntity<EntityWithServiceImpl> |
EntityWithServiceImplResource.updateEntityWithServiceImpl(EntityWithServiceImpl entityWithServiceImpl)
PUT /entity-with-service-impls : Updates an existing entityWithServiceImpl.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceImpl> |
EntityWithServiceImplResource.createEntityWithServiceImpl(EntityWithServiceImpl entityWithServiceImpl)
POST /entity-with-service-impls : Create a new entityWithServiceImpl.
|
org.springframework.http.ResponseEntity<EntityWithServiceImpl> |
EntityWithServiceImplResource.updateEntityWithServiceImpl(EntityWithServiceImpl entityWithServiceImpl)
PUT /entity-with-service-impls : Updates an existing entityWithServiceImpl.
|
Copyright © 2017 Osgiliath. All rights reserved.