Class Hierarchy

Interface Hierarchy

  • de.frachtwerk.essencium.storage.generic.provider.local.AbstractLocalStorageInfo<F,ID,S>
  • de.frachtwerk.essencium.storage.generic.provider.s3.AbstractS3StorageInfo<F,ID,S>
  • de.frachtwerk.essencium.storage.generic.service.FileService<F,ID,S>
  • org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
    • de.frachtwerk.essencium.backend.repository.BaseRepository<T,ID> (also extends org.springframework.data.jpa.repository.JpaRepository<T,ID>)
  • 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>)
      • de.frachtwerk.essencium.backend.repository.BaseRepository<T,ID> (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<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>)
          • de.frachtwerk.essencium.backend.repository.BaseRepository<T,ID> (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<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>)
          • de.frachtwerk.essencium.backend.repository.BaseRepository<T,ID> (also extends org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>)
  • de.frachtwerk.essencium.storage.generic.model.StorageInfoVisitor<T,F,ID,S>
  • de.frachtwerk.essencium.storage.generic.service.StorageService<F,ID,S>

Enum Class Hierarchy