Interface JpaApplicationRepository<D extends JpaApplication>
- 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 JpaApplicationRepository<D extends JpaApplication>
extends ApplicationRepository<D>
Handle persistence operations related to
JpaApplication
- Author:
- Jeff Fischer
-
Method Summary
Methods inherited from interface com.broadleafcommerce.auth.tenant.repository.ApplicationRepository
findByCustomerContextId, findByIdentifierTypeAndIdentifierValueAndDeactivatedIsFalse, findByIdIn, findByTenantId
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
-