Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<TListAction,TFindAction,TCreateAction,TUpdateAction,TDeleteAction>
- ch.puzzle.libpuzzle.demo.springboot.common.ApiActions<TEntity>
- ch.puzzle.libpuzzle.demo.springboot.DemoApplication
- ch.puzzle.libpuzzle.demo.springboot.hero.Hero
- ch.puzzle.libpuzzle.demo.springboot.hero.HeroConfig
- ch.puzzle.libpuzzle.demo.springboot.hero.HeroController
- ch.puzzle.libpuzzle.demo.springboot.hero.HeroDto
- ch.puzzle.libpuzzle.demo.springboot.RestConfiguration
- ch.puzzle.libpuzzle.springframework.boot.rest.CrudActions<TListAction,TFindAction,TCreateAction,TUpdateAction,TDeleteAction>
Interface Hierarchy
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>
- ch.puzzle.libpuzzle.demo.springboot.hero.HeroRepository
- org.springframework.data.repository.CrudRepository<T,ID>