Package com.atlassian.jira.entity
package com.atlassian.jira.entity
-
ClassDescriptionAn abstract EntityFactory that most implementations are expected to extend.EntityFactory for ClusterLockStatus table.Implementation of EntityBuilder to return a count.This class is used to create a Delete SQL statement to be executed by
EntityEngine.delete(Delete.DeleteWhereContext)
.Holds Entity Factory classes.Entity Names as defined in entitymodel.xml.Provides methods for working with the DB via Atlassian EntityEngine.An entity factory is able to convert a Generic Value for an entity into a domain object and back.Functions that act on JIRA data objects (entities).EntityListConsumer<E,R> Provide an entity list consumer toSelectQuery.ExecutionContext.consumeWith(EntityListConsumer)
to accept a stream of results from the entity engine.Wraps an ListIterator in a paged implementation.Has some utility methods for working with Entity Engine.Helpers for transforming GenericValuesIssueLink EntityFactoryHolds the field names for the IssueSecurityLevel EntityEntityFactory for IssueSecurityLevelEntityFactory for IssueSecurityLevelPermissionNo-op implementation of EntityBuilder such that you can just select GenericValues.EntityFactory for PermissionSchemeEntryWarps a Predicate around the EntityPagedListProjectCategory EntityFactoryRemoteIssueLink EntityFactorySelect is the entry point to building up aSelectQuery
which can be run in OfBiz Entity Engine.Partially constructed query that has enough information supplied to form a complete query.A fully specified query that is ready to be executed.A partially constructed query with completed column, entity, where condition, and ordering information already specified.Partially constructed query that has a column list but no entity name, yet.A partially constructed query that may accept.where
and.orderBy
clauses.Partially constructed query that has a column list (with a single target column) but no entity name, yet.Marker for contexts that can accept a where clause.A partially constructed query that may accept.where
and.orderBy
clauses.SelectQuery<E>The parser context for entity engineSelect
queries that is available after callingSelect.ExecutableContext.runWith(EntityEngine)
orSelect.ExecutableContext.runWith(com.atlassian.jira.ofbiz.OfBizDelegator)
.This class is a fluent builder to create an Update SQL statement to be executed by Entity Engine.BuildsVersion
fromGenericValue
Holds Entity Factory classes for View Entities defined in the entity model.View Entity Names as defined in entitymodel.xml.Entities implementing this interface are supposed to be uniquely identifiable by id.Entities implementing this interface are supposed to be uniquely identifiable by key.