Uses of Enum
com.querydsl.core.support.QueryMixin.Role
Packages that use QueryMixin.Role
-
Uses of QueryMixin.Role in com.querydsl.core.support
Methods in com.querydsl.core.support that return QueryMixin.RoleModifier and TypeMethodDescriptionstatic QueryMixin.RoleReturns the enum constant of this type with the specified name.static QueryMixin.Role[]QueryMixin.Role.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.querydsl.core.support with parameters of type QueryMixin.RoleModifier and TypeMethodDescription<RT> Expression<RT>QueryMixin.convert(Expression<RT> expr, QueryMixin.Role role) protected PredicateQueryMixin.convert(Predicate condition, QueryMixin.Role role)