Class KotlinReactiveTypeBundle
- java.lang.Object
-
- io.quarkus.mongodb.panache.kotlin.deployment.KotlinReactiveTypeBundle
-
- All Implemented Interfaces:
io.quarkus.panache.common.deployment.TypeBundle
class KotlinReactiveTypeBundle extends Object implements io.quarkus.panache.common.deployment.TypeBundle
-
-
Constructor Summary
Constructors Constructor Description KotlinReactiveTypeBundle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.panache.common.deployment.ByteCodeTypeentity()io.quarkus.panache.common.deployment.ByteCodeTypeentityBase()io.quarkus.panache.common.deployment.ByteCodeTypeentityCompanion()io.quarkus.panache.common.deployment.ByteCodeTypeentityCompanionBase()io.quarkus.panache.common.deployment.ByteCodeTypeoperations()io.quarkus.panache.common.deployment.ByteCodeTypequeryType()io.quarkus.panache.common.deployment.ByteCodeTyperepository()io.quarkus.panache.common.deployment.ByteCodeTyperepositoryBase()io.quarkus.panache.common.deployment.ByteCodeTypeupdateType()
-
-
-
Method Detail
-
entity
public io.quarkus.panache.common.deployment.ByteCodeType entity()
- Specified by:
entityin interfaceio.quarkus.panache.common.deployment.TypeBundle
-
entityBase
public io.quarkus.panache.common.deployment.ByteCodeType entityBase()
- Specified by:
entityBasein interfaceio.quarkus.panache.common.deployment.TypeBundle
-
entityCompanion
public io.quarkus.panache.common.deployment.ByteCodeType entityCompanion()
- Specified by:
entityCompanionin interfaceio.quarkus.panache.common.deployment.TypeBundle
-
entityCompanionBase
public io.quarkus.panache.common.deployment.ByteCodeType entityCompanionBase()
- Specified by:
entityCompanionBasein interfaceio.quarkus.panache.common.deployment.TypeBundle
-
operations
public io.quarkus.panache.common.deployment.ByteCodeType operations()
- Specified by:
operationsin interfaceio.quarkus.panache.common.deployment.TypeBundle
-
queryType
public io.quarkus.panache.common.deployment.ByteCodeType queryType()
- Specified by:
queryTypein interfaceio.quarkus.panache.common.deployment.TypeBundle
-
repository
public io.quarkus.panache.common.deployment.ByteCodeType repository()
- Specified by:
repositoryin interfaceio.quarkus.panache.common.deployment.TypeBundle
-
repositoryBase
public io.quarkus.panache.common.deployment.ByteCodeType repositoryBase()
- Specified by:
repositoryBasein interfaceio.quarkus.panache.common.deployment.TypeBundle
-
updateType
public io.quarkus.panache.common.deployment.ByteCodeType updateType()
- Specified by:
updateTypein interfaceio.quarkus.panache.common.deployment.TypeBundle
-
-