com.atlassian.jira.entity
Class Delete

java.lang.Object
  extended by com.atlassian.jira.entity.Delete

public class Delete
extends Object

This class is used to create a Delete SQL statement to be executed by EntityEngine.delete(Delete.DeleteWhereContext).

Since:
v5.0
See Also:
EntityEngine.delete(Delete.DeleteWhereContext)

Nested Class Summary
static class Delete.DeleteFromContext
           
static class Delete.DeleteWhereContext
           
 
Constructor Summary
Delete()
           
 
Method Summary
static Delete.DeleteFromContext from(EntityFactory entityFactory)
           
static Delete.DeleteFromContext from(String entityName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delete

public Delete()
Method Detail

from

public static Delete.DeleteFromContext from(String entityName)

from

public static Delete.DeleteFromContext from(EntityFactory entityFactory)


Copyright © 2002-2012 Atlassian. All Rights Reserved.