Interface JpaUserRepository<D extends JpaUser>
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<D,String>
,CustomizedUserRepository<D>
,com.broadleafcommerce.common.extension.DomainTypeAware
,org.springframework.data.repository.Repository<D,String>
,UserRepository<D>
@Repository public interface JpaUserRepository<D extends JpaUser> extends UserRepository<D>
- Author:
- Jeff Fischer
-
-
Method Summary
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Methods inherited from interface com.broadleafcommerce.auth.user.repository.CustomizedUserRepository
replaceOnlyIfLastUpdatedBefore
-
Methods inherited from interface com.broadleafcommerce.common.extension.DomainTypeAware
getDomainType
-
Methods inherited from interface com.broadleafcommerce.auth.user.repository.UserRepository
findAllByArchivedFalse, findByEmailIgnoreCaseAndServerId, findByIdAndArchivedFalse, findByServiceIdAndType, findByUsernameAndServerId, findByUsernameAndServerIdAndArchivedFalse, findByUsernameIgnoreCaseAndServerId, findByUsernameIgnoreCaseAndServerIdAndArchivedFalse
-
-