Uses of Class
com.eoscode.springapitools.service.exceptions.EntityNotFoundException
-
Packages that use EntityNotFoundException Package Description com.eoscode.springapitools.resource.exception com.eoscode.springapitools.service -
-
Uses of EntityNotFoundException in com.eoscode.springapitools.resource.exception
Methods in com.eoscode.springapitools.resource.exception with parameters of type EntityNotFoundException Modifier and Type Method Description org.springframework.http.ResponseEntity<StandardError>BaseResourceExceptionHandler. objectNotFound(EntityNotFoundException e, javax.servlet.http.HttpServletRequest request) -
Uses of EntityNotFoundException in com.eoscode.springapitools.service
Methods in com.eoscode.springapitools.service that throw EntityNotFoundException Modifier and Type Method Description EntityAbstractService. findById(ID id)EntityAbstractService. findDetailById(ID id)EntityAbstractService. update(Entity entity)
-