Uses of Interface
org.apache.openjpa.util.ProxyManager

Packages that use ProxyManager
org.apache.openjpa.conf OpenJPA Configuration This package provides base OpenJPA configuration interfaces. 
org.apache.openjpa.jdbc.sql OpenJPA-JDBC SQL Abstraction Utilities for generating SQL. 
org.apache.openjpa.util OpenJPA Utilities This package provides utilities to facilitate the handling of second class objects and OpenJPA object ids. 
 

Uses of ProxyManager in org.apache.openjpa.conf
 

Methods in org.apache.openjpa.conf that return ProxyManager
 ProxyManager OpenJPAConfigurationImpl.getProxyManagerInstance()
           
 ProxyManager OpenJPAConfiguration.getProxyManagerInstance()
          The ProxyManager to use.
 

Methods in org.apache.openjpa.conf with parameters of type ProxyManager
 void OpenJPAConfigurationImpl.setProxyManager(ProxyManager proxyManager)
           
 void OpenJPAConfiguration.setProxyManager(ProxyManager manager)
          The ProxyManager to use.
 

Uses of ProxyManager in org.apache.openjpa.jdbc.sql
 

Fields in org.apache.openjpa.jdbc.sql declared as ProxyManager
protected  ProxyManager DBDictionary._proxyManager
           
 

Uses of ProxyManager in org.apache.openjpa.util
 

Classes in org.apache.openjpa.util that implement ProxyManager
 class ProxyManagerImpl
          Default implementation of the ProxyManager interface.
 



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