Interface JpaAuthorizationServerRepository<D extends JpaAuthorizationServer>
- All Superinterfaces:
AuthorizationServerRepository<D>
,org.springframework.data.repository.CrudRepository<D,
,String> com.broadleafcommerce.common.extension.DomainTypeAware
,org.springframework.data.repository.Repository<D,
String>
@Repository
public interface JpaAuthorizationServerRepository<D extends JpaAuthorizationServer>
extends AuthorizationServerRepository<D>
-
Method Summary
Methods inherited from interface com.broadleafcommerce.auth.server.repository.AuthorizationServerRepository
findAll, findAllByTenantId, findByName, findByNameAndTenantId
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
-