Uses of Class
com.aashish.javaormashcode.query.FieldRef
Packages that use FieldRef
-
Uses of FieldRef in com.aashish.javaormashcode.api
Methods in com.aashish.javaormashcode.api that return FieldRef -
Uses of FieldRef in com.aashish.javaormashcode.query
Methods in com.aashish.javaormashcode.query that return FieldRefModifier and TypeMethodDescriptionReturns a copy of this field reference with the given projection alias.Creates a field reference scoped to this query's model graph.static <T,V> FieldRef <T, V> Creates a field reference for the given model field or joined path.Methods in com.aashish.javaormashcode.query with parameters of type FieldRefModifier and TypeMethodDescriptionAdds an exact-match filter for the given field reference.Adds an ordering clause for the given field reference.Replaces the selected columns with the given field references.Alias forQuerySet.select(FieldRef[]).