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
 T newInstance()
           
 

Method Detail

newInstance

T newInstance()


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.