Package org.hibernate.loader.entity.plan
Class MultiEntityLoadingSupport
- java.lang.Object
-
- org.hibernate.loader.entity.plan.MultiEntityLoadingSupport
-
public class MultiEntityLoadingSupport extends Object
-
-
Constructor Summary
Constructors Constructor Description MultiEntityLoadingSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static QueryParametersbuildMultiLoadQueryParameters(OuterJoinLoadable persister, Serializable[] ids, LockOptions lockOptions)static List<?>multiLoad(OuterJoinLoadable persister, Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)protected static ListperformUnorderedMultiLoad(OuterJoinLoadable persister, Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)
-
-
-
Method Detail
-
multiLoad
public static List<?> multiLoad(OuterJoinLoadable persister, Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)
-
performUnorderedMultiLoad
protected static List performUnorderedMultiLoad(OuterJoinLoadable persister, Serializable[] ids, SharedSessionContractImplementor session, MultiLoadOptions loadOptions)
-
buildMultiLoadQueryParameters
public static QueryParameters buildMultiLoadQueryParameters(OuterJoinLoadable persister, Serializable[] ids, LockOptions lockOptions)
-
-