Interface ImportPetriNetEventLogRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<ImportPetriNetEventLog,​org.bson.types.ObjectId>, org.springframework.data.mongodb.repository.MongoRepository<ImportPetriNetEventLog,​org.bson.types.ObjectId>, org.springframework.data.repository.PagingAndSortingRepository<ImportPetriNetEventLog,​org.bson.types.ObjectId>, org.springframework.data.repository.query.QueryByExampleExecutor<ImportPetriNetEventLog>, org.springframework.data.repository.Repository<ImportPetriNetEventLog,​org.bson.types.ObjectId>

    @Repository
    @Deprecated(since="6.3.0")
    public interface ImportPetriNetEventLogRepository
    extends org.springframework.data.mongodb.repository.MongoRepository<ImportPetriNetEventLog,​org.bson.types.ObjectId>
    Deprecated.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.List<ImportPetriNetEventLog> findAllByNetId​(org.bson.types.ObjectId netId)
      Deprecated.
       
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, save
      • Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository

        findAll, findAll, findAll, findAll, insert, insert, saveAll
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll
      • Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

        count, exists, findAll, findBy, findOne
    • Method Detail

      • findAllByNetId

        java.util.List<ImportPetriNetEventLog> findAllByNetId​(org.bson.types.ObjectId netId)
        Deprecated.