Interface JpaCustomerAccountRepository<D extends JpaCustomerAccount>

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

@Repository public interface JpaCustomerAccountRepository<D extends JpaCustomerAccount> extends CustomerAccountRepository<D>
  • Method Summary

    Modifier and Type
    Method
    Description
    default Class<D>
     

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, save, saveAll

    Methods inherited from interface com.broadleafcommerce.auth.user.repository.CustomerAccountRepository

    findAllByParentAccountIdIn, findById
  • Method Details

    • getDomainType

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