Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • de.alpharogroup.resource.system.factory.ResourceSystemFactory (implements java.io.Serializable)
    • de.alpharogroup.db.entity.base.UniqueableEntity<PK> (implements de.alpharogroup.db.entity.identifiable.Identifiable<PK>)
      • de.alpharogroup.db.entity.uniqueable.UUIDEntity
        • de.alpharogroup.resource.system.jpa.entities.Resources (implements java.lang.Cloneable)

Interface Hierarchy

  • org.springframework.data.repository.query.QueryByExampleExecutor<T>
    • org.springframework.data.jpa.repository.JpaRepository<T,​ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,​ID>)
  • org.springframework.data.repository.Repository<T,​ID>
    • org.springframework.data.repository.CrudRepository<T,​ID>
      • org.springframework.data.repository.PagingAndSortingRepository<T,​ID>
        • org.springframework.data.jpa.repository.JpaRepository<T,​ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)