Interface JpaUserApplicationRepository<D extends JpaUserApplication>

All Superinterfaces:
ApplicationRepository<D>, org.springframework.data.repository.CrudRepository<D,String>, com.broadleafcommerce.common.extension.DomainTypeAware, org.springframework.data.repository.Repository<D,String>

@Repository public interface JpaUserApplicationRepository<D extends JpaUserApplication> extends ApplicationRepository<D>
Handle persistence operations related to JpaUserApplication
Author:
Jeff Fischer
  • Method Summary

    Modifier and Type
    Method
    Description
    default Class<D>
     

    Methods inherited from interface com.broadleafcommerce.adminuser.tenant.repository.ApplicationRepository

    findByIdentifierTypeAndIdentifierValueAndDeactivatedIsFalse

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
  • Method Details

    • getDomainType

      default Class<D> getDomainType()
      Specified by:
      getDomainType in interface com.broadleafcommerce.common.extension.DomainTypeAware