Package org.apache.openjpa.kernel
Interface ObjectFactory<T>
- 
- Type Parameters:
 T- the type created by this factory.
- All Known Implementing Classes:
 TupleFactory
public interface ObjectFactory<T>An interface to create objects that are used by result processing.- Since:
 - 2.0.0
 - Author:
 - Pinaki Poddar
 - See Also:
 FillStrategy.Factory
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TnewInstance() 
 - 
 
- 
- 
Method Detail
- 
newInstance
T newInstance()
 
 - 
 
 -