org.hibernate.search.engine
Class ObjectLoaderHelper

java.lang.Object
  extended by org.hibernate.search.engine.ObjectLoaderHelper

public class ObjectLoaderHelper
extends Object

Author:
Emmanuel Bernard

Constructor Summary
ObjectLoaderHelper()
           
 
Method Summary
static void initializeObjects(EntityInfo[] entityInfos, org.hibernate.Criteria criteria, Class<?> entityType, SearchFactoryImplementor searchFactoryImplementor)
           
static Object load(EntityInfo entityInfo, org.hibernate.Session session)
           
static List returnAlreadyLoadedObjectsInCorrectOrder(EntityInfo[] entityInfos, org.hibernate.Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectLoaderHelper

public ObjectLoaderHelper()
Method Detail

load

public static Object load(EntityInfo entityInfo,
                          org.hibernate.Session session)

initializeObjects

public static void initializeObjects(EntityInfo[] entityInfos,
                                     org.hibernate.Criteria criteria,
                                     Class<?> entityType,
                                     SearchFactoryImplementor searchFactoryImplementor)

returnAlreadyLoadedObjectsInCorrectOrder

public static List returnAlreadyLoadedObjectsInCorrectOrder(EntityInfo[] entityInfos,
                                                            org.hibernate.Session session)


Copyright © 2011 Hibernate. All Rights Reserved.