- EMAIL_MIN - Static variable in interface dmv.spring.demo.model.repository.UserRepository
-
Logically, correct email address can't contain less
than 5 characters.
- EntityAlreadyExistsException - Exception in dmv.spring.demo.model.exceptions
-
Describes situations when new entity creation is not possible
because of existence of another one with the same unique fields
- EntityAlreadyExistsException() - Constructor for exception dmv.spring.demo.model.exceptions.EntityAlreadyExistsException
-
- EntityAlreadyExistsException(String, Throwable, boolean, boolean) - Constructor for exception dmv.spring.demo.model.exceptions.EntityAlreadyExistsException
-
- EntityAlreadyExistsException(String, Throwable) - Constructor for exception dmv.spring.demo.model.exceptions.EntityAlreadyExistsException
-
- EntityAlreadyExistsException(String) - Constructor for exception dmv.spring.demo.model.exceptions.EntityAlreadyExistsException
-
- EntityAlreadyExistsException(Throwable) - Constructor for exception dmv.spring.demo.model.exceptions.EntityAlreadyExistsException
-
- EntityDoesNotExistException - Exception in dmv.spring.demo.model.exceptions
-
Describes the situation when update or retrieval or deletion
is not possible because specified entity does not exist in database
- EntityDoesNotExistException() - Constructor for exception dmv.spring.demo.model.exceptions.EntityDoesNotExistException
-
- EntityDoesNotExistException(String, Throwable, boolean, boolean) - Constructor for exception dmv.spring.demo.model.exceptions.EntityDoesNotExistException
-
- EntityDoesNotExistException(String, Throwable) - Constructor for exception dmv.spring.demo.model.exceptions.EntityDoesNotExistException
-
- EntityDoesNotExistException(String) - Constructor for exception dmv.spring.demo.model.exceptions.EntityDoesNotExistException
-
- EntityDoesNotExistException(Throwable) - Constructor for exception dmv.spring.demo.model.exceptions.EntityDoesNotExistException
-
- EntityFields - Interface in dmv.spring.demo.model.entity.sqlfields
-
Common type for Entity SQL Fields names
(they are also known as Column names).
- equals(Object) - Method in class dmv.spring.demo.model.entity.Role
-
- equals(Object) - Method in class dmv.spring.demo.model.entity.User
-
- ErrorInfo - Class in dmv.spring.demo.rest.exceptionhandler
-
Error info collector that could be returned as JSON
- ErrorInfo(String, Exception) - Constructor for class dmv.spring.demo.rest.exceptionhandler.ErrorInfo
-
Create a new object with given details
- ErrorInfo(String, String) - Constructor for class dmv.spring.demo.rest.exceptionhandler.ErrorInfo
-
Create a new object with given details
- ExceptionHandlers - Class in dmv.spring.demo.rest.exceptionhandler
-
Maps various (Persistence Layer, Controllers) Exceptions to HTTP codes.
- ExceptionHandlers() - Constructor for class dmv.spring.demo.rest.exceptionhandler.ExceptionHandlers
-