Uses of Interface
org.apache.openjpa.kernel.ObjectFactory
-
Packages that use ObjectFactory Package Description org.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.persistence OpenJPA JPA -
-
Uses of ObjectFactory in org.apache.openjpa.kernel
Constructors in org.apache.openjpa.kernel with parameters of type ObjectFactory Constructor Description Factory(ObjectFactory<T> factory, java.lang.reflect.Method put)
-
Uses of ObjectFactory in org.apache.openjpa.persistence
Classes in org.apache.openjpa.persistence that implement ObjectFactory Modifier and Type Class Description class
TupleFactory
A factory for tuples such that all instances created by a factory instance share the same TupleElements to save memory consumption.
-