Hierarchy For All Packages
- com.tfg.crud.GestorBiblioteca,
- com.tfg.crud.GestorBiblioteca.config,
- com.tfg.crud.GestorBiblioteca.controller,
- com.tfg.crud.GestorBiblioteca.dto,
- com.tfg.crud.GestorBiblioteca.entity,
- com.tfg.crud.GestorBiblioteca.repository,
- com.tfg.crud.GestorBiblioteca.rest,
- com.tfg.crud.GestorBiblioteca.service,
- com.tfg.crud.GestorBiblioteca.validation
Class Hierarchy
- java.lang.Object
- com.tfg.crud.GestorBiblioteca.entity.Ejemplar
- com.tfg.crud.GestorBiblioteca.controller.ejemplarController
- com.tfg.crud.GestorBiblioteca.service.EjemplarServiceImp (implements com.tfg.crud.GestorBiblioteca.service.EjemplarService)
- com.tfg.crud.GestorBiblioteca.GestorBibliotecaApplication
- com.tfg.crud.GestorBiblioteca.controller.inicioController
- com.tfg.crud.GestorBiblioteca.dto.InicioDTO
- com.tfg.crud.GestorBiblioteca.rest.InicioRestController
- com.tfg.crud.GestorBiblioteca.service.InicioService
- com.tfg.crud.GestorBiblioteca.validation.ISBNValidator (implements jakarta.validation.ConstraintValidator<A,
T>) - com.tfg.crud.GestorBiblioteca.entity.Libro
- com.tfg.crud.GestorBiblioteca.service.LibroServiceImp (implements com.tfg.crud.GestorBiblioteca.service.LibroService)
- com.tfg.crud.GestorBiblioteca.controller.loginController
- com.tfg.crud.GestorBiblioteca.controller.mtoLibrosController
- com.tfg.crud.GestorBiblioteca.controller.mtoPrestamoController
- com.tfg.crud.GestorBiblioteca.controller.mtoUsuarioController
- com.tfg.crud.GestorBiblioteca.entity.Prestamo
- com.tfg.crud.GestorBiblioteca.dto.PrestamoDTO
- com.tfg.crud.GestorBiblioteca.service.PrestamoServiceImp (implements com.tfg.crud.GestorBiblioteca.service.PrestamoService)
- com.tfg.crud.GestorBiblioteca.config.SecurityConfiguration
- com.tfg.crud.GestorBiblioteca.service.UserDetailsServiceImp (implements org.springframework.security.core.userdetails.UserDetailsService)
- com.tfg.crud.GestorBiblioteca.entity.Usuario
- com.tfg.crud.GestorBiblioteca.dto.UsuarioDTO
- com.tfg.crud.GestorBiblioteca.service.UsuarioServiceImp (implements com.tfg.crud.GestorBiblioteca.service.UsuarioService)
Interface Hierarchy
- com.tfg.crud.GestorBiblioteca.service.EjemplarService
- com.tfg.crud.GestorBiblioteca.service.LibroService
- com.tfg.crud.GestorBiblioteca.service.PrestamoService
- org.springframework.data.repository.query.QueryByExampleExecutor<T>
- org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListCrudRepository<T, ID>, org.springframework.data.repository.ListPagingAndSortingRepository<T, ID>) - com.tfg.crud.GestorBiblioteca.repository.EjemplarRepository
- com.tfg.crud.GestorBiblioteca.repository.LibroRepository
- com.tfg.crud.GestorBiblioteca.repository.PrestamoRepository
- com.tfg.crud.GestorBiblioteca.repository.UsuarioRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - org.springframework.data.repository.ListCrudRepository<T,
ID> - org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListPagingAndSortingRepository<T, ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>) - com.tfg.crud.GestorBiblioteca.repository.EjemplarRepository
- com.tfg.crud.GestorBiblioteca.repository.LibroRepository
- com.tfg.crud.GestorBiblioteca.repository.PrestamoRepository
- com.tfg.crud.GestorBiblioteca.repository.UsuarioRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListCrudRepository<T,
- org.springframework.data.repository.PagingAndSortingRepository<T,
ID> - org.springframework.data.repository.ListPagingAndSortingRepository<T,
ID> - org.springframework.data.jpa.repository.JpaRepository<T,
ID> (also extends org.springframework.data.repository.ListCrudRepository<T, ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>) - com.tfg.crud.GestorBiblioteca.repository.EjemplarRepository
- com.tfg.crud.GestorBiblioteca.repository.LibroRepository
- com.tfg.crud.GestorBiblioteca.repository.PrestamoRepository
- com.tfg.crud.GestorBiblioteca.repository.UsuarioRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
- com.tfg.crud.GestorBiblioteca.service.UsuarioService
Annotation Interface Hierarchy
- com.tfg.crud.GestorBiblioteca.validation.DNI (implements java.lang.annotation.Annotation)
- com.tfg.crud.GestorBiblioteca.validation.ISBN (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.tfg.crud.GestorBiblioteca.entity.EstadoPrestamo
- com.tfg.crud.GestorBiblioteca.entity.EstadoUsuario
- com.tfg.crud.GestorBiblioteca.entity.Genero
- com.tfg.crud.GestorBiblioteca.entity.Rol
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)