public abstract class AbstractCompositeFetch extends AbstractCompositeReference implements CompositeFetch
| Modifier and Type | Field and Description |
|---|---|
protected static FetchStrategy |
FETCH_STRATEGY |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractCompositeFetch(ExpandingCompositeQuerySpace compositeQuerySpace,
boolean allowCollectionFetches,
PropertyPath propertyPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalJoinConditions() |
FetchStrategy |
getFetchStrategy()
Gets the fetch strategy for this fetch.
|
String[] |
toSqlSelectFragments(String alias)
Generates the SQL select fragments for this fetch.
|
buildCollectionAttributeFetch, createCompositeAttributeFetch, validateFetchPlanbuildAnyAttributeFetch, buildBidirectionalEntityReference, buildCompositeAttributeFetch, buildEntityAttributeFetch, expandingQuerySpace, getBidirectionalEntityReferences, getFetches, getPropertyPath, getQuerySpaces, getQuerySpaceUidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFetchedType, getPropertyPath, getSource, isNullablegetBidirectionalEntityReferences, getFetches, getPropertyPath, getQuerySpaceUid, resolveEntityReferenceprotected static final FetchStrategy FETCH_STRATEGY
protected AbstractCompositeFetch(ExpandingCompositeQuerySpace compositeQuerySpace, boolean allowCollectionFetches, PropertyPath propertyPath)
public FetchStrategy getFetchStrategy()
FetchgetFetchStrategy in interface Fetchpublic String getAdditionalJoinConditions()
getAdditionalJoinConditions in interface Fetchpublic String[] toSqlSelectFragments(String alias)
FetchtoSqlSelectFragments in interface FetchCopyright © 2018 JBoss by Red Hat. All rights reserved.