Package com.aashish.javaormashcode.query
Class FieldRef<T,V>
java.lang.Object
com.aashish.javaormashcode.query.FieldRef<T,V>
-
Method Summary
Modifier and TypeMethodDescriptionalias()Returns the projection alias, ornullwhen none was set.Returns a copy of this field reference with the given projection alias.static <T,V> FieldRef <T, V> Creates a field reference for the given model field or joined path.path()Returns the referenced field path.
-
Method Details
-
of
Creates a field reference for the given model field or joined path. -
as
Returns a copy of this field reference with the given projection alias. -
path
Returns the referenced field path. -
alias
Returns the projection alias, ornullwhen none was set.
-