Uses of Package
org.apache.openjpa.lib.rop

Packages that use org.apache.openjpa.lib.rop
org.apache.openjpa.abstractstore OpenJPA Abstract StoreManager Implementation This package provides some infrastructure classes to help in the creation of OpenJPA drivers for new non-relational data stores. 
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel Runtime services for the JDBC OpenJPA implementation. 
org.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadata This package extends the standard persistence metadata with object-relational mapping information. 
org.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategies Library of mapping strategies. 
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.lib.rop Result Object Provider Framework This package provides a framework for the lazy loading of potentially large lists of data. 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
org.apache.openjpa.xmlstore XML Store Simple XML store using the common OpenJPA runtime system as a front end. 
 

Classes in org.apache.openjpa.lib.rop used by org.apache.openjpa.abstractstore
ResultObjectProvider
          Interface that allows lazy/custom instantiation of input objects.
 

Classes in org.apache.openjpa.lib.rop used by org.apache.openjpa.jdbc.kernel
ResultList
          List interface that represents a potentially lazy ResultList instantiation.
ResultObjectProvider
          Interface that allows lazy/custom instantiation of input objects.
 

Classes in org.apache.openjpa.lib.rop used by org.apache.openjpa.jdbc.meta
ResultObjectProvider
          Interface that allows lazy/custom instantiation of input objects.
 

Classes in org.apache.openjpa.lib.rop used by org.apache.openjpa.jdbc.meta.strats
ResultObjectProvider
          Interface that allows lazy/custom instantiation of input objects.
 

Classes in org.apache.openjpa.lib.rop used by org.apache.openjpa.kernel
MergedResultObjectProvider
          A result object provider that merges multiple result object provider delegates.
ResultList
          List interface that represents a potentially lazy ResultList instantiation.
ResultObjectProvider
          Interface that allows lazy/custom instantiation of input objects.
 

Classes in org.apache.openjpa.lib.rop used by org.apache.openjpa.lib.rop
AbstractNonSequentialResultList
          Abstract base class for random-access result lists.
AbstractResultList
          Abstract base class for read-only result lists.
AbstractSequentialResultList
          Abstract base class for sequential result lists.
ListResultList
          A basic ResultList implementation that wraps a normal list.
RandomAccessResultList
          Random-access result list implementation.
ResultList
          List interface that represents a potentially lazy ResultList instantiation.
ResultObjectProvider
          Interface that allows lazy/custom instantiation of input objects.
 

Classes in org.apache.openjpa.lib.rop used by org.apache.openjpa.slice.jdbc
ResultObjectProvider
          Interface that allows lazy/custom instantiation of input objects.
 

Classes in org.apache.openjpa.lib.rop used by org.apache.openjpa.xmlstore
ResultObjectProvider
          Interface that allows lazy/custom instantiation of input objects.
 



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