Hierarchy For Package org.apache.syncope.core.persistence.jpa.dao.repo

Package Hierarchies:

Class Hierarchy

Interface Hierarchy

  • org.apache.syncope.core.persistence.jpa.dao.repo.AnyRepoExt<A>
    • org.apache.syncope.core.persistence.jpa.dao.repo.AnyObjectRepoExt
      • org.apache.syncope.core.persistence.jpa.dao.repo.AnyObjectRepo (also extends org.apache.syncope.core.persistence.api.dao.AnyObjectDAO, org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
    • org.apache.syncope.core.persistence.jpa.dao.repo.GroupRepoExt
      • org.apache.syncope.core.persistence.jpa.dao.repo.GroupRepo (also extends org.apache.syncope.core.persistence.api.dao.GroupDAO, org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
    • org.apache.syncope.core.persistence.jpa.dao.repo.UserRepoExt
      • org.apache.syncope.core.persistence.jpa.dao.repo.UserRepo (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.apache.syncope.core.persistence.api.dao.UserDAO)
  • org.apache.syncope.core.persistence.jpa.dao.repo.AnyTypeClassRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.AnyTypeClassRepo (also extends org.apache.syncope.core.persistence.api.dao.AnyTypeClassDAO, org.springframework.data.repository.ListCrudRepository<T,ID>)
  • org.apache.syncope.core.persistence.jpa.dao.repo.AnyTypeRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.AnyTypeRepo (also extends org.apache.syncope.core.persistence.api.dao.AnyTypeDAO, org.springframework.data.repository.ListCrudRepository<T,ID>)
  • org.apache.syncope.core.persistence.jpa.dao.repo.AttrRepoRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.AttrRepoRepo (also extends org.apache.syncope.core.persistence.api.dao.AttrRepoDAO, org.springframework.data.repository.ListCrudRepository<T,ID>)
  • org.apache.syncope.core.persistence.jpa.dao.repo.AuthModuleRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.AuthModuleRepo (also extends org.apache.syncope.core.persistence.api.dao.AuthModuleDAO, org.springframework.data.repository.ListCrudRepository<T,ID>)
  • org.apache.syncope.core.persistence.jpa.dao.repo.ClientAppRepoExt<C>
  • org.apache.syncope.core.persistence.jpa.dao.repo.ConnInstanceRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.ConnInstanceRepo (also extends org.apache.syncope.core.persistence.api.dao.ConnInstanceDAO, org.springframework.data.repository.ListCrudRepository<T,ID>)
  • org.apache.syncope.core.persistence.api.dao.DAO<E>
    • org.apache.syncope.core.persistence.api.dao.AccessTokenDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.AccessTokenRepo (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.AnyDAO<A>
      • org.apache.syncope.core.persistence.api.dao.AnyObjectDAO
        • org.apache.syncope.core.persistence.jpa.dao.repo.AnyObjectRepo (also extends org.apache.syncope.core.persistence.jpa.dao.repo.AnyObjectRepoExt, org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
      • org.apache.syncope.core.persistence.api.dao.GroupDAO
        • org.apache.syncope.core.persistence.jpa.dao.repo.GroupRepo (also extends org.apache.syncope.core.persistence.jpa.dao.repo.GroupRepoExt, org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
      • org.apache.syncope.core.persistence.api.dao.UserDAO
        • org.apache.syncope.core.persistence.jpa.dao.repo.UserRepo (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.apache.syncope.core.persistence.jpa.dao.repo.UserRepoExt)
    • org.apache.syncope.core.persistence.api.dao.AnyTypeClassDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.AnyTypeClassRepo (also extends org.apache.syncope.core.persistence.jpa.dao.repo.AnyTypeClassRepoExt, org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.AnyTypeDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.AnyTypeRepo (also extends org.apache.syncope.core.persistence.jpa.dao.repo.AnyTypeRepoExt, org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.AttrRepoDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.AttrRepoRepo (also extends org.apache.syncope.core.persistence.jpa.dao.repo.AttrRepoRepoExt, org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.AuditConfDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.AuditConfRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.AuthModuleDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.AuthModuleRepo (also extends org.apache.syncope.core.persistence.jpa.dao.repo.AuthModuleRepoExt, org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.AuthProfileDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.AuthProfileRepo (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.ClientAppDAO<C>
    • org.apache.syncope.core.persistence.api.dao.keymaster.ConfParamDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.ConfParamRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.ConnInstanceDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.ConnInstanceRepo (also extends org.apache.syncope.core.persistence.jpa.dao.repo.ConnInstanceRepoExt, org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.DelegationDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.DelegationRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.keymaster.DomainDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.DomainRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.DynRealmDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.DynRealmRepo (also extends org.apache.syncope.core.persistence.jpa.dao.repo.DynRealmRepoExt, org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.ExternalResourceDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.ExternalResourceRepo (also extends org.apache.syncope.core.persistence.jpa.dao.repo.ExternalResourceRepoExt, org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.FIQLQueryDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.FIQLQueryRepo (also extends org.apache.syncope.core.persistence.jpa.dao.repo.FIQLQueryRepoExt, org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.ImplementationDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.ImplementationRepo (also extends org.apache.syncope.core.persistence.jpa.dao.repo.ImplementationRepoExt, org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.MailTemplateDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.MailTemplateRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.keymaster.NetworkServiceDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.NetworkServiceRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.jpa.dao.repo.NetworkServiceRepoExt)
    • org.apache.syncope.core.persistence.api.dao.NotificationDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.NotificationRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.jpa.dao.repo.NotificationRepoExt)
    • org.apache.syncope.core.persistence.api.dao.OIDCC4UIProviderDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.OIDCC4UIProviderRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.RelationshipTypeDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.RelationshipTypeRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.jpa.dao.repo.RelationshipTypeRepoExt)
    • org.apache.syncope.core.persistence.api.dao.RemediationDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.RemediationRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.jpa.dao.repo.RemediationRepoExt)
    • org.apache.syncope.core.persistence.api.dao.ReportDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.ReportRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.ReportExecDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.ReportExecRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.jpa.dao.repo.ReportExecRepoExt)
    • org.apache.syncope.core.persistence.api.dao.RoleDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.RoleRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.jpa.dao.repo.RoleRepoExt)
    • org.apache.syncope.core.persistence.api.dao.SAML2IdPEntityDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.SAML2IdPEntityRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.SAML2SP4UIIdPDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.SAML2SP4UIIdPDAORepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.SchemaDAO<S>
      • org.apache.syncope.core.persistence.api.dao.DerSchemaDAO
        • org.apache.syncope.core.persistence.jpa.dao.repo.DerSchemaRepo (also extends org.apache.syncope.core.persistence.jpa.dao.repo.DerSchemaRepoExt, org.springframework.data.repository.ListCrudRepository<T,ID>)
      • org.apache.syncope.core.persistence.api.dao.PlainSchemaDAO
        • org.apache.syncope.core.persistence.jpa.dao.repo.PlainSchemaRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.jpa.dao.repo.PlainSchemaRepoExt)
    • org.apache.syncope.core.persistence.api.dao.SecurityQuestionDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.SecurityQuestionRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.jpa.dao.repo.SecurityQuestionRepoExt)
    • org.apache.syncope.core.persistence.api.dao.SRARouteDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.SRARouteRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>)
    • org.apache.syncope.core.persistence.api.dao.WAConfigDAO
      • org.apache.syncope.core.persistence.jpa.dao.repo.WAConfigRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>)
  • org.apache.syncope.core.persistence.jpa.dao.repo.DerSchemaRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.DerSchemaRepo (also extends org.apache.syncope.core.persistence.api.dao.DerSchemaDAO, org.springframework.data.repository.ListCrudRepository<T,ID>)
  • org.apache.syncope.core.persistence.jpa.dao.repo.DynRealmRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.DynRealmRepo (also extends org.apache.syncope.core.persistence.api.dao.DynRealmDAO, org.springframework.data.repository.ListCrudRepository<T,ID>)
  • org.apache.syncope.core.persistence.jpa.dao.repo.ExternalResourceRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.ExternalResourceRepo (also extends org.apache.syncope.core.persistence.api.dao.ExternalResourceDAO, org.springframework.data.repository.ListCrudRepository<T,ID>)
  • org.apache.syncope.core.persistence.jpa.dao.repo.FIQLQueryRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.FIQLQueryRepo (also extends org.apache.syncope.core.persistence.api.dao.FIQLQueryDAO, org.springframework.data.repository.ListCrudRepository<T,ID>)
  • org.apache.syncope.core.persistence.jpa.dao.repo.ImplementationRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.ImplementationRepo (also extends org.apache.syncope.core.persistence.api.dao.ImplementationDAO, org.springframework.data.repository.ListCrudRepository<T,ID>)
  • org.apache.syncope.core.persistence.jpa.dao.repo.NetworkServiceRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.NetworkServiceRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.api.dao.keymaster.NetworkServiceDAO)
  • org.apache.syncope.core.persistence.jpa.dao.repo.NotificationRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.NotificationRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.api.dao.NotificationDAO)
  • org.apache.syncope.core.persistence.jpa.dao.repo.PlainSchemaRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.PlainSchemaRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.api.dao.PlainSchemaDAO)
  • org.apache.syncope.core.persistence.jpa.dao.repo.RelationshipTypeRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.RelationshipTypeRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.api.dao.RelationshipTypeDAO)
  • org.apache.syncope.core.persistence.jpa.dao.repo.RemediationRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.RemediationRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.api.dao.RemediationDAO)
  • org.apache.syncope.core.persistence.jpa.dao.repo.ReportExecRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.ReportExecRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.api.dao.ReportExecDAO)
  • org.springframework.data.repository.Repository<T,ID>
  • org.apache.syncope.core.persistence.jpa.dao.repo.RoleRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.RoleRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.api.dao.RoleDAO)
  • org.apache.syncope.core.persistence.jpa.dao.repo.SecurityQuestionRepoExt
    • org.apache.syncope.core.persistence.jpa.dao.repo.SecurityQuestionRepo (also extends org.springframework.data.repository.ListCrudRepository<T,ID>, org.apache.syncope.core.persistence.api.dao.SecurityQuestionDAO)