Uses of Interface
org.apache.openjpa.kernel.ObjectFactory

Packages that use ObjectFactory
org.apache.openjpa.kernel OpenJPA Runtime Kernel This package provides a common OpenJPA runtime environment that can be adapted for use with various data store mechanisms. 
org.apache.openjpa.persistence OpenJPA JPA This package provides an JPA facade to OpenJPA. 
 

Uses of ObjectFactory in org.apache.openjpa.kernel
 

Constructors in org.apache.openjpa.kernel with parameters of type ObjectFactory
FillStrategy.Factory(ObjectFactory<T> factory, Method put)
           
 

Uses of ObjectFactory in org.apache.openjpa.persistence
 

Classes in org.apache.openjpa.persistence that implement ObjectFactory
 class TupleFactory
          A factory for tuples such that all instances created by a factory instance share the same TupleElements to save memory consumption.
 



Copyright © 2006–2013 Apache Software Foundation. All rights reserved.