Uses of Class
com.avoka.tm.vo.Group
-
Packages that use Group Package Description com.avoka.tm.query Provides Value Object Query classes. -
-
Uses of Group in com.avoka.tm.query
Methods in com.avoka.tm.query that return Group Modifier and Type Method Description Group
GroupQuery. firstValue()
Execute the query and return the first group value object for the query.Methods in com.avoka.tm.query that return types with arguments of type Group Modifier and Type Method Description List<Group>
GroupQuery. listValues()
Execute the group query and return a list of Group value objects.
-