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, findByNameAndTenantIdMethods 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:
getDomainTypein interfacecom.broadleafcommerce.common.extension.DomainTypeAware
-