Class ReactiveKotlinJpaTypeBundle
java.lang.Object
io.quarkus.hibernate.reactive.panache.kotlin.deployment.ReactiveKotlinJpaTypeBundle
- All Implemented Interfaces:
io.quarkus.panache.common.deployment.TypeBundle
public class ReactiveKotlinJpaTypeBundle
extends Object
implements io.quarkus.panache.common.deployment.TypeBundle
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.quarkus.panache.common.deployment.TypeBundle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.panache.common.deployment.ByteCodeTypeentity()io.quarkus.panache.common.deployment.ByteCodeTypeio.quarkus.panache.common.deployment.ByteCodeTypeio.quarkus.panache.common.deployment.ByteCodeTypeio.quarkus.panache.common.deployment.ByteCodeTypeio.quarkus.panache.common.deployment.ByteCodeTypeio.quarkus.panache.common.deployment.ByteCodeTypeio.quarkus.panache.common.deployment.ByteCodeTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.panache.common.deployment.TypeBundle
updateType
-
Field Details
-
BUNDLE
public static final io.quarkus.panache.common.deployment.TypeBundle BUNDLE
-
-
Constructor Details
-
ReactiveKotlinJpaTypeBundle
public ReactiveKotlinJpaTypeBundle()
-
-
Method Details
-
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
-
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
-
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
-