public class

CountEntityBuilder

extends Object
implements EntityBuilder<E>
java.lang.Object
   ↳ com.atlassian.jira.entity.CountEntityBuilder

Class Overview

Implementation of EntityBuilder to return a count. That is, it returns a long value as returned in a SELECT COUNT(*) FROM ... query.

Summary

Public Constructors
CountEntityBuilder()
Public Methods
Long build(GenericValue genericValue)
Builds an instance of this Entity from the given GenericValue.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.entity.EntityBuilder

Public Constructors

public CountEntityBuilder ()

Public Methods

public Long build (GenericValue genericValue)

Builds an instance of this Entity from the given GenericValue.

Parameters
genericValue GenericValue for the entity
Returns
  • the entity Object