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>
- Author:
- Jeff Fischer
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, 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, findByEmailIgnoreCaseAndServerIdAndArchivedIsFalse, findByIdAndArchivedFalse, findByServiceIdAndType, findByUsernameAndServerId, findByUsernameAndServerIdAndArchivedFalse, findByUsernameIgnoreCaseAndServerId, findByUsernameIgnoreCaseAndServerIdAndArchivedFalse