Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- com.proyecto.jpa.entity.Category (implements java.io.Serializable)
- com.proyecto.jpa.controller.CategoryController
- com.proyecto.jpa.service.CategoryService
- com.proyecto.jpa.entity.Customer (implements java.io.Serializable)
- com.proyecto.jpa.controller.CustomerController
- com.proyecto.jpa.service.CustomerService
- com.proyecto.jpa.config.DatabaseConfig
- com.proyecto.jpa.entity.Order (implements java.io.Serializable)
- com.proyecto.jpa.controller.OrderController
- com.proyecto.jpa.entity.OrderItem (implements java.io.Serializable)
- com.proyecto.jpa.controller.OrderItemController
- com.proyecto.jpa.service.OrderItemService
- com.proyecto.jpa.service.OrderService
- com.proyecto.jpa.PrimeraEntregaJpaApplication
- com.proyecto.jpa.entity.Product (implements java.io.Serializable)
- com.proyecto.jpa.controller.ProductController
- com.proyecto.jpa.service.ProductService
Interface Hierarchy
- 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.proyecto.jpa.repository.CategoryRepository
- com.proyecto.jpa.repository.CustomerRepository
- com.proyecto.jpa.repository.OrderItemRepository
- com.proyecto.jpa.repository.OrderRepository
- com.proyecto.jpa.repository.ProductRepository
- 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.proyecto.jpa.repository.CategoryRepository
- com.proyecto.jpa.repository.CustomerRepository
- com.proyecto.jpa.repository.OrderItemRepository
- com.proyecto.jpa.repository.OrderRepository
- com.proyecto.jpa.repository.ProductRepository
- 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.proyecto.jpa.repository.CategoryRepository
- com.proyecto.jpa.repository.CustomerRepository
- com.proyecto.jpa.repository.OrderItemRepository
- com.proyecto.jpa.repository.OrderRepository
- com.proyecto.jpa.repository.ProductRepository
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.proyecto.jpa.entity.Customer.CustomerStatus
- com.proyecto.jpa.entity.Order.OrderStatus
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)