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 |
|---|---|
java.lang.String |
getAdditionalJoinConditions() |
FetchStrategy |
getFetchStrategy()
Gets the fetch strategy for this fetch.
|
java.lang.String[] |
toSqlSelectFragments(java.lang.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 java.lang.String getAdditionalJoinConditions()
getAdditionalJoinConditions in interface Fetchpublic java.lang.String[] toSqlSelectFragments(java.lang.String alias)
FetchtoSqlSelectFragments in interface FetchCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.