Interface GeometryEntityRepository

All Superinterfaces:
org.springframework.data.repository.reactive.ReactiveCrudRepository<GeometryEntity,String>, org.springframework.data.mongodb.repository.ReactiveMongoRepository<GeometryEntity,String>, org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<GeometryEntity>, org.springframework.data.repository.reactive.ReactiveSortingRepository<GeometryEntity,String>, org.springframework.data.repository.Repository<GeometryEntity,String>

public interface GeometryEntityRepository extends org.springframework.data.mongodb.repository.ReactiveMongoRepository<GeometryEntity,String>
The geometry entity repository.
Author:
Christian Bremer
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveCrudRepository

    count, delete, deleteAll, deleteAll, deleteAll, deleteAllById, deleteById, deleteById, existsById, existsById, findAll, findAllById, findAllById, findById, findById, save, saveAll, saveAll

    Methods inherited from interface org.springframework.data.mongodb.repository.ReactiveMongoRepository

    findAll, findAll, insert, insert, insert

    Methods inherited from interface org.springframework.data.repository.query.ReactiveQueryByExampleExecutor

    count, exists, findBy, findOne

    Methods inherited from interface org.springframework.data.repository.reactive.ReactiveSortingRepository

    findAll