package

com.atlassian.jira.entity

Interfaces

Entity Holds Entity Factory classes. 
EntityBuilder<E>  
EntityEngine Provides methods for working with the DB via Atlassian EntityEngine. 
EntityEngine.SelectFromContext<E>  
EntityEngine.WhereContext<E>  
EntityEngine.WhereEqualAndContext<E>  
EntityEngine.WhereEqualContext<E>  
EntityFactory<E> An entity factory is able to convert a Generic Value for an entity into a domain object and back. 
EntityListConsumer<E, R>  
NamedEntityBuilder<E>  
SelectQuery<E>  
SelectQuery.ExecutionContext<E>  

Classes

AbstractEntityFactory<E> An abstract EntityFactory that most implementations are expected to extend. 
Delete This class is used to create a Delete SQL statement to be executed by delete(Delete.DeleteWhereContext)
Delete.DeleteFromContext  
Delete.DeleteWhereContext  
Entity.Name Entity Names as defined in entitymodel.xml. 
EntityBuilders  
EntityEngineImpl  
EntityUtils Has some utility methods for working with Entity Engine. 
IssueLinkFactory IssueLink EntityFactory 
IssueSecurityLevelEntity Holds the field names for the IssueSecurityLevel Entity 
IssueSecurityLevelFactory EntityFactory for IssueSecurityLevel 
IssueSecurityLevelFactory.Builder  
IssueSecurityLevelPermissionFactory EntityFactory for IssueSecurityLevelPermission 
IssueSecurityLevelPermissionFactory.Builder  
ProjectCategoryFactory ProjectCategory EntityFactory 
ProjectCategoryFactory.Builder  
RemoteIssueLinkFactory RemoteIssueLink EntityFactory 
Select Select is the entry point to building up a SelectQuery which can be run in OfBiz Entity Engine. 
Select.OrderByContext<E>  
Select.SelectColumnsContext  
Select.SelectColumnsFromContext<E>  
Select.SelectSingleColumnContext<E>  
Select.WhereContext<E>  
SelectQueryImpl<E>  
SelectQueryImpl.ExecutionContextImpl<E>  
StringEntityBuilder  
Update This class is a fluent builder to create an Update SQL statement to be executed by Entity Engine. 
Update.IntoContext  
Update.SetContext  
Update.WhereContext