public class EntityLoadQueryImpl extends AbstractEntityLoadQueryImpl
Constructor and Description |
---|
EntityLoadQueryImpl(EntityReturn entityReturn,
List<JoinableAssociation> associations) |
Modifier and Type | Method and Description |
---|---|
String |
generateSql(String[] uniqueKey,
int batchSize,
LockMode lockMode,
SessionFactoryImplementor factory,
LoadQueryAliasResolutionContext aliasResolutionContext) |
protected String |
getComment() |
generateSql, getPersister, getWhereFragment, resolveEntityReturnAlias, toString
associationSelectString, mergeOrderings, mergeOuterJoins, orderBy, orderBy, whereString
public EntityLoadQueryImpl(EntityReturn entityReturn, List<JoinableAssociation> associations) throws MappingException
MappingException
public String generateSql(String[] uniqueKey, int batchSize, LockMode lockMode, SessionFactoryImplementor factory, LoadQueryAliasResolutionContext aliasResolutionContext)
protected String getComment()
getComment
in class AbstractEntityLoadQueryImpl
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.