public abstract class AbstractEntityLoadQueryImpl extends AbstractLoadQueryImpl
Constructor and Description |
---|
AbstractEntityLoadQueryImpl(EntityReturn entityReturn,
List<JoinableAssociation> associations) |
Modifier and Type | Method and Description |
---|---|
protected String |
generateSql(String whereString,
String orderByString,
LockOptions lockOptions,
SessionFactoryImplementor factory,
LoadQueryAliasResolutionContext aliasResolutionContext) |
protected abstract String |
getComment() |
protected OuterJoinLoadable |
getPersister() |
protected String |
getWhereFragment(LoadQueryAliasResolutionContext aliasResolutionContext) |
protected String |
resolveEntityReturnAlias(LoadQueryAliasResolutionContext aliasResolutionContext) |
String |
toString() |
associationSelectString, mergeOrderings, mergeOuterJoins, orderBy, orderBy, whereString
public AbstractEntityLoadQueryImpl(EntityReturn entityReturn, List<JoinableAssociation> associations)
protected final String generateSql(String whereString, String orderByString, LockOptions lockOptions, SessionFactoryImplementor factory, LoadQueryAliasResolutionContext aliasResolutionContext) throws MappingException
MappingException
protected String getWhereFragment(LoadQueryAliasResolutionContext aliasResolutionContext) throws MappingException
MappingException
protected abstract String getComment()
protected final OuterJoinLoadable getPersister()
protected final String resolveEntityReturnAlias(LoadQueryAliasResolutionContext aliasResolutionContext)
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.