java.lang.Object
org.dellroad.querystream.jpa.FromRef<X>
- Type Parameters:
X- stream item type
- All Implemented Interfaces:
Ref<X,jakarta.persistence.criteria.From<?, X>>
A
Ref that's known to be a From.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FromRef
public FromRef()Create an instance with no name. -
FromRef
Create an instance with the given name.The name is only used for debugging purposes.
- Parameters:
name- reference name, or null for none
-
-
Method Details
-
bind
Description copied from interface:RefBind the given value to this reference. -
get
Description copied from interface:RefGet the bound value. -
unbind
public void unbind()Description copied from interface:RefUnbind the bound value, if any. -
isBound
public boolean isBound()Description copied from interface:RefDetermine if this instance is bound. -
toString
-