Package nl.b3p.formendpoint.repository
Interface IMBORTreeRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<IMBORTree,String>,org.springframework.data.jpa.repository.JpaRepository<IMBORTree,String>,org.springframework.data.repository.PagingAndSortingRepository<IMBORTree,String>,org.springframework.data.repository.query.QueryByExampleExecutor<IMBORTree>,org.springframework.data.repository.Repository<IMBORTree,String>
public interface IMBORTreeRepository extends org.springframework.data.jpa.repository.JpaRepository<IMBORTree,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteByImborIdentificatie(String imbor_identificatie)Optional<IMBORTree>findByImborIdentificatie(String imbor_identificatie)List<IMBORTree>findWithinPoint(org.locationtech.jts.geom.Geometry area)-
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
-
-
-
-
Method Detail
-
deleteByImborIdentificatie
void deleteByImborIdentificatie(String imbor_identificatie)
-
-