Uses of Class
org.dasein.persist.Transaction

Packages that use Transaction
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 Transaction in org.dasein.persist
 

Methods in org.dasein.persist that return Transaction
static Transaction Transaction.getInstance()
          Provides a new transaction instance to manage your transaction context.
static Transaction Transaction.getInstance(boolean readOnly)
           
 

Methods in org.dasein.persist with parameters of type Transaction
 T RiakCache.create(Transaction xaction, Map<String,Object> state)
           
 T RelationalHSCache.create(Transaction xaction, Map<String,Object> state)
          Creates the specified object with the data provided in the specified state under the governance of the specified transaction.
 T RelationalCache.create(Transaction xaction, Map<String,Object> state)
          Creates the specified object with the data provided in the specified state under the governance of the specified transaction.
 T PersistentFactory.create(Transaction xaction, Map<String,Object> state)
          Deprecated. Creates the specified object with the data provided in the specified state under the governance of the specified transaction.
abstract  T PersistentCache.create(Transaction xaction, Map<String,Object> state)
           
 T HandlerSocketCache.create(Transaction xaction, Map<String,Object> state)
           
 void PersistentFactory.DependencyManager.createDependencies(Transaction xaction, Map<String,Object> state)
           
 HashMap<String,Object> Execution.execute(Transaction trans, Map<String,Object> args)
          Deprecated. do not make direct calls to this method
 Map<String,org.dasein.util.Translator<String>> Execution.loadStringTranslations(Transaction xaction, Class cls, String id)
           
 Map<String,org.dasein.util.Translator<String>> PersistentFactory.loadTranslations(Transaction xaction, String idstr)
          Deprecated.  
 boolean ImportHook.prepareCreate(Transaction xaction, Map<String,Object> state)
           
 boolean ImportHook.prepareUpdate(Transaction xaction, Map<String,Object> state)
           
 void RiakCache.remove(Transaction xaction, T item)
           
 void RelationalHSCache.remove(Transaction xaction, T item)
          Removes the specified item from the system permanently.
 void RelationalCache.remove(Transaction xaction, T item)
          Removes the specified item from the system permanently.
 void PersistentFactory.remove(Transaction xaction, T item)
          Deprecated. Removes the specified item from the system permanently.
abstract  void PersistentCache.remove(Transaction xaction, T item)
           
 void HandlerSocketCache.remove(Transaction xaction, T item)
           
 void PersistentFactory.DependencyManager.removeDependencies(Transaction xaction, Map<String,Object> state)
           
 void Execution.removeStringTranslations(Transaction xaction, Class cls, String id)
           
 void PersistentFactory.removeTranslations(Transaction xaction, String idstr)
          Deprecated.  
 Map<String,Object> Execution.run(Transaction xaction, Map<String,Object> params)
           
 void Execution.saveStringTranslation(Transaction xaction, Class cls, String id, String attr, org.dasein.util.Translator<String> t)
           
 void Execution.saveStringTranslation(Transaction xaction, String cname, String id, String attr, org.dasein.util.Translator<String> t)
           
 void PersistentFactory.saveTranslation(Transaction xaction, String idstr, String attr, org.dasein.util.Translator<String> val)
          Deprecated.  
 void RiakCache.update(Transaction xaction, T item, Map<String,Object> state)
           
 void RelationalHSCache.update(Transaction xaction, T item, Map<String,Object> state)
          Updates the specified object with the data provided in the specified state under the governance of the specified transaction.
 void RelationalCache.update(Transaction xaction, T item, Map<String,Object> state)
          Updates the specified object with the data provided in the specified state under the governance of the specified transaction.
 void PersistentFactory.update(Transaction xaction, T item, Map<String,Object> state)
          Deprecated. Updates the specified object with the data provided in the specified state under the governance of the specified transaction.
abstract  void PersistentCache.update(Transaction xaction, T item, Map<String,Object> state)
           
 void HandlerSocketCache.update(Transaction xaction, T item, Map<String,Object> state)
           
 void PersistentFactory.DependencyManager.updateDependencies(Transaction xaction, T item, Map<String,Object> state)
           
 

Uses of Transaction in org.dasein.persist.attributes
 

Methods in org.dasein.persist.attributes with parameters of type Transaction
 org.dasein.attributes.DataTypeMap AttributeDAO.loadTypes(Transaction xaction, Class cls, String oid)
           
 void AttributeDAO.removeAttributes(Transaction xaction, Class cls, String oid)
           
 void AttributeDAO.removeTypes(Transaction xaction, Class cls, String oid)
           
 Map<String,Object> RemoveTypes.run(Transaction xaction, Map<String,Object> params)
           
 Map<String,Object> RemoveAttributes.run(Transaction xaction, Map<String,Object> params)
           
 Map<String,Object> LoadTypes.run(Transaction xaction, Map<String,Object> params)
           
 Map<String,Object> LoadAttributes.run(Transaction xaction, Map<String,Object> params)
           
 Map<String,Object> FindOwnerId.run(Transaction xaction, Map<String,Object> params)
           
 Map<String,Object> CreateTypes.run(Transaction xaction, Map<String,Object> params)
           
 Map<String,Object> CreateAttributes.run(Transaction xaction, Map<String,Object> params)
           
 void AttributeDAO.saveAttributes(Transaction xaction, Class tc, String tcid, Class oc, String ocid, org.dasein.attributes.AttributeMap attrs)
           
 void AttributeDAO.saveTypes(Transaction xaction, Class tc, String tcid, org.dasein.attributes.DataTypeMap types)
           
 

Uses of Transaction in org.dasein.persist.dao
 

Methods in org.dasein.persist.dao with parameters of type Transaction
 Map<String,Object> SaveTranslator.run(Transaction xaction, Map<String,Object> params)
           
 Map<String,Object> RemoveTranslator.run(Transaction xaction, Map<String,Object> state)
           
 Map<String,Object> LoadTranslator.run(Transaction ignore, Map<String,Object> state)
           
 

Uses of Transaction in org.dasein.persist.jdbc
 

Methods in org.dasein.persist.jdbc with parameters of type Transaction
 Map<String,org.dasein.util.Translator<String>> AutomatedSql.loadStringTranslations(Transaction xaction, Class cls, String id)
           
 void AutomatedSql.removeStringTranslations(Transaction xaction, Class cls, String id)
           
 Map<String,Object> Updater.run(Transaction xaction, Map<String,Object> params)
           
 Map<String,Object> TranslatorUpdater.run(Transaction xaction, Map<String,Object> params)
           
 Map<String,Object> TranslatorLoader.run(Transaction ignore, Map<String,Object> state)
           
 Map<String,Object> TranslatorDeleter.run(Transaction xaction, Map<String,Object> state)
           
 Map<String,Object> Loader.run(Transaction xaction, Map<String,Object> params)
           
 Map<String,Object> Deleter.run(Transaction xaction, Map<String,Object> params)
           
 Map<String,Object> Creator.run(Transaction xaction, Map<String,Object> params)
           
 Map<String,Object> Counter.run(Transaction xaction, Map<String,Object> params)
           
 void AutomatedSql.saveStringTranslation(Transaction xaction, String cname, String id, String attr, org.dasein.util.Translator<String> t)
           
 



Copyright © 2011 enStratus Networks LLC. All Rights Reserved.