Interface RequestAttributeValueRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<RequestAttributeValue,Long>,org.springframework.data.jpa.repository.JpaRepository<RequestAttributeValue,Long>,org.springframework.data.repository.PagingAndSortingRepository<RequestAttributeValue,Long>,org.springframework.data.repository.query.QueryByExampleExecutor<RequestAttributeValue>,org.springframework.data.repository.Repository<RequestAttributeValue,Long>
@Repository public interface RequestAttributeValueRepository extends org.springframework.data.jpa.repository.JpaRepository<RequestAttributeValue,Long>
Spring Data repository for the RequestAttributeValue entity.
-
-
Method Summary
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
-
-