Package com.atlassian.jira.entity

Interface Summary
Entity Holds Entity Factory classes.
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.
 

Class Summary
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 EntityEngine.delete(Delete.DeleteWhereContext).
Delete.DeleteFromContext  
Delete.DeleteWhereContext  
Entity.Name Entity Names as defined in entitymodel.xml.
EntityEngineImpl  
IssueLinkFactory IssueLink EntityFactory
IssueSecurityLevelEntity Holds the field names for the IssueSecurityLevel Entity
IssueSecurityLevelFactory EntityFactory for IssueSecurityLevel
IssueSecurityLevelFactory.Builder  
ProjectCategoryFactory ProjectCategory EntityFactory
ProjectCategoryFactory.Builder  
RemoteIssueLinkFactory RemoteIssueLink EntityFactory
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  
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.