Package | Description |
---|---|
io.github.jhipster.sample.domain |
JPA domain objects.
|
io.github.jhipster.sample.service |
Service layer beans.
|
io.github.jhipster.sample.web.rest |
Spring MVC REST controllers.
|
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<EntityWithServiceClassAndPagination,java.lang.String> |
EntityWithServiceClassAndPagination_.enzo |
static javax.persistence.metamodel.SingularAttribute<EntityWithServiceClassAndPagination,java.lang.Long> |
EntityWithServiceClassAndPagination_.id |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClassAndPagination |
EntityWithServiceClassAndPagination.enzo(java.lang.String enzo) |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClassAndPagination |
EntityWithServiceClassAndPaginationService.findOne(java.lang.Long id)
Get one entityWithServiceClassAndPagination by id.
|
EntityWithServiceClassAndPagination |
EntityWithServiceClassAndPaginationService.save(EntityWithServiceClassAndPagination entityWithServiceClassAndPagination)
Save a entityWithServiceClassAndPagination.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.data.domain.Page<EntityWithServiceClassAndPagination> |
EntityWithServiceClassAndPaginationService.findAll(org.springframework.data.domain.Pageable pageable)
Get all the entityWithServiceClassAndPaginations.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClassAndPagination |
EntityWithServiceClassAndPaginationService.save(EntityWithServiceClassAndPagination entityWithServiceClassAndPagination)
Save a entityWithServiceClassAndPagination.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceClassAndPagination> |
EntityWithServiceClassAndPaginationResource.createEntityWithServiceClassAndPagination(EntityWithServiceClassAndPagination entityWithServiceClassAndPagination)
POST /entity-with-service-class-and-paginations : Create a new entityWithServiceClassAndPagination.
|
org.springframework.http.ResponseEntity<java.util.List<EntityWithServiceClassAndPagination>> |
EntityWithServiceClassAndPaginationResource.getAllEntityWithServiceClassAndPaginations(org.springframework.data.domain.Pageable pageable)
GET /entity-with-service-class-and-paginations : get all the entityWithServiceClassAndPaginations.
|
org.springframework.http.ResponseEntity<EntityWithServiceClassAndPagination> |
EntityWithServiceClassAndPaginationResource.getEntityWithServiceClassAndPagination(java.lang.Long id)
GET /entity-with-service-class-and-paginations/:id : get the "id" entityWithServiceClassAndPagination.
|
org.springframework.http.ResponseEntity<EntityWithServiceClassAndPagination> |
EntityWithServiceClassAndPaginationResource.updateEntityWithServiceClassAndPagination(EntityWithServiceClassAndPagination entityWithServiceClassAndPagination)
PUT /entity-with-service-class-and-paginations : Updates an existing entityWithServiceClassAndPagination.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceClassAndPagination> |
EntityWithServiceClassAndPaginationResource.createEntityWithServiceClassAndPagination(EntityWithServiceClassAndPagination entityWithServiceClassAndPagination)
POST /entity-with-service-class-and-paginations : Create a new entityWithServiceClassAndPagination.
|
org.springframework.http.ResponseEntity<EntityWithServiceClassAndPagination> |
EntityWithServiceClassAndPaginationResource.updateEntityWithServiceClassAndPagination(EntityWithServiceClassAndPagination entityWithServiceClassAndPagination)
PUT /entity-with-service-class-and-paginations : Updates an existing entityWithServiceClassAndPagination.
|
Copyright © 2017 Osgiliath. All rights reserved.