Package io.quarkus.panache.common.deployment.visitors
-
Class Summary 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 inPanacheEntityEnhancer.PanacheEntityClassOperationGenerationVisitor A visitor that adds Panache operations to a Panache entity type.PanacheRepositoryClassOperationGenerationVisitor