Package | Description |
---|---|
org.apache.openjpa.jdbc.conf |
OpenJPA-JDBC Configuration
This package provides JDBC configuration interfaces.
|
org.apache.openjpa.jdbc.kernel |
OpenJPA-JDBC Runtime Kernel
Runtime services for the JDBC OpenJPA implementation.
|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
Utilities for generating SQL.
|
Modifier and Type | Method and Description |
---|---|
SQLFactory |
JDBCConfigurationImpl.getSQLFactoryInstance() |
SQLFactory |
JDBCConfiguration.getSQLFactoryInstance()
The SQL factory to use for SQL constructs.
|
Modifier and Type | Method and Description |
---|---|
void |
JDBCConfigurationImpl.setSQLFactory(SQLFactory sqlFactory) |
void |
JDBCConfiguration.setSQLFactory(SQLFactory sqlFactory)
The SQL factory to use for SQL constructs.
|
Modifier and Type | Method and Description |
---|---|
SQLFactory |
JDBCStoreManager.getSQLFactory() |
SQLFactory |
JDBCStore.getSQLFactory()
Return the SQL factory for this runtime.
|
Modifier and Type | Method and Description |
---|---|
protected List<SQLBuffer> |
PessimisticLockManager.getLockRows(DBDictionary dict,
Object id,
ClassMapping mapping,
JDBCFetchConfiguration fetch,
SQLFactory factory) |
protected List<SQLBuffer> |
MixedLockManager.getLockRows(DBDictionary dict,
Object id,
ClassMapping mapping,
JDBCFetchConfiguration fetch,
SQLFactory factory) |
protected void |
PessimisticLockManager.lockJoinTables(List<SQLBuffer> sqls,
DBDictionary dict,
Object id,
ClassMapping mapping,
JDBCFetchConfiguration fetch,
SQLFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
SQLFactoryImpl
Default factory for SQL abstraction constructs.
|
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.