JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
Methods
Modifier and Type
Method and Description
T
newInstance
()
Method Detail
newInstance
T
newInstance()
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method