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