Package | Description |
---|---|
org.apache.openjpa.jdbc.meta |
OpenJPA-JDBC ORM Metadata
This package extends the standard persistence metadata with
object-relational mapping information.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertiesReverseCustomizer
Simple
ReverseCustomizer that uses a properties file to
to allow customization of basic class and field properties. |
Modifier and Type | Field and Description |
---|---|
ReverseCustomizer |
ReverseMappingTool.Flags.customizer |
Modifier and Type | Method and Description |
---|---|
ReverseCustomizer |
ReverseMappingTool.getCustomizer()
Return the customizer in use, or null if none.
|
Modifier and Type | Method and Description |
---|---|
void |
ReverseMappingTool.setCustomizer(ReverseCustomizer customizer)
Set the customizer.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.