SRJRCFrames
v0.1.296

Uses of Class
de.schwarzrot.data.transaction.TransactionStatus

Packages that use TransactionStatus
de.schwarzrot.data.access provides the working class for the anonymous Persistence layer
de.schwarzrot.data.transaction classes used to define application transactions 
 

Uses of TransactionStatus in de.schwarzrot.data.access
 

Methods in de.schwarzrot.data.access that return TransactionStatus
<E extends Entity>
TransactionStatus
Repository.find(ca.odell.glazedlists.EventList<E> resultList, Class<E> entityType)
          read all entries of given entity type, without resolving relations and add the found instances to the given list.
<E extends Entity>
TransactionStatus
Repository.find(ca.odell.glazedlists.EventList<E> resultList, Class<E> entityType, boolean readRelated)
          read all entries of given entity type and add the found instances to the given list.
<E extends Entity>
TransactionStatus
Repository.find(ca.odell.glazedlists.EventList<E> resultList, Class<E> entityType, List<ConditionElement> args)
          read all entries of given entity type, that conform the given condition and add the found instances to the given list.
<E extends Entity>
TransactionStatus
Repository.find(ca.odell.glazedlists.EventList<E> resultList, Class<E> entityType, List<ConditionElement> args, int maxRows, boolean readRelated)
          read all entries of given entity type, that conform the given condition and add the found instances to the given list.
<E extends Entity>
TransactionStatus
Repository.fullyRead(E instance)
          populate the unread properties of a partially read instance.
<E extends Entity>
TransactionStatus
Repository.remove(Class<E> entityType, List<ConditionElement> args)
          remove all persistent instances that match given condition.
<E extends Entity>
TransactionStatus
Repository.remove(E instance)
          remove given instance from persistence.
<E extends Entity>
TransactionStatus
Repository.remove(List<E> instances)
          remove given instances from persistence.
<E extends Entity>
TransactionStatus
Repository.removeAll(Class<E> entityType)
           
<E extends Entity>
TransactionStatus
Repository.removeRelated(Class<?> childEntityType2Remove, E entity)
           
<E extends Entity>
TransactionStatus
Repository.save(E instance)
           
<E extends Entity>
TransactionStatus
Repository.save(List<E> instances)
           
<E extends Entity>
TransactionStatus
Repository.saveProperties(E instance, Collection<String> propertyNames)
          change given properties of already stored instance.
<E extends Entity>
TransactionStatus
Repository.saveProperties(E instance, Collection<String> propertyNames, List<ConditionElement> args)
          change given properties of already stored instances.
<E extends Entity>
TransactionStatus
Repository.saveProperties(E instance, String[] propertyNames)
           
<E extends Entity>
TransactionStatus
Repository.saveProperties(E instance, String[] propertyNames, List<ConditionElement> args)
           
 

Uses of TransactionStatus in de.schwarzrot.data.transaction
 

Methods in de.schwarzrot.data.transaction that return TransactionStatus
 TransactionStatus Transaction.getStatus()
          accessor to the transactions status
 TransactionStatus ApplicationTransaction.getStatus()
           
static TransactionStatus TransactionStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransactionStatus[] TransactionStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.schwarzrot.data.transaction with parameters of type TransactionStatus
 void Transaction.setStatus(TransactionStatus ts)
          internal use only.
 void ApplicationTransaction.setStatus(TransactionStatus ts)
           
 


SRJRCFrames
v0.1.296

hosted at
Find SRJRCFrames at SourceForge.net. Fast, secure and free:
           Open Source Software download
Submit a bug or request a feature

SRJRCFrames is published according to the GNU General Public License
Copyright 2005-2012 Reinhard Mantey - some rights reserved.