public class KotlinPanacheEntityEnhancer extends PanacheEntityEnhancer<MetamodelInfo<EntityModel<EntityField>>>
PanacheEntityEnhancer.PanacheEntityClassVisitor<EntityFieldType extends EntityField>| Modifier and Type | Field and Description |
|---|---|
static String |
JPA_OPERATIONS_BINARY_NAME |
DOTNAME_GENERATE_BRIDGE, indexView, methodCustomizers, modelInfo, panacheEntityBaseClassInfo, PARAMETERS_BINARY_NAME, PARAMETERS_NAME, PARAMETERS_SIGNATURE, SORT_BINARY_NAME, SORT_NAME, SORT_SIGNATURE| Constructor and Description |
|---|
KotlinPanacheEntityEnhancer(org.jboss.jandex.IndexView index,
List<PanacheMethodCustomizer> methodCustomizers) |
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.ClassVisitor |
apply(String className,
org.objectweb.asm.ClassVisitor outputClassVisitor) |
void |
collectFields(org.jboss.jandex.ClassInfo classInfo) |
getModelInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic static final String JPA_OPERATIONS_BINARY_NAME
public KotlinPanacheEntityEnhancer(org.jboss.jandex.IndexView index,
List<PanacheMethodCustomizer> methodCustomizers)
public org.objectweb.asm.ClassVisitor apply(String className, org.objectweb.asm.ClassVisitor outputClassVisitor)
apply in interface BiFunction<String,org.objectweb.asm.ClassVisitor,org.objectweb.asm.ClassVisitor>apply in class PanacheEntityEnhancer<MetamodelInfo<EntityModel<EntityField>>>public void collectFields(org.jboss.jandex.ClassInfo classInfo)
collectFields in class PanacheEntityEnhancer<MetamodelInfo<EntityModel<EntityField>>>Copyright © 2020 JBoss by Red Hat. All rights reserved.