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