Package io.quarkus.mongodb.panache.reactive
-
Interface Summary Interface Description ReactivePanacheMongoRepository<Entity> Represents a Repository for a specific type of entityEntity, with an ID type ofObjectId.ReactivePanacheMongoRepositoryBase<Entity,Id> Represents a Repository for a specific type of entityEntity, with an ID type ofId.ReactivePanacheQuery<Entity> -
Class Summary Class Description ReactivePanacheMongoEntity Represents an entity with a generated ID fieldReactivePanacheMongoEntity.idof typeObjectId.ReactivePanacheMongoEntityBase Represents an entity.