Package Hierarchies:
Class Hierarchy
- java.lang.Object
- com.needleandstitch.pavuk.model.Category
- com.needleandstitch.pavuk.data.CategorySeeder (implements org.springframework.boot.CommandLineRunner)
- com.needleandstitch.pavuk.model.ClothingItem
- com.needleandstitch.pavuk.controller.ClothingItemController
- com.needleandstitch.pavuk.model.ClothingItemPart
- com.needleandstitch.pavuk.data.ClothingItemSeeder (implements org.springframework.boot.CommandLineRunner)
- com.needleandstitch.pavuk.service.ClothingItemService
- com.needleandstitch.pavuk.model.Color
- com.needleandstitch.pavuk.data.ColorSeeder (implements org.springframework.boot.CommandLineRunner)
- com.needleandstitch.pavuk.model.Customer
- com.needleandstitch.pavuk.data.CustomerSeeder (implements org.springframework.boot.CommandLineRunner)
- com.needleandstitch.pavuk.model.Fabric
- com.needleandstitch.pavuk.data.FabricSeeder (implements org.springframework.boot.CommandLineRunner)
- org.springframework.web.filter.GenericFilterBean (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.context.EnvironmentAware, org.springframework.core.env.EnvironmentCapable, jakarta.servlet.Filter, org.springframework.beans.factory.InitializingBean, org.springframework.web.context.ServletContextAware)
- org.springframework.web.filter.OncePerRequestFilter
- com.needleandstitch.pavuk.model.Image
- com.needleandstitch.pavuk.data.ImageSeeder (implements org.springframework.boot.CommandLineRunner)
- com.needleandstitch.pavuk.security.JwtUtil
- com.needleandstitch.pavuk.model.Order
- com.needleandstitch.pavuk.data.OrderSeeder (implements org.springframework.boot.CommandLineRunner)
- com.needleandstitch.pavuk.PavukApplication
- com.needleandstitch.pavuk.model.PostService
- com.needleandstitch.pavuk.data.PostServiceSeeder (implements org.springframework.boot.CommandLineRunner)
- com.needleandstitch.pavuk.model.Role
- com.needleandstitch.pavuk.controller.RoleController
- com.needleandstitch.pavuk.data.RoleSeeder (implements org.springframework.boot.CommandLineRunner)
- com.needleandstitch.pavuk.service.RoleService
- com.needleandstitch.pavuk.config.SecurityConfig
- com.needleandstitch.pavuk.model.ShippingInfo
- com.needleandstitch.pavuk.data.ShippingInfoSeeder (implements org.springframework.boot.CommandLineRunner)
- com.needleandstitch.pavuk.model.Tailor
- com.needleandstitch.pavuk.controller.TailorController
- com.needleandstitch.pavuk.data.TailorSeeder (implements org.springframework.boot.CommandLineRunner)
- com.needleandstitch.pavuk.model.User
- com.needleandstitch.pavuk.controller.UserController
- com.needleandstitch.pavuk.data.UserSeeder (implements org.springframework.boot.CommandLineRunner)
- com.needleandstitch.pavuk.service.UserService
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>)
- 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>)
- 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>)