Package nl.b3p.formendpoint.repository
Interface AttributeRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Attribuut,Long>,org.springframework.data.jpa.repository.JpaRepository<Attribuut,Long>,org.springframework.data.repository.PagingAndSortingRepository<Attribuut,Long>,org.springframework.data.repository.query.QueryByExampleExecutor<Attribuut>,org.springframework.data.repository.Repository<Attribuut,Long>
public interface AttributeRepository extends org.springframework.data.jpa.repository.JpaRepository<Attribuut,Long>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Attribuut>findById(Long id)List<Attribuut>findById(Set<Long> id)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
-
-