class KotlinJpaTypeBundle extends Object implements TypeBundle
| Modifier and Type | Field and Description |
|---|---|
(package private) static TypeBundle |
BUNDLE |
| Constructor and Description |
|---|
KotlinJpaTypeBundle() |
| Modifier and Type | Method and Description |
|---|---|
ByteCodeType |
entity() |
ByteCodeType |
entityBase() |
ByteCodeType |
entityCompanion() |
ByteCodeType |
entityCompanionBase() |
ByteCodeType |
operations() |
ByteCodeType |
queryType() |
ByteCodeType |
repository() |
ByteCodeType |
repositoryBase() |
ByteCodeType |
updateType() |
static final TypeBundle BUNDLE
public ByteCodeType entity()
entity in interface TypeBundlepublic ByteCodeType entityBase()
entityBase in interface TypeBundlepublic ByteCodeType entityCompanion()
entityCompanion in interface TypeBundlepublic ByteCodeType entityCompanionBase()
entityCompanionBase in interface TypeBundlepublic ByteCodeType operations()
operations in interface TypeBundlepublic ByteCodeType queryType()
queryType in interface TypeBundlepublic ByteCodeType repository()
repository in interface TypeBundlepublic ByteCodeType repositoryBase()
repositoryBase in interface TypeBundlepublic ByteCodeType updateType()
updateType in interface TypeBundleCopyright © 2021 JBoss by Red Hat. All rights reserved.