public class MultiEntityLoadingSupport extends Object
| Constructor and Description |
|---|
MultiEntityLoadingSupport() |
| Modifier and Type | Method and Description |
|---|---|
static QueryParameters |
buildMultiLoadQueryParameters(OuterJoinLoadable persister,
Serializable[] ids,
LockOptions lockOptions) |
static List<?> |
multiLoad(OuterJoinLoadable persister,
Serializable[] ids,
SharedSessionContractImplementor session,
MultiLoadOptions loadOptions) |
protected static List |
performUnorderedMultiLoad(OuterJoinLoadable persister,
Serializable[] ids,
SharedSessionContractImplementor session,
MultiLoadOptions loadOptions) |
public static List<?> multiLoad(OuterJoinLoadable persister, Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)
protected static List performUnorderedMultiLoad(OuterJoinLoadable persister, Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)
public static QueryParameters buildMultiLoadQueryParameters(OuterJoinLoadable persister, Serializable[] ids, LockOptions lockOptions)
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.