Package io.quarkus.mongodb.panache.kotlin
See: Description
-
Interface Summary Interface Description PanacheMongoCompanion Define persistence and query methods for an Entity with a default ID type of ObjectId PanacheMongoCompanionBase Define persistence and query methods for an Entity with a type of Id PanacheMongoRepository Represents a Repository for a specific type of entity Entity, with an ID type ofObjectId.PanacheMongoRepositoryBase Represents a Repository for a specific type of entity Entity, with an ID type ofId.PanacheQuery 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 PanacheMongoEntity Represents an entity with a generated ID field id of type ObjectId. PanacheMongoEntityBase Represents an entity.