Class AttributeFetchGraphNode<X extends AttributeFetchGraphNode<X>>
java.lang.Object
com.blazebit.persistence.view.impl.update.flush.AttributeFetchGraphNode<X>
- All Implemented Interfaces:
FetchGraphNode<X>
- Direct Known Subclasses:
AbstractPluralAttributeFlusher,SubviewAttributeFlusher
public class AttributeFetchGraphNode<X extends AttributeFetchGraphNode<X>>
extends Object
implements FetchGraphNode<X>
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAttributeFetchGraphNode(String attributeName, String mapping, boolean fetch, FetchGraphNode nestedGraphNode) -
Method Summary
Modifier and TypeMethodDescriptionvoidappendFetchJoinQueryFragment(String base, StringBuilder sb) protected FetchGraphNode<?>
-
Field Details
-
attributeName
-
mapping
-
fetch
protected final boolean fetch
-
-
Constructor Details
-
AttributeFetchGraphNode
public AttributeFetchGraphNode(String attributeName, String mapping, boolean fetch, FetchGraphNode nestedGraphNode)
-
-
Method Details
-
getAttributeName
- Specified by:
getAttributeNamein interfaceFetchGraphNode<X extends AttributeFetchGraphNode<X>>
-
getMapping
- Specified by:
getMappingin interfaceFetchGraphNode<X extends AttributeFetchGraphNode<X>>
-
getNestedGraphNode
-
appendFetchJoinQueryFragment
- Specified by:
appendFetchJoinQueryFragmentin interfaceFetchGraphNode<X extends AttributeFetchGraphNode<X>>
-
mergeWith
- Specified by:
mergeWithin interfaceFetchGraphNode<X extends AttributeFetchGraphNode<X>>
-