|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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. |
|
|
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. |
|
|
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. |
|
|
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. |
|
|
Repository.fullyRead(E instance)
populate the unread properties of a partially read instance. |
|
|
Repository.remove(Class<E> entityType,
List<ConditionElement> args)
remove all persistent instances that match given condition. |
|
|
Repository.remove(E instance)
remove given instance from persistence. |
|
|
Repository.remove(List<E> instances)
remove given instances from persistence. |
|
|
Repository.removeAll(Class<E> entityType)
|
|
|
Repository.removeRelated(Class<?> childEntityType2Remove,
E entity)
|
|
|
Repository.save(E instance)
|
|
|
Repository.save(List<E> instances)
|
|
|
Repository.saveProperties(E instance,
Collection<String> propertyNames)
change given properties of already stored instance. |
|
|
Repository.saveProperties(E instance,
Collection<String> propertyNames,
List<ConditionElement> args)
change given properties of already stored instances. |
|
|
Repository.saveProperties(E instance,
String[] propertyNames)
|
|
|
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |