Class Hierarchy
- java.lang.Object
- hu.rts.mike.example.dev.crm.repository.AuthInfoRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.AuthInfoRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.BudgetRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.BudgetRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.CommunicationChannelRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.CommunicationChannelRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.CompanySizeRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.CompanySizeRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.ContactRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.ContactRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.DiscountRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.DiscountRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.EventRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.EventRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.LeadRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.LeadRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.MarketingChannelRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.MarketingChannelRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.PartnerRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.PartnerRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.ProductRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.ProductRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.RoleRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.RoleRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.VendorRepositoryImpl (implements hu.rts.mike.example.dev.crm.repository.VendorRepositoryCustom)
Interface Hierarchy
- hu.rts.mike.example.dev.crm.repository.AuthInfoRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.AuthInfoRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- hu.rts.mike.example.dev.crm.repository.AuthInfoRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
- hu.rts.mike.example.dev.crm.repository.BudgetRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.BudgetRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- hu.rts.mike.example.dev.crm.repository.BudgetRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
- hu.rts.mike.example.dev.crm.repository.CommunicationChannelRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.CommunicationChannelRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- hu.rts.mike.example.dev.crm.repository.CommunicationChannelRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
- hu.rts.mike.example.dev.crm.repository.CompanySizeRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.CompanySizeRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- hu.rts.mike.example.dev.crm.repository.CompanySizeRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
- hu.rts.mike.example.dev.crm.repository.ContactRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.ContactRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- hu.rts.mike.example.dev.crm.repository.ContactRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
- hu.rts.mike.example.dev.crm.repository.DiscountRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.DiscountRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- hu.rts.mike.example.dev.crm.repository.DiscountRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
- hu.rts.mike.example.dev.crm.repository.EventRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.EventRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- hu.rts.mike.example.dev.crm.repository.EventRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
- hu.rts.mike.example.dev.crm.repository.LeadRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.LeadRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- hu.rts.mike.example.dev.crm.repository.LeadRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
- hu.rts.mike.example.dev.crm.repository.MarketingChannelRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.MarketingChannelRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- hu.rts.mike.example.dev.crm.repository.MarketingChannelRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
- hu.rts.mike.example.dev.crm.repository.PartnerRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.PartnerRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- hu.rts.mike.example.dev.crm.repository.PartnerRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
- hu.rts.mike.example.dev.crm.repository.ProductRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.ProductRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- hu.rts.mike.example.dev.crm.repository.ProductRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
- 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>) - hu.rts.mike.example.dev.crm.repository.AuthInfoRepository (also extends hu.rts.mike.example.dev.crm.repository.AuthInfoRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.BudgetRepository (also extends hu.rts.mike.example.dev.crm.repository.BudgetRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.CommunicationChannelRepository (also extends hu.rts.mike.example.dev.crm.repository.CommunicationChannelRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.CompanySizeRepository (also extends hu.rts.mike.example.dev.crm.repository.CompanySizeRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.ContactRepository (also extends hu.rts.mike.example.dev.crm.repository.ContactRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.DiscountRepository (also extends hu.rts.mike.example.dev.crm.repository.DiscountRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.EventRepository (also extends hu.rts.mike.example.dev.crm.repository.EventRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.LeadRepository (also extends hu.rts.mike.example.dev.crm.repository.LeadRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.MarketingChannelRepository (also extends hu.rts.mike.example.dev.crm.repository.MarketingChannelRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.PartnerRepository (also extends hu.rts.mike.example.dev.crm.repository.PartnerRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.PasswordChangeRepository
- hu.rts.mike.example.dev.crm.repository.ProductRepository (also extends hu.rts.mike.example.dev.crm.repository.ProductRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.RoleRepository (also extends hu.rts.mike.example.dev.crm.repository.RoleRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.UserInfoRepository
- hu.rts.mike.example.dev.crm.repository.VendorRepository (also extends hu.rts.mike.example.dev.crm.repository.VendorRepositoryCustom)
- 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>) - hu.rts.mike.example.dev.crm.repository.AuthInfoRepository (also extends hu.rts.mike.example.dev.crm.repository.AuthInfoRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.BudgetRepository (also extends hu.rts.mike.example.dev.crm.repository.BudgetRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.CommunicationChannelRepository (also extends hu.rts.mike.example.dev.crm.repository.CommunicationChannelRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.CompanySizeRepository (also extends hu.rts.mike.example.dev.crm.repository.CompanySizeRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.ContactRepository (also extends hu.rts.mike.example.dev.crm.repository.ContactRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.DiscountRepository (also extends hu.rts.mike.example.dev.crm.repository.DiscountRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.EventRepository (also extends hu.rts.mike.example.dev.crm.repository.EventRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.LeadRepository (also extends hu.rts.mike.example.dev.crm.repository.LeadRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.MarketingChannelRepository (also extends hu.rts.mike.example.dev.crm.repository.MarketingChannelRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.PartnerRepository (also extends hu.rts.mike.example.dev.crm.repository.PartnerRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.PasswordChangeRepository
- hu.rts.mike.example.dev.crm.repository.ProductRepository (also extends hu.rts.mike.example.dev.crm.repository.ProductRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.RoleRepository (also extends hu.rts.mike.example.dev.crm.repository.RoleRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.UserInfoRepository
- hu.rts.mike.example.dev.crm.repository.VendorRepository (also extends hu.rts.mike.example.dev.crm.repository.VendorRepositoryCustom)
- 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>) - hu.rts.mike.example.dev.crm.repository.AuthInfoRepository (also extends hu.rts.mike.example.dev.crm.repository.AuthInfoRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.BudgetRepository (also extends hu.rts.mike.example.dev.crm.repository.BudgetRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.CommunicationChannelRepository (also extends hu.rts.mike.example.dev.crm.repository.CommunicationChannelRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.CompanySizeRepository (also extends hu.rts.mike.example.dev.crm.repository.CompanySizeRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.ContactRepository (also extends hu.rts.mike.example.dev.crm.repository.ContactRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.DiscountRepository (also extends hu.rts.mike.example.dev.crm.repository.DiscountRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.EventRepository (also extends hu.rts.mike.example.dev.crm.repository.EventRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.LeadRepository (also extends hu.rts.mike.example.dev.crm.repository.LeadRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.MarketingChannelRepository (also extends hu.rts.mike.example.dev.crm.repository.MarketingChannelRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.PartnerRepository (also extends hu.rts.mike.example.dev.crm.repository.PartnerRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.PasswordChangeRepository
- hu.rts.mike.example.dev.crm.repository.ProductRepository (also extends hu.rts.mike.example.dev.crm.repository.ProductRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.RoleRepository (also extends hu.rts.mike.example.dev.crm.repository.RoleRepositoryCustom)
- hu.rts.mike.example.dev.crm.repository.UserInfoRepository
- hu.rts.mike.example.dev.crm.repository.VendorRepository (also extends hu.rts.mike.example.dev.crm.repository.VendorRepositoryCustom)
- org.springframework.data.jpa.repository.JpaRepository<T,
- org.springframework.data.repository.ListPagingAndSortingRepository<T,
- org.springframework.data.repository.CrudRepository<T,
- hu.rts.mike.example.dev.crm.repository.RoleRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.RoleRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- hu.rts.mike.example.dev.crm.repository.RoleRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
- hu.rts.mike.example.dev.crm.repository.VendorRepositoryCustom
- hu.rts.mike.example.dev.crm.repository.VendorRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,
ID>)
- hu.rts.mike.example.dev.crm.repository.VendorRepository (also extends org.springframework.data.jpa.repository.JpaRepository<T,