|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Execution | |
|---|---|
| org.dasein.persist | The Dasein Persistence Libraries provide data access tools that support the development of database applications. |
| org.dasein.persist.attributes | |
| org.dasein.persist.dao | |
| org.dasein.persist.jdbc | |
| Uses of Execution in org.dasein.persist |
|---|
| Methods in org.dasein.persist with type parameters of type Execution | ||
|---|---|---|
static
|
Execution.getInstance(Class<T> cls)
Provides an instance of an execution object for a specific subclass. |
|
| Methods in org.dasein.persist that return types with arguments of type Execution | |
|---|---|
static Class<? extends Execution> |
PersistentFactory.compileTranslator(Class<?> t,
String which)
Deprecated. |
| Methods in org.dasein.persist with parameters of type Execution | |
|---|---|
HashMap<String,Object> |
Transaction.execute(Execution event,
Map<String,Object> args)
Deprecated. use Transaction.execute(Class, Map) |
Map<String,Object> |
Transaction.execute(Execution event,
Map<String,Object> args,
String dsn)
|
| Method parameters in org.dasein.persist with type arguments of type Execution | |
|---|---|
void |
PersistentFactory.addCounter(String field,
Class<? extends Execution> cls)
Deprecated. Adds a query for counts on a specified field. |
void |
PersistentFactory.addSearch(String field,
Class<? extends Execution> cls)
Deprecated. Adds a query for searches on a specified field. |
void |
PersistentFactory.addSingleton(String field,
Class<? extends Execution> cls)
Deprecated. Adds a query for searches on a specified field. |
long |
PersistentFactory.count(Class<? extends Execution> cls,
Map<String,Object> criteria)
Deprecated. Counts the number of items matching an arbitrary query. |
Map<String,Object> |
Transaction.execute(Class<? extends Execution> cls,
Map<String,Object> args)
|
Map<String,Object> |
Transaction.execute(Class<? extends Execution> cls,
Map<String,Object> args,
String dsn)
|
Collection<T> |
PersistentFactory.find(Class<? extends Execution> cls,
Map<String,Object> criteria)
Deprecated. Executes an arbitrary search using the passed in search class and criteria. |
Collection<T> |
PersistentFactory.list(Class<? extends Execution> cls)
Deprecated. |
void |
PersistentFactory.setCreate(Class<? extends Execution> cls)
Deprecated. Sets the class that manages the query that will create objects in this factory in the data store. |
void |
PersistentFactory.setRemove(Class<? extends Execution> cls)
Deprecated. Sets the class that manages the query that will remove objects in this factory from the data store. |
void |
PersistentFactory.setUpdate(Class<? extends Execution> cls)
Deprecated. Sets the class that manages the query that will update objects in this factory in the data store. |
void |
PersistentFactory.writeXml(PrintWriter output,
Class<? extends Execution> cls,
Map<String,Object> criteria)
Deprecated. |
| Uses of Execution in org.dasein.persist.attributes |
|---|
| Subclasses of Execution in org.dasein.persist.attributes | |
|---|---|
class |
CreateAttributes
|
class |
CreateTypes
|
class |
FindOwnerId
|
class |
LoadAttributes
|
class |
LoadTypes
|
class |
RemoveAttributes
|
class |
RemoveTypes
|
| Uses of Execution in org.dasein.persist.dao |
|---|
| Subclasses of Execution in org.dasein.persist.dao | |
|---|---|
class |
LoadTranslator
LoadTranslator TODO Document this class. |
class |
RemoveTranslator
LoadTranslator TODO Document this class. |
class |
SaveTranslator
LoadTranslator TODO Document this class. |
| Uses of Execution in org.dasein.persist.jdbc |
|---|
| Subclasses of Execution in org.dasein.persist.jdbc | |
|---|---|
class |
AutomatedSql
|
class |
Counter
|
class |
Creator
|
class |
Deleter
|
class |
Loader
|
class |
TranslationSql
|
class |
TranslatorDeleter
Provides basic operations to delete translations associated with a specific object from the database. |
class |
TranslatorLoader
|
class |
TranslatorUpdater
Saves translations to the database. |
class |
Updater
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||