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<EntityWithServiceClass,java.lang.Long> |
EntityWithServiceClass_.id |
static javax.persistence.metamodel.SingularAttribute<EntityWithServiceClass,java.lang.String> |
EntityWithServiceClass_.zoe |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClass |
EntityWithServiceClass.zoe(java.lang.String zoe) |
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClass |
EntityWithServiceClassService.findOne(java.lang.Long id)
Get one entityWithServiceClass by id.
|
EntityWithServiceClass |
EntityWithServiceClassService.save(EntityWithServiceClass entityWithServiceClass)
Save a entityWithServiceClass.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EntityWithServiceClass> |
EntityWithServiceClassService.findAll()
Get all the entityWithServiceClasses.
|
Modifier and Type | Method and Description |
---|---|
EntityWithServiceClass |
EntityWithServiceClassService.save(EntityWithServiceClass entityWithServiceClass)
Save a entityWithServiceClass.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceClass> |
EntityWithServiceClassResource.createEntityWithServiceClass(EntityWithServiceClass entityWithServiceClass)
POST /entity-with-service-classes : Create a new entityWithServiceClass.
|
java.util.List<EntityWithServiceClass> |
EntityWithServiceClassResource.getAllEntityWithServiceClasses()
GET /entity-with-service-classes : get all the entityWithServiceClasses.
|
org.springframework.http.ResponseEntity<EntityWithServiceClass> |
EntityWithServiceClassResource.getEntityWithServiceClass(java.lang.Long id)
GET /entity-with-service-classes/:id : get the "id" entityWithServiceClass.
|
org.springframework.http.ResponseEntity<EntityWithServiceClass> |
EntityWithServiceClassResource.updateEntityWithServiceClass(EntityWithServiceClass entityWithServiceClass)
PUT /entity-with-service-classes : Updates an existing entityWithServiceClass.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<EntityWithServiceClass> |
EntityWithServiceClassResource.createEntityWithServiceClass(EntityWithServiceClass entityWithServiceClass)
POST /entity-with-service-classes : Create a new entityWithServiceClass.
|
org.springframework.http.ResponseEntity<EntityWithServiceClass> |
EntityWithServiceClassResource.updateEntityWithServiceClass(EntityWithServiceClass entityWithServiceClass)
PUT /entity-with-service-classes : Updates an existing entityWithServiceClass.
|
Copyright © 2017 Osgiliath. All rights reserved.