Class KotlinJpaTypeBundle

java.lang.Object
io.quarkus.hibernate.orm.panache.kotlin.deployment.KotlinJpaTypeBundle
All Implemented Interfaces:
io.quarkus.panache.common.deployment.TypeBundle

class KotlinJpaTypeBundle extends Object implements io.quarkus.panache.common.deployment.TypeBundle
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) static final io.quarkus.panache.common.deployment.TypeBundle
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.quarkus.panache.common.deployment.ByteCodeType
     
    io.quarkus.panache.common.deployment.ByteCodeType
     
    io.quarkus.panache.common.deployment.ByteCodeType
     
    io.quarkus.panache.common.deployment.ByteCodeType
     
    io.quarkus.panache.common.deployment.ByteCodeType
     
    io.quarkus.panache.common.deployment.ByteCodeType
     
    io.quarkus.panache.common.deployment.ByteCodeType
     
    io.quarkus.panache.common.deployment.ByteCodeType
     
    io.quarkus.panache.common.deployment.ByteCodeType
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BUNDLE

      static final io.quarkus.panache.common.deployment.TypeBundle BUNDLE
  • Constructor Details

    • KotlinJpaTypeBundle

      KotlinJpaTypeBundle()
  • Method Details

    • entity

      public io.quarkus.panache.common.deployment.ByteCodeType entity()
      Specified by:
      entity in interface io.quarkus.panache.common.deployment.TypeBundle
    • entityBase

      public io.quarkus.panache.common.deployment.ByteCodeType entityBase()
      Specified by:
      entityBase in interface io.quarkus.panache.common.deployment.TypeBundle
    • entityCompanion

      public io.quarkus.panache.common.deployment.ByteCodeType entityCompanion()
      Specified by:
      entityCompanion in interface io.quarkus.panache.common.deployment.TypeBundle
    • entityCompanionBase

      public io.quarkus.panache.common.deployment.ByteCodeType entityCompanionBase()
      Specified by:
      entityCompanionBase in interface io.quarkus.panache.common.deployment.TypeBundle
    • operations

      public io.quarkus.panache.common.deployment.ByteCodeType operations()
      Specified by:
      operations in interface io.quarkus.panache.common.deployment.TypeBundle
    • queryType

      public io.quarkus.panache.common.deployment.ByteCodeType queryType()
      Specified by:
      queryType in interface io.quarkus.panache.common.deployment.TypeBundle
    • repository

      public io.quarkus.panache.common.deployment.ByteCodeType repository()
      Specified by:
      repository in interface io.quarkus.panache.common.deployment.TypeBundle
    • repositoryBase

      public io.quarkus.panache.common.deployment.ByteCodeType repositoryBase()
      Specified by:
      repositoryBase in interface io.quarkus.panache.common.deployment.TypeBundle
    • updateType

      public io.quarkus.panache.common.deployment.ByteCodeType updateType()
      Specified by:
      updateType in interface io.quarkus.panache.common.deployment.TypeBundle