Package io.quarkus.mongodb.panache.kotlin.reactive
See: Description
-
Interface Summary Interface Description ReactivePanacheMongoCompanion Define persistence and query methods for an Entity with a default ID type of ObjectId ReactivePanacheMongoCompanionBase Define persistence and query methods for an Entity with a type of Id ReactivePanacheMongoRepository Represents a Repository for a specific type of entity Entity, with an ID type ofObjectId.ReactivePanacheMongoRepositoryBase Represents a Repository for a specific type of entity Entity, with an ID type ofId.ReactivePanacheQuery Interface representing an entity query, which abstracts the use of paging, getting the number of results, and operating on List or Stream. -
Class Summary Class Description ReactivePanacheMongoEntity Represents an entity with a generated ID field id of type ObjectId. ReactivePanacheMongoEntityBase Represents an entity.