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