Package | Description |
---|---|
io.github.jhipster.sample.service |
Service layer beans.
|
io.github.jhipster.sample.web.rest |
Spring MVC REST controllers.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FieldTestServiceClassEntity> |
FieldTestServiceClassEntityQueryService.findByCriteria(FieldTestServiceClassEntityCriteria criteria)
Return a
List of FieldTestServiceClassEntity which matches the criteria from the database |
org.springframework.data.domain.Page<FieldTestServiceClassEntity> |
FieldTestServiceClassEntityQueryService.findByCriteria(FieldTestServiceClassEntityCriteria criteria,
org.springframework.data.domain.Pageable page)
Return a
Page of FieldTestServiceClassEntity which matches the criteria from the database |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<java.util.List<FieldTestServiceClassEntity>> |
FieldTestServiceClassEntityResource.getAllFieldTestServiceClassEntities(FieldTestServiceClassEntityCriteria criteria)
GET /field-test-service-class-entities : get all the fieldTestServiceClassEntities.
|
Copyright © 2017 Osgiliath. All rights reserved.