E
- The entity typepublic interface EntityOperation<E>
extends io.micronaut.core.naming.Named, io.micronaut.core.annotation.AnnotationMetadataProvider
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getRepositoryType() |
java.lang.Class<E> |
getRootEntity()
The root entity type.
|
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
@NonNull java.lang.Class<E> getRootEntity()
@NonNull java.lang.Class<?> getRepositoryType()