Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ProxyManager |
OpenJPAConfiguration.getProxyManagerInstance()
The
ProxyManager to use. |
ProxyManager |
OpenJPAConfigurationImpl.getProxyManagerInstance() |
Modifier and Type | Method and Description |
---|---|
void |
OpenJPAConfiguration.setProxyManager(ProxyManager manager)
The
ProxyManager to use. |
void |
OpenJPAConfigurationImpl.setProxyManager(ProxyManager proxyManager) |
Modifier and Type | Field and Description |
---|---|
protected ProxyManager |
DBDictionary._proxyManager |
Modifier and Type | Class and Description |
---|---|
class |
ProxyManagerImpl
Default implementation of the
ProxyManager interface. |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.