Package nl.b3p.formendpoint.repository
Interface DomainRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Domein,Long>,org.springframework.data.jpa.repository.JpaRepository<Domein,Long>,org.springframework.data.repository.PagingAndSortingRepository<Domein,Long>,org.springframework.data.repository.query.QueryByExampleExecutor<Domein>,org.springframework.data.repository.Repository<Domein,Long>
public interface DomainRepository extends org.springframework.data.jpa.repository.JpaRepository<Domein,Long>
-
-
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
-
-