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

Packages that use QueryFlushModes
org.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernel 
org.apache.openjpa.kernel OpenJPA Runtime Kernel 
org.apache.openjpa.slice Extended OpenJPA Interfaces for distributed databases. 
org.apache.openjpa.slice.jdbc Implements Distributed version of JDBCStoreManager and JDBCStoreQuery. 
 

Uses of QueryFlushModes in org.apache.openjpa.jdbc.kernel
 

Subinterfaces of QueryFlushModes in org.apache.openjpa.jdbc.kernel
 interface JDBCFetchConfiguration
          JDBC extensions to OpenJPA's FetchConfiguration.
 

Classes in org.apache.openjpa.jdbc.kernel that implement QueryFlushModes
 class DelegatingJDBCFetchConfiguration
          Delegating fetch configuration that can also perform exception transation for use in facades.
 class JDBCFetchConfigurationImpl
          JDBC extensions to OpenJPA's FetchConfiguration.
 

Uses of QueryFlushModes in org.apache.openjpa.kernel
 

Subinterfaces of QueryFlushModes in org.apache.openjpa.kernel
 interface FetchConfiguration
          Allows configuration and optimization of how objects are loaded from the data store.
 interface Query
          OpenJPA query interface.
 

Classes in org.apache.openjpa.kernel that implement QueryFlushModes
 class DelegatingFetchConfiguration
          Delegating fetch configuration that can also perform exception translation for use in facades.
 class DelegatingQuery
          Delegating query that can also perform exception translation for use in facades.
 class FetchConfigurationImpl
          Allows configuration and optimization of how objects are loaded from the data store.
 class QueryImpl
          Implementation of the Query interface.
 

Uses of QueryFlushModes in org.apache.openjpa.slice
 

Classes in org.apache.openjpa.slice that implement QueryFlushModes
 class DistributedQueryImpl
          Extension with slice locking policy.
 

Uses of QueryFlushModes in org.apache.openjpa.slice.jdbc
 

Classes in org.apache.openjpa.slice.jdbc that implement QueryFlushModes
 class TargetFetchConfiguration
          A fetch configuration that is aware of special hint to narrow its operation on subset of slices.
 



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