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<EntityWithServiceImplAndPagination,java.lang.String> |
EntityWithServiceImplAndPagination_.hugo |
static javax.persistence.metamodel.SingularAttribute<EntityWithServiceImplAndPagination,java.lang.Long> |
EntityWithServiceImplAndPagination_.id |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplAndPagination |
EntityWithServiceImplAndPagination.hugo(java.lang.String hugo) |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplAndPagination |
EntityWithServiceImplAndPaginationService.findOne(java.lang.Long id)
Get the "id" entityWithServiceImplAndPagination.
|
EntityWithServiceImplAndPagination |
EntityWithServiceImplAndPaginationService.save(EntityWithServiceImplAndPagination entityWithServiceImplAndPagination)
Save a entityWithServiceImplAndPagination.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<EntityWithServiceImplAndPagination> |
EntityWithServiceImplAndPaginationService.findAll(org.springframework.data.domain.Pageable pageable)
Get all the entityWithServiceImplAndPaginations.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplAndPagination |
EntityWithServiceImplAndPaginationService.save(EntityWithServiceImplAndPagination entityWithServiceImplAndPagination)
Save a entityWithServiceImplAndPagination.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplAndPagination |
EntityWithServiceImplAndPaginationServiceImpl.findOne(java.lang.Long id)
Get one entityWithServiceImplAndPagination by id.
|
EntityWithServiceImplAndPagination |
EntityWithServiceImplAndPaginationServiceImpl.save(EntityWithServiceImplAndPagination entityWithServiceImplAndPagination)
Save a entityWithServiceImplAndPagination.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<EntityWithServiceImplAndPagination> |
EntityWithServiceImplAndPaginationServiceImpl.findAll(org.springframework.data.domain.Pageable pageable)
Get all the entityWithServiceImplAndPaginations.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceImplAndPagination |
EntityWithServiceImplAndPaginationServiceImpl.save(EntityWithServiceImplAndPagination entityWithServiceImplAndPagination)
Save a entityWithServiceImplAndPagination.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceImplAndPagination> |
EntityWithServiceImplAndPaginationResource.createEntityWithServiceImplAndPagination(EntityWithServiceImplAndPagination entityWithServiceImplAndPagination)
POST /entity-with-service-impl-and-paginations : Create a new entityWithServiceImplAndPagination.
|
org.springframework.http.ResponseEntity<java.util.List<EntityWithServiceImplAndPagination>> |
EntityWithServiceImplAndPaginationResource.getAllEntityWithServiceImplAndPaginations(org.springframework.data.domain.Pageable pageable)
GET /entity-with-service-impl-and-paginations : get all the entityWithServiceImplAndPaginations.
|
org.springframework.http.ResponseEntity<EntityWithServiceImplAndPagination> |
EntityWithServiceImplAndPaginationResource.getEntityWithServiceImplAndPagination(java.lang.Long id)
GET /entity-with-service-impl-and-paginations/:id : get the "id" entityWithServiceImplAndPagination.
|
org.springframework.http.ResponseEntity<EntityWithServiceImplAndPagination> |
EntityWithServiceImplAndPaginationResource.updateEntityWithServiceImplAndPagination(EntityWithServiceImplAndPagination entityWithServiceImplAndPagination)
PUT /entity-with-service-impl-and-paginations : Updates an existing entityWithServiceImplAndPagination.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceImplAndPagination> |
EntityWithServiceImplAndPaginationResource.createEntityWithServiceImplAndPagination(EntityWithServiceImplAndPagination entityWithServiceImplAndPagination)
POST /entity-with-service-impl-and-paginations : Create a new entityWithServiceImplAndPagination.
|
org.springframework.http.ResponseEntity<EntityWithServiceImplAndPagination> |
EntityWithServiceImplAndPaginationResource.updateEntityWithServiceImplAndPagination(EntityWithServiceImplAndPagination entityWithServiceImplAndPagination)
PUT /entity-with-service-impl-and-paginations : Updates an existing entityWithServiceImplAndPagination.
|
Copyright © 2017 Osgiliath. All rights reserved.