Package | Description |
---|---|
org.apache.openjpa.jdbc.conf |
OpenJPA-JDBC Configuration
This package provides JDBC configuration interfaces.
|
org.apache.openjpa.jdbc.identifier | |
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
Utilities for generating SQL.
|
Modifier and Type | Method and Description |
---|---|
DBIdentifierUtil |
JDBCConfiguration.getIdentifierUtilInstance()
Gets the
DBIdentifierUtil |
DBIdentifierUtil |
JDBCConfigurationImpl.getIdentifierUtilInstance() |
Modifier and Type | Method and Description |
---|---|
void |
JDBCConfiguration.setIdentifierUtil(DBIdentifierUtil util)
Sets the
DBIdentifierUtil |
void |
JDBCConfigurationImpl.setIdentifierUtil(DBIdentifierUtil util) |
Modifier and Type | Class and Description |
---|---|
class |
DBIdentifierUtilImpl |
Modifier and Type | Method and Description |
---|---|
DBIdentifierUtil |
DBDictionary.getNamingUtil()
Returns the naming utility used by this dictionary instance
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.