Annotation Type NativeQuery

    • Element Detail

      • value

        @AliasFor(annotation=org.springframework.data.jpa.repository.Query.class)
        String value
        Alias for Query.value().
        Returns:
        JPA query
        Default:
        ""
      • countQuery

        @AliasFor(annotation=org.springframework.data.jpa.repository.Query.class)
        String countQuery
        Alias for Query.countQuery().
        Returns:
        count query
        Default:
        ""
      • countProjection

        @AliasFor(annotation=org.springframework.data.jpa.repository.Query.class)
        String countProjection
        Alias for Query.countProjection().
        Returns:
        projection part of the count query
        Default:
        ""
      • name

        @AliasFor(annotation=org.springframework.data.jpa.repository.Query.class)
        String name
        Alias for Query.name().
        Returns:
        name of the query
        Default:
        ""
      • countName

        @AliasFor(annotation=org.springframework.data.jpa.repository.Query.class)
        String countName
        Alias for Query.countName().
        Returns:
        name of the count query
        Default:
        ""