Package org.hibernate.internal
Class SessionFactoryRegistry.ObjectFactoryImpl
- java.lang.Object
-
- org.hibernate.internal.SessionFactoryRegistry.ObjectFactoryImpl
-
- All Implemented Interfaces:
ObjectFactory
- Enclosing class:
- SessionFactoryRegistry
public static class SessionFactoryRegistry.ObjectFactoryImpl extends Object implements ObjectFactory
-
-
Constructor Summary
Constructors Constructor Description ObjectFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getObjectInstance(Object reference, Name name, Context nameCtx, Hashtable<?,?> environment)
-
-
-
Method Detail
-
getObjectInstance
public Object getObjectInstance(Object reference, Name name, Context nameCtx, Hashtable<?,?> environment)
- Specified by:
getObjectInstance
in interfaceObjectFactory
-
-