Uses of Class
com.avoka.tm.vo.Space
-
Packages that use Space Package Description com.avoka.tm.query Provides Value Object Query classes.com.avoka.tm.svc Provides Service classes. -
-
Uses of Space in com.avoka.tm.query
Methods in com.avoka.tm.query that return Space Modifier and Type Method Description Space
SpaceQuery. firstValue()
Execute the query and return the first space value object for the query.Methods in com.avoka.tm.query that return types with arguments of type Space Modifier and Type Method Description java.util.List<Space>
SpaceQuery. listValues()
Execute the space query and return a list of Space value objects. -
Uses of Space in com.avoka.tm.svc
Methods in com.avoka.tm.svc with parameters of type Space Modifier and Type Method Description TxnUpdater
TxnUpdater. setSpace(Space space)
The space value to set on the transaction.
-