public class LoadQueryInfluencers extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static LoadQueryInfluencers |
NONE
Static reference useful for cases where we are creating load SQL
outside the context of any influencers.
|
Constructor and Description |
---|
LoadQueryInfluencers() |
LoadQueryInfluencers(SessionFactoryImplementor sessionFactory) |
public static final LoadQueryInfluencers NONE
public LoadQueryInfluencers()
public LoadQueryInfluencers(SessionFactoryImplementor sessionFactory)
public SessionFactoryImplementor getSessionFactory()
public String getInternalFetchProfile()
public void setInternalFetchProfile(String internalFetchProfile)
public boolean hasEnabledFilters()
public Set<String> getEnabledFilterNames()
public void disableFilter(String filterName)
public static String[] parseFilterParameterName(String filterParameterName)
public boolean hasEnabledFetchProfiles()
public boolean isFetchProfileEnabled(String name) throws UnknownProfileException
UnknownProfileException
public void enableFetchProfile(String name) throws UnknownProfileException
UnknownProfileException
public void disableFetchProfile(String name) throws UnknownProfileException
UnknownProfileException
public EntityGraph getFetchGraph()
public void setFetchGraph(EntityGraph fetchGraph)
public EntityGraph getLoadGraph()
public void setLoadGraph(EntityGraph loadGraph)
Copyright © 2021 JBoss by Red Hat. All rights reserved.