| Package | Description | 
|---|---|
| org.apache.openjpa.jdbc.conf | OpenJPA-JDBC Configuration | 
| org.apache.openjpa.jdbc.meta | OpenJPA-JDBC ORM Metadata | 
| org.apache.openjpa.persistence.jdbc | OpenJPA JPA-JDBC | 
| Modifier and Type | Method and Description | 
|---|---|
| MappingDefaults | JDBCConfigurationImpl. getMappingDefaultsInstance() | 
| MappingDefaults | JDBCConfiguration. getMappingDefaultsInstance()The  MappingDefaultsto use with a repository. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JDBCConfigurationImpl. setMappingDefaults(MappingDefaults mapping) | 
| void | JDBCConfiguration. setMappingDefaults(MappingDefaults map)The  MappingDefaultsto use with a repository. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MappingDefaultsImplDefault implementation of  MappingDefaults. | 
| class  | NoneMappingDefaultsNo-op mapping defaults. | 
| Modifier and Type | Method and Description | 
|---|---|
| MappingDefaults | MappingRepository. getMappingDefaults()Mapping defaults. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MappingRepository. setMappingDefaults(MappingDefaults defaults)Mapping default. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PersistenceMappingDefaultsSupplies default mapping information in accordance with JPA spec. | 
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.