| Class | Description |
|---|---|
| KotlinPanacheClassOperationGenerationVisitor |
kotlinc compiles default methods in to the implementing classes so we need to elide them first and then we can
generate new methods like we do elsewhere.
|
| PanacheEntityClassAccessorGenerationVisitor |
A visitor that replaces public fields in an entity with a protected field + accessors,
so that the accessors can be called in
PanacheEntityEnhancer. |
| PanacheEntityClassOperationGenerationVisitor |
A visitor that adds Panache operations to a Panache entity type.
|
| PanacheRepositoryClassOperationGenerationVisitor |
Copyright © 2021 JBoss by Red Hat. All rights reserved.