Package nl.b3p.formendpoint.repository
Interface TreeRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Tree,Long>,org.springframework.data.jpa.repository.JpaRepository<Tree,Long>,org.springframework.data.repository.PagingAndSortingRepository<Tree,Long>,org.springframework.data.repository.query.QueryByExampleExecutor<Tree>,org.springframework.data.repository.Repository<Tree,Long>
public interface TreeRepository extends org.springframework.data.jpa.repository.JpaRepository<Tree,Long>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteByObjectGuid(String object_guid)Optional<Tree>findById(Long id)Optional<Tree>findByObjectGuid(String object_guid)List<Tree>findWithinPoint(org.locationtech.jts.geom.Geometry area)-
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
-
-