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
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
- Specified by:
getDomainType
in interfacecom.broadleafcommerce.common.extension.DomainTypeAware
-