Interface EntityOperation<E>

    • Field Summary

      • Fields inherited from interface io.micronaut.core.annotation.AnnotationSource

        EMPTY
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Class<?> getRepositoryType()  
      java.lang.Class<E> getRootEntity()
      The root entity type.
      StoredQuery<E,​?> getStoredQuery()
      Possible stored query if exists.
      • Methods inherited from interface io.micronaut.core.annotation.AnnotationMetadataProvider

        findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
      • Methods inherited from interface io.micronaut.core.annotation.AnnotationSource

        getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared
      • Methods inherited from interface io.micronaut.core.attr.AttributeHolder

        getAttribute, getAttribute, getAttributes
      • Methods inherited from interface io.micronaut.core.naming.Named

        getName
    • Method Detail

      • getRootEntity

        @NonNull
        java.lang.Class<E> getRootEntity()
        The root entity type.
        Returns:
        The root entity type
      • getRepositoryType

        @NonNull
        java.lang.Class<?> getRepositoryType()
        Returns:
        The repository type.
      • getStoredQuery

        @Nullable
        StoredQuery<E,​?> getStoredQuery()
        Possible stored query if exists.
        Returns:
        The stored query